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
viper151
0a9c2484d6
Merge pull request #133 from WolCarlos/main
...
Fix command escaping in claude-cli.js
2025-08-01 22:29:15 +02:00
WolCarlos
2d912eeb64
Update claude-cli.js
...
add "``"
2025-07-31 22:19:55 +02:00
WolCarlos
952aeab70a
Fix bug - ‘truncated messages’ - Update claude-cli.js
...
I fixed the ‘truncated messages’ bug in chat (Windows 11/Chrome).
2025-07-31 16:35:09 +02:00
Igor Maslov
95644fd457
Update vite.config.js for websocket proxy configuration
2025-07-23 21:11:58 +00:00
OhMyApps
42a80748af
fix(server): change default PORT from 3000 to 3001
2025-07-23 19:17:05 +02:00
aëldrin_sagë
7031d9437c
Merge branch 'main' into fix/sidebar-folder-name-display
2025-07-23 18:59:43 +02:00
OhMyApps
2ff59bd28c
feat(platform): improve cross-platform compatibility with Windows support
...
Enhance application to work seamlessly across operating systems by implementing platform-specific adaptations:
- Update node-pty to version 1.1.0-beta34 for Windows support
- Implement PowerShell terminal support for Windows environments
- Integrate cross-spawn library for reliable process execution on all platforms
- Standardize development ports to industry defaults (3001/5173)
- Add dynamic shell detection based on operating system
BREAKING CHANGE: Development server ports have been changed from 3008/3009 to 3001/5173 to align with standard Vite/Express defaults
2025-07-23 18:36:29 +02:00
Aëldrin Sagë
7fd63d83ac
fix(sidebar): display only folder name instead of full path in project list
2025-07-23 17:52:48 +02:00
simos
6db8be5f54
Remove deprecated dependency "@anthropic-ai/claude-code" from package.json
2025-07-23 13:39:19 +00:00
simos
32481356cb
Redirect to Vite dev server in development mode for better local testing
2025-07-23 13:37:28 +00:00
viper151
3e0c23b7e2
Merge pull request #55 from krzemienski/fix/react-errors-and-localStorage-quota
...
fix: resolve React errors and localStorage quota issues
2025-07-23 14:33:59 +02:00
viper151
22fa724503
Delete CLAUDE.md
2025-07-23 14:29:34 +02:00
viper151
67339b0e4b
Merge branch 'main' into fix/react-errors-and-localStorage-quota
2025-07-23 14:22:33 +02:00
viper151
4fcf27bd13
Merge pull request #51 from Mirza-Samad-Ahmed-Baig/fix/registration-race-condition
...
Fix: Prevent race condition in user registration
2025-07-23 14:21:35 +02:00
viper151
4de2f5026e
Merge branch 'main' into fix/registration-race-condition
2025-07-23 14:20:07 +02:00
Difocd
9cfccc04f3
Remove executable permissions from non-script files
2025-07-23 11:42:12 +08:00
Natsuki YOKOTA
7f4feb182e
feat: add ctrl+enter send option & fix IME problen ( #62 )
2025-07-21 17:30:53 +02:00
simos
d36890be52
Fixes on Claude limit usage reached message
2025-07-15 14:04:15 +00:00
viper151
c925742df1
Merge branch 'main' into fix/react-errors-and-localStorage-quota
2025-07-14 17:51:56 +02:00
viper151
33aea3f7e8
feat: Publish branch functionality ( #66 )
2025-07-14 17:46:11 +02:00
viper151
f28dc0140e
Add delete functionality for untracked files ( #65 )
...
- Add delete button for untracked files in GitPanel
- Implement deleteUntrackedFile function with confirmation dialog
- Add /delete-untracked API endpoint to safely delete untracked files
- Update confirmation modal to handle delete actions
- Maintain consistent UI patterns with existing discard functionality
2025-07-14 17:27:02 +02:00
Nick Krzemienski
2ca929e5e5
Merge branch 'main' into fix/react-errors-and-localStorage-quota
2025-07-13 19:53:23 -04:00
simos
36d0add224
Changing logo to the proper one
2025-07-13 20:51:05 +00:00
simos
7db22fae29
Enhance ChatInterface
2025-07-13 20:43:15 +00:00
simos
b808ca1b68
Update ChatInterface
2025-07-13 20:34:04 +00:00
viper151
62ad40ad71
Merge branch 'main' into fix/registration-race-condition
2025-07-13 19:18:48 +02:00
viper151
a8f212bff8
Merge branch 'main' into fix/react-errors-and-localStorage-quota
2025-07-13 17:31:45 +02:00
viper151
ba077fdf62
Update package.json
v1.5.0
2025-07-13 17:30:59 +02:00
simos
6170f97216
Fixes to json
2025-07-13 15:30:22 +00:00
Nick Krzemienski
9cf0173bc9
fix: resolve React errors and localStorage quota issues
...
- Fix DOMException in ChatInterface handleImageFiles function with proper file validation
- Add ErrorBoundary component to catch React errors gracefully
- Implement safeLocalStorage utility to handle QuotaExceededError
- Add intelligent quota management with automatic cleanup
- Limit chat history to 50 messages per project to prevent storage bloat
- Add comprehensive error handling for all localStorage operations
- Create comprehensive CLAUDE.md documentation
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-13 11:29:20 -04:00
simos
6c64ea7552
feat: Ability to add and control user level MCP Servers
2025-07-13 15:25:45 +00:00
viper151
23f5fc357b
Update package.json
2025-07-13 16:00:56 +02:00