simos
34583a7c7b
Bump package
v1.8.1
2025-09-15 15:38:42 +00:00
simos
b3498932e1
Feat: Add login to claude code and cursor CLI through the settings
...
Feat: Group sessions based on first uuid
2025-09-15 15:37:59 +00:00
simos
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
2025-09-11 14:30:24 +00:00
simos
4ca78ba69a
Feat: Path suggestion when creating a project
2025-09-11 12:40:25 +00:00
simos
e5709d71e0
fixes on package.json
2025-08-28 12:15:18 +03:00
viper151
4401498f3f
Merge pull request #183 from siteboon/feature/taskmasterAI-integration
...
Integration with TaskMaster AI
v1.8.0
2025-08-28 12:12:47 +03:00
simos
75e8161213
Integration with TaskMaster AI
2025-08-28 12:11:42 +03:00
viper151
c1e7bb6c10
Merge pull request #155 from siteboon/151-cannot-create-project-with-only-cursor-cli
2025-08-16 00:18:14 +03:00
viper151
b2fef1c75f
Merge pull request #152 from akhdanfadh/fix/py312_nodegyp
...
fix: Force newer node-gyp for modern python system
2025-08-15 13:12:28 +03:00
viper151
52c8a813c7
Merge branch 'main' into fix/py312_nodegyp
2025-08-15 13:10:55 +03:00
viper151
af6248ca7f
Merge pull request #156 from siteboon/150-bug-code-block-not-rendering-properly-in-light-mode
...
Fix: making code block render properly in light mode.
2025-08-15 13:10:40 +03:00
simos
a2eb2c4bea
Fix: making code block render properly in light mode.
2025-08-15 13:10:18 +03:00
simos
13f06ed241
modified: server/projects.js
2025-08-15 13:05:18 +03:00
simos
59e4c11a67
fix: A bug where creation error when there is no .claude directory
2025-08-15 13:00:15 +03:00
Akhdan Fadhilah
2e75676b58
fix: force newer node-gyp dependency
2025-08-14 23:42:23 +09:00
viper151
9e98bc739f
Merge pull request #147 from siteboon/bug/145-token-limit-reset-time-notification-in-chat-ui
...
feat: Update version to 1.7.0 and enhance usage limit message formatt…
2025-08-12 15:23:27 +03:00
simos
24815d6894
feat: Update version to 1.7.0 and enhance usage limit message formatting in ChatInterface
2025-08-12 15:23:07 +03:00
viper151
2603b8aaf1
Merge pull request #146 from siteboon/cursor-cli
V1.7.0
2025-08-12 15:07:33 +03:00
viper151
e15a78ed62
Merge branch 'main' into cursor-cli
2025-08-12 15:06:37 +03:00
simos
db7ce4dd74
feat: Update README to include Cursor CLI support and enhance chat message handling with streaming improvements
2025-08-12 15:05:36 +03:00
simos
50f6cdfac9
feat: Enhance chat message handling by appending assistant messages and triggering project refresh on session updates
2025-08-12 14:48:47 +03:00
simos
cdce59edb4
feat: Update message count retrieval to count only JSON blobs in sessions
2025-08-12 14:45:07 +03:00
simos
0f45472402
feat: Enhance session retrieval by implementing DAG structure for blob processing and improving JSON message extraction
2025-08-12 14:41:22 +03:00
simos
28e27ed2fb
refactor: Improve session message handling and enhance loading logic in ChatInterface
2025-08-12 14:37:02 +03:00
simos
3e7e60a3a8
feat: Enhance session handling by adding cursor support and improving cursor messages order
2025-08-12 13:43:36 +03:00
simos
cd6e5befb8
feat: Add provider logos for session indication in MainContent
2025-08-12 13:25:32 +03:00
simos
003e8f4be3
refactor: Simplify input area layout and remove unused provider selection components in ChatInterface
2025-08-12 13:11:24 +03:00
simos
0a39079c5c
feat: Implement Cursor session fetching and enhance message parsing in ChatInterface
2025-08-12 13:09:03 +03:00
simos
4e5aa50505
feat: Add pagination support for session messages and enhance loading logic in ChatInterface
2025-08-12 12:10:23 +03:00
simos
cf6f0e7321
feat: Enhance session management and tool settings for Claude and Cursor
...
- Updated ClaudeStatus component to accept a provider prop for better flexibility.
- Added CursorLogo component for displaying cursor sessions.
- Modified MainContent to conditionally display session names based on provider.
- Updated Shell component to show session names and summaries based on provider.
- Enhanced Sidebar to handle both Claude and Cursor sessions, including sorting and displaying session icons.
- Introduced new ToolsSettings functionality to manage tools for both Claude and Cursor, including allowed and disallowed commands.
- Implemented fetching and saving of Cursor-specific settings and commands.
- Added UI elements for managing Cursor tools, including permission settings and command lists.
2025-08-12 10:49:04 +03:00
viper151
5dd1fcfb4d
Update package.json
2025-08-11 23:56:51 +03:00
viper151
ece52adac2
Merge pull request #144 from siteboon/feature/mcp-project
...
refactor: remove unnecessary project fetching in ToolsSettings compon…
v1.6.1
2025-08-11 19:27:13 +03:00
viper151
6c55638397
Merge branch 'main' into feature/mcp-project
2025-08-11 19:27:07 +03:00
simos
e28d989bee
refactor: remove unnecessary project fetching in ToolsSettings component that introduced a bug in saving the settings
2025-08-11 19:26:33 +03:00
viper151
b24f5e421f
Merge pull request #142 from siteboon/feature/mcp-project
...
feat: Local/Project MCPs and Import from JSON
v1.6.0
2025-08-11 14:22:21 +03:00
simos
6d17e6db81
feat: update version to 1.6.0 and enhance ToolsSettings component with loading from json and adding project MCP servers
2025-08-11 14:20:54 +03:00
simos
99b204f5bf
feat: add JSON import support for MCP server configuration in ToolsSettings
2025-08-11 14:05:31 +03:00
simos
21d9242d50
feat: enhance MCP server management with config file support and improved CLI interactions
2025-08-11 13:51:11 +03:00
viper151
5e4be4d113
Merge pull request #141 from dorage/style/settings-bg-in-mobile
...
style: remove revert rule causing unexpected transparency in modal
2025-08-11 12:15:53 +03:00
kanghyunlee
46d119685d
style: remove revert rule causing unexpected transparency in modal overlays
2025-08-10 15:53:11 +09:00
viper151
12dccbf224
Merge pull request #112 from Difocd/main
...
Remove executable permissions from non-script files
2025-08-06 19:57:35 +02:00
viper151
2a0e4c58c2
Merge branch 'main' into main
2025-08-06 19:57:24 +02:00
viper151
a01d6c91e0
Merge pull request #117 from GiGiDKR/feature/windows-support
...
feat(platform): Improve cross-platform compatibility with Windows support
2025-08-06 18:30:45 +02:00
viper151
8774aa4289
Update index.js
2025-08-06 19:30:05 +03:00
viper151
5ba62a2b7b
Merge branch 'main' into feature/windows-support
2025-08-06 18:20:36 +02:00
viper151
23c50f8fef
Merge pull request #119 from ismaslov/fix/websocket-proxy-config
...
Update vite.config.js for websocket proxy configuration
2025-08-06 18:20:26 +02:00
viper151
8b40f9f177
Merge branch 'main' into fix/websocket-proxy-config
2025-08-06 18:17:54 +02:00
GiGiDKR
51f935f6d8
Merge branch 'main' into feature/windows-support
2025-08-02 02:31:54 +02:00
viper151
f6408c5106
Merge pull request #97 from mkdir3/fix/sidebar-folder-name-display
...
fix(sidebar): display project name instead of full path
2025-08-01 22:31:16 +02:00
viper151
41be9a4f63
Merge branch 'main' into fix/sidebar-folder-name-display
2025-08-01 22:31:03 +02:00