Commit Graph

  • fefcc0f338 feat(editor): Move code editor preferences to settings and add option to expand editor simos 2025-10-31 12:11:47 +00:00
  • 36f8f50d63 feat(editor): add sidebar mode to CodeEditor component simos 2025-10-31 09:47:30 +00:00
  • 4e14222487 feat(ui): add collapsible sidebar functionality simos 2025-10-31 09:36:14 +00:00
  • e2ba000e86 Release 1.10.4 v1.10.4 simos 2025-10-31 10:17:44 +01:00
  • 64e2909f0f feat(updates): add system update endpoint and UI simos 2025-10-31 09:15:50 +00:00
  • 6541760eb7 Release 1.10.3 v1.10.3 simos 2025-10-31 10:00:05 +01:00
  • 50454175c9 fix(agent): improve branch name and URL parsing simos 2025-10-31 08:59:02 +00:00
  • d6ceb222c3 Release 1.10.2 v1.10.2 simos 2025-10-31 09:48:04 +01:00
  • 9cfb7e659d modified: .gitignore new file: release.sh simos 2025-10-31 09:45:35 +01:00
  • 018b337871 modified: .gitignore modified: package.json simos 2025-10-31 09:42:56 +01:00
  • 0b8b1d0677 Release 1.10.1 v1.10.1 simos 2025-10-31 09:40:11 +01:00
  • 2e1e5b463a Release 1.10.0 v1.10.0 simos 2025-10-31 09:39:39 +01:00
  • cafe18961e Merge pull request #220 from siteboon/feature/agent-auto-pr simos 2025-10-31 09:31:08 +01:00
  • 8f3a97b8b0 feat(agent): add automated branch and PR creation Added createBranch and createPR options to the agent API endpoint, enabling automatic branch creation and pull request generation after successful agent task completion. Branch names are auto-generated from the agent message, and PR titles/descriptions are auto-generated from commit messages. This streamlines CI/CD workflows by eliminating manual Git operations after agent runs. simos 2025-10-31 07:48:31 +00:00
  • b612035b20 Merge pull request #218 from siteboon/feature/modernize-tool-design viper151 2025-10-31 07:14:11 +01:00
  • c4e196692c Merge branch 'main' into feature/modernize-tool-design viper151 2025-10-31 03:01:49 +01:00
  • da6f35adc9 feat: UI updates to ChatInterface component and global styles. Changing how tools look like simos 2025-10-31 02:01:08 +00:00
  • bf1b3e7376 Merge pull request #215 from atelierai/master viper151 2025-10-31 02:06:24 +01:00
  • df726c2d4f Merge branch 'main' into master viper151 2025-10-31 02:00:01 +01:00
  • 5af3706d69 Merge pull request #216 from siteboon/feature/edit-diff viper151 2025-10-31 01:58:21 +01:00
  • 53c1af33fa fix(App): wrap session handlers in useCallback to avoid warnings on depth simos 2025-10-31 00:46:56 +00:00
  • 1bc2cf49ec fix(ui): stabilize token rate calculation in status component simos 2025-10-31 00:41:06 +00:00
  • d2f02558a1 feat(editor): Change Code Editor to show diffs in source control panel and during messaging. simos 2025-10-31 00:37:20 +00:00
  • a39a5fdd97 fix: fix the violation by moving useState to the top Sayo 2025-10-31 08:25:44 +08:00
  • 74607971a2 feat: codeblock add copy button when hover. Sayo 2025-10-31 07:45:59 +08:00
  • eb835d21b2 feat: add remark-gfm to render table. improved display of inline code. Sayo 2025-10-31 07:42:55 +08:00
  • eda89ef147 feat(api): add API for one-shot prompt generatio, key authentication system and git commit message generation simos 2025-10-30 20:59:25 +00:00
  • 9079326ac5 feat: Inform users about slash commands on chat interface simos 2025-10-30 14:37:09 +00:00
  • 7a087039c9 Make authentication database path configurable via DATABASE_PATH environment variable (#205) Andrew Garrett 2025-10-31 01:28:59 +11:00
  • de1f5d36f3 Update README.md viper151 2025-10-30 15:20:51 +01:00
  • d9eef6dcfe Release 1.9.1 v1.9.1 simos 2025-10-30 15:19:14 +01:00
  • c9afc2e851 fix: resolve NPX redirect issue and improve startup documentation simos 2025-10-30 15:18:44 +01:00
  • 9eb0be0f2b Release 1.9.0 v1.9.0 simos 2025-10-30 15:06:17 +01:00
  • 63eda35331 Solving double case on chatinterface simos 2025-10-30 14:04:18 +00:00
  • 9c6d4a767e Add dependencies for slash commands feature simos 2025-10-30 13:52:51 +00:00
  • 44c88ec15f feat: Implement slash command menu with fixed positioning and dark mode (#211) Josh Wilhelmi 2025-10-30 08:50:57 -05:00
  • 6dd303a321 feat: Multiple features, improvements, and bug fixes (#208) Josh Wilhelmi 2025-10-30 08:01:55 -05:00
  • a100648ccb Release 1.8.12 v1.8.12 simos 2025-10-08 06:37:46 +02:00
  • 7d0fd141ff Merge pull request #203 from SyedaAnshrahGillani/fix-accessibility-issues viper151 2025-10-01 22:21:35 +02:00
  • e5a05d9865 fix: Address coderabbitai feedback SyedaAnshrahGillani 2025-10-02 01:12:52 +05:00
  • 2d6c3b5755 refactor: Create useLocalStorage hook to reduce code duplication SyedaAnshrahGillani 2025-10-01 17:16:09 +05:00
  • 2a5d27ffc0 fix(accessibility): Use buttons for modal backdrops SyedaAnshrahGillani 2025-10-01 17:04:35 +05:00
  • 3c9a4cab82 Fix: Prevent CLI option injection in --print argument viper151 2025-09-23 11:31:51 +02:00
  • ce9ab0cd16 Merge branch 'main' into fix-injection viper151 2025-09-23 11:29:43 +02:00
  • 66fad9a6a2 Update .env.example viper151 2025-09-23 11:29:15 +02:00
  • 0fcf906ff0 Merge pull request #197 from johnhenry/johnhenry/env-claude-path viper151 2025-09-23 11:26:44 +02:00
  • 7e1f2940d3 Merge branch 'main' into johnhenry/env-claude-path viper151 2025-09-23 11:25:56 +02:00
  • 533d589132 Release 1.8.10 v1.8.10 simos 2025-09-23 10:54:35 +02:00
  • d1f310161f fixes on changelog prettify simos 2025-09-23 10:54:00 +02:00
  • b853e8cda1 Release 1.8.9 v1.8.9 simos 2025-09-23 10:51:45 +02:00
  • 1610de1f22 prettifying change logs simos 2025-09-23 10:51:18 +02:00
  • 3f743d8210 Merge branch 'main' into johnhenry/env-claude-path viper151 2025-09-23 10:48:59 +02:00
  • cbb18fb010 Release 1.8.8 v1.8.8 simos 2025-09-23 10:38:53 +02:00
  • d8d754274a modified: .release-it.json simos 2025-09-23 10:37:20 +02:00
  • eb12aef641 modified: .release-it.json simos 2025-09-23 10:37:02 +02:00
  • 5e574dbdec modified: package.json simos 2025-09-23 10:36:04 +02:00
  • af9e9eec02 modified: .release-it.json simos 2025-09-23 10:35:38 +02:00
  • 8c3ee770c3 fixing release-it simos 2025-09-23 10:35:14 +02:00
  • 58108c083c modified: package-lock.json simos 2025-09-23 10:33:08 +02:00
  • af0ad6b4b6 fixes on npm simos 2025-09-23 10:28:24 +02:00
  • 36d9f47e29 Fixing release it simos 2025-09-23 10:24:55 +02:00
  • 1f25f1e79b Adding changelog to release-it simos 2025-09-23 10:22:16 +02:00
  • d7ed1de1cb Release 1.8.6 v1.8.6 simos 2025-09-23 10:17:02 +02:00
  • 9be54233d0 fixs for npmjs package simos 2025-09-23 10:14:26 +02:00
  • c8bcad71e7 Release 1.8.5 v1.8.5 simos 2025-09-23 02:16:12 +02:00
  • a3f504aed2 adding executable simos 2025-09-23 02:15:32 +02:00
  • f766ac1517 fixes simos 2025-09-23 02:13:36 +02:00
  • 680d8f6fb1 Release 1.8.4 v1.8.4 simos 2025-09-23 02:09:10 +02:00
  • 1820f3bfa8 Release 1.8.3 v1.8.3 simos 2025-09-23 01:40:58 +02:00
  • 376e055443 Adding files to npm package simos 2025-09-23 01:40:21 +02:00
  • f4becdc218 Release 1.8.2 v1.8.2 simos 2025-09-23 01:24:23 +02:00
  • 70b421e5a8 changes to package.json to support npm releases simos 2025-09-23 01:23:43 +02:00
  • d74a99ef24 Merge branch 'main' into johnhenry/env-claude-path John Henry 2025-09-22 10:53:48 -07:00
  • 771f7e4d7b Fix: UI issues simos 2025-09-17 09:10:27 +00:00
  • cab13a1534 Fix: UI fixes for mobile simos 2025-09-17 08:43:22 +00:00
  • 1eba594418 Feat: Improve the chat interface by grouping messages from AI simos 2025-09-17 08:04:43 +00:00
  • ed5374a1bd Feat: Make the login modal full screen for better visibility simos 2025-09-17 08:04:21 +00:00
  • 573a04d2e5 Feat: Add search bar on file tree simos 2025-09-17 08:00:24 +00:00
  • 133af82935 Merge branch 'main' into johnhenry/env-claude-path John Henry 2025-09-15 14:30:59 -07:00
  • 79981693f3 Fix : mobile issues and git diff in the git panel simos 2025-09-15 20:57:49 +00:00
  • fb1117a999 Fix: Fixed mobile zoom on input simos 2025-09-15 20:31:33 +00:00
  • 40b8737732 Merge branch 'main' of https://github.com/siteboon/claudecodeui simos 2025-09-15 15:57:45 +00:00
  • 15b95c4d08 Fixing maximum depth of directories simos 2025-09-15 15:56:33 +00:00
  • 3ff1db0331 Merge pull request #188 from takumi3488/fix/ios-pwa-status-bar-overlap viper151 2025-09-15 17:41:48 +02:00
  • dab0068d8f Merge branch 'main' into fix/ios-pwa-status-bar-overlap viper151 2025-09-15 17:40:44 +02:00
  • 3daf21c3d1 Merge branch 'main' into johnhenry/env-claude-path viper151 2025-09-15 17:40:05 +02:00
  • 34583a7c7b Bump package v1.8.1 simos 2025-09-15 15:38:42 +00:00
  • b3498932e1 Feat: Add login to claude code and cursor CLI through the settings Feat: Group sessions based on first uuid simos 2025-09-15 15:37:59 +00:00
  • f52ca8e702 Use environment variable for Claude path John 2025-09-14 09:35:58 -07:00
  • 11b2ff588a Merge branch 'main' into fix/ios-pwa-status-bar-overlap Takumi Mori 2025-09-14 02:41:00 +09:00
  • 06bb5feb09 Feat: [Beta] Merging claudecode sessions on the sessions list based on whether it's a continuation or not - Trying to bypass https://github.com/anthropics/claude-code/issues/2354 simos 2025-09-11 14:30:24 +00:00
  • 4ca78ba69a Feat: Path suggestion when creating a project simos 2025-09-11 12:40:25 +00:00
  • 975e4b04a6 fix: iOS PWA status bar overlap issue on mobile devices Takumi Mori 2025-09-01 00:55:13 +09:00
  • e5709d71e0 fixes on package.json simos 2025-08-28 12:15:18 +03:00
  • 4401498f3f Merge pull request #183 from siteboon/feature/taskmasterAI-integration v1.8.0 viper151 2025-08-28 12:12:47 +03:00
  • 75e8161213 Integration with TaskMaster AI simos 2025-08-28 12:11:42 +03:00
  • d82a004224 fix prompt injection bug Terrasse 2025-08-27 18:23:00 +08:00
  • c1e7bb6c10 Merge pull request #155 from siteboon/151-cannot-create-project-with-only-cursor-cli viper151 2025-08-16 00:18:14 +03:00
  • b2fef1c75f Merge pull request #152 from akhdanfadh/fix/py312_nodegyp viper151 2025-08-15 13:12:28 +03:00
  • 52c8a813c7 Merge branch 'main' into fix/py312_nodegyp viper151 2025-08-15 13:10:55 +03:00