simos
771f7e4d7b
Fix: UI issues
2025-09-17 09:10:27 +00:00
simos
cab13a1534
Fix: UI fixes for mobile
2025-09-17 08:43:22 +00:00
simos
1eba594418
Feat: Improve the chat interface by grouping messages from AI
2025-09-17 08:04:43 +00:00
simos
ed5374a1bd
Feat: Make the login modal full screen for better visibility
2025-09-17 08:04:21 +00:00
simos
573a04d2e5
Feat: Add search bar on file tree
2025-09-17 08:00:24 +00:00
simos
79981693f3
Fix : mobile issues and git diff in the git panel
2025-09-15 20:57:49 +00:00
viper151
dab0068d8f
Merge branch 'main' into fix/ios-pwa-status-bar-overlap
2025-09-15 17:40:44 +02: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
Takumi Mori
11b2ff588a
Merge branch 'main' into fix/ios-pwa-status-bar-overlap
2025-09-14 02:41:00 +09:00
simos
4ca78ba69a
Feat: Path suggestion when creating a project
2025-09-11 12:40:25 +00:00
Takumi Mori
975e4b04a6
fix: iOS PWA status bar overlap issue on mobile devices
...
- Add PWA detection logic to App.jsx
- Apply dynamic padding to header and sidebar in PWA mode
- Update viewport meta tag for better iOS compatibility
- Change status bar style to black-translucent for PWA
- Add CSS variables for safe area insets with fallback support
This ensures menu button and sidebar content are properly visible
below the iOS status bar when installed as a PWA.
2025-09-01 00:55:13 +09:00
simos
75e8161213
Integration with TaskMaster AI
2025-08-28 12:11:42 +03:00
simos
a2eb2c4bea
Fix: making code block render properly in light mode.
2025-08-15 13:10:18 +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
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
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
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
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
kanghyunlee
46d119685d
style: remove revert rule causing unexpected transparency in modal overlays
2025-08-10 15:53:11 +09:00
viper151
2a0e4c58c2
Merge branch 'main' into main
2025-08-06 19:57:24 +02:00
viper151
67339b0e4b
Merge branch 'main' into fix/react-errors-and-localStorage-quota
2025-07-23 14:22:33 +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
a8f212bff8
Merge branch 'main' into fix/react-errors-and-localStorage-quota
2025-07-13 17:31:45 +02: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
simos
111311eac5
Fixes on Dark Theme
2025-07-13 12:05:32 +00:00
simos
c0f30afb23
Enhanced UX on GitPanel
2025-07-13 09:42:10 +00:00
simos
aa1df3c9c8
Fixes on chat interface file selection
2025-07-13 09:35:16 +00:00
simos
e72be46733
Fixes
2025-07-13 05:11:18 +00:00
simos
a5ddef58df
Introducing push on git panel
2025-07-13 05:10:56 +00:00
simos
02cc0257ae
UX enhancements on gitpanel and Shell to make them more mobile friendly
2025-07-13 05:06:31 +00:00
simos
24282ababe
Merge branch 'main' of https://github.com/siteboon/claudecodeui
2025-07-13 04:37:15 +00:00