Bohdan Triapitsyn
66428cbded
feat: add message queue functionality with auto-send and queue mode toggle
...
- Improved development server hot module replacement (HMR) by reusing OpenCode processes.
- Introduced queued message mode with batching and idle auto-send, including support for attachments.
- Added a toggle for queue mode in OpenChamber settings with persistence across sessions.
- Updated various components to handle queued messages, including ChatInput and QueuedMessageChips.
- Modified settings payload and desktop settings to include queue mode configuration.
- Enhanced message sending logic to support additional parts for queued messages.
2025-12-29 02:16:42 +02:00
Bohdan Triapitsyn
0d27c0b6d5
fix: improve keyboard focus handling between inputs for mobile view
2025-12-28 13:43:53 +02:00
Bohdan Triapitsyn
2d45abdc32
fix: reduce image thumbnails, refactor WorkingPlaceholder state machine, expand debug utilities
2025-12-24 03:32:24 +02:00
Bohdan Triapitsyn
5e103394d7
feat(chat): update placeholder text in ChatInput based on session state
2025-12-22 01:22:25 +02:00
Bohdan Triapitsyn
7699aab123
feat(chat): delay session creation until first message
...
The app now opens to a new chat by default on startup
New chats no longer create a session until you send your first message
Fixed mobile and VSCode sessions handling for better consistency
2025-12-21 20:18:51 +02:00
Bohdan Triapitsyn
ac53ec0bdc
feat(chat): add revert to previous message
...
Add revert button on user messages except first message
Restore reverted message text to input field
Filter out messages after revert point
2025-12-21 00:47:43 +02:00
Bohdan Triapitsyn
e6b07a0563
fix: filter hidden internal agents from UI and updated sdk version
2025-12-18 19:02:42 +02:00
Bohdan Triapitsyn
d28c4e9da6
feat: enhance mobile experience by adjusting layout and keyboard handling
2025-12-18 11:20:37 +02:00
Bohdan Triapitsyn
8f6e6db5c5
feat: implement todo tracking with collapsible status row and update event handling
2025-12-16 02:34:29 +02:00
Bohdan Triapitsyn
e064bcf355
feat: enhance file attachment features performance
2025-12-15 13:15:45 +02:00
Bohdan Triapitsyn
05deb79107
feat: enhance mobile view for model controls
2025-12-15 03:04:46 +02:00
Bohdan Triapitsyn
bd25787b92
feat: implement Shiki theme support for VS Code webview and enhance theme handling
2025-12-15 02:29:39 +02:00
Bohdan Triapitsyn
bb72c0fb0c
feat: vscode extension ( #59 )
...
* feat: add initial VS Code extension plan and implementation tasks
* feat(vscode): added initial version of an Openchamber VSCode extension
* feat(vscode): enhance VS Code extension with theme integration and session management
* feat(vscode): implement connection status handling and overlay in VSCode layout
* feat: move extension to secondary sidebar
* chore: upgrade @opencode-ai/sdk to 1.0.150
* vscode: editor bridge, file picker, click-to-open in tool parts
* vscode: layout session lifecycle, theme sync, typography overrides
* ui: compact mode for vscode, model search, autocomplete width fixes
* perf: scroll force flag, raf placeholder, git polling backoff
* ui: tool output styling, markdown code block fix, gitignore
* refactor: update typography handling for VSCode runtime, remove unused styles
* docs: update README with VS Code extension details and add extension image
* docs: update changelog with new features and performance improvements
2025-12-13 16:34:17 +02:00
Bohdan Triapitsyn
4b2edf7318
Initial public release
2025-12-07 19:32:53 +02:00