Bohdan Triapitsyn
c4fb9d5730
fix(upload): increase attachment size limit to 50mb ( #144 )
...
* fix(upload): increase attachment size limit to 50mb
Raises body limits in web proxy and desktop app. Adds client-side size checks and better 413 error handling.
* fix(client): auto-compress large images to avoid server body limits
Adds client-side compression for images >1MB. Resizes to max 2048px and converts large PNGs to JPEG. Adds detailed logging for debugging.
* chore: remove debug logs from client and proxy
2026-01-14 13:23:17 +02:00
Bohdan Triapitsyn
5ffec2acba
release v1.4.8
2026-01-14 02:55:52 +02:00
Bohdan Triapitsyn
1319033df9
feat(git): enhance token authentication and credential handling
2026-01-14 02:54:48 +02:00
btriapitsyn
fa83c1e645
feat(git): add token authentication and credential discovery
...
Add support for token-based git authentication in identity profiles.
Enable discovery and import of credentials from ~/.git-credentials file.
Introduce remote URL-based filtering for token identities in git view.
2026-01-14 02:47:26 +02:00
Jovines and Jovines
d56eef8aa6
feat: Add Nerd Fonts support for terminal icons ( #140 )
...
Co-authored-by: Jovines <jovines@qq.com >
2026-01-14 02:38:48 +02:00
Bohdan Triapitsyn
126cc366d7
chore: updated changelog
2026-01-14 01:47:24 +02:00
Bohdan Triapitsyn
84650e16c3
feat(chat): add turn duration display
2026-01-14 01:23:24 +02:00
Bohdan Triapitsyn
b84c17e0e2
feat: add notification mode settings and enhance notification handling
2026-01-14 01:03:26 +02:00
Bohdan Triapitsyn
0d43725802
fix(web): refine OpenCode health monitoring
2026-01-14 00:25:23 +02:00
Nelson Pires
279efb28b3
feat: Display default model in dropdowns and consolidate Git settings menu ( #135 )
...
* types: add commitMessageModel to DesktopSettings
* store: add commitMessageModel state and fetch logic
* lib: implement persistence for commitMessageModel setting
* ui: create GitSettings component for model selection
* ui: add Git section to OpenChamber settings sidebar
* ui: register GitSectionContent in OpenChamberPage
* server: use commitMessageModel setting for AI generation
* tauri: sanitize commitMessageModel in settings commands
* tauri: use commitMessageModel for desktop message generation
* build: update lockfile and package configuration
* refactor(openchamber): improve default model parsing with fallback logic
* feat(openchamber): improve model selection fallback logic
* refactor: move worktree settings into git section
* refactor(openchamber): merge worktree into git section
* refactor[worktree]: simplify empty state layout
* revert: rollback bun.lock and package.json to main
* feat(git): restrict model selection to OpenCode provider
2026-01-14 00:21:16 +02:00
Bohdan Triapitsyn
fbb058ed97
feat(server): add function to wait for OpenCode port
2026-01-13 19:44:13 +02:00
vio1ator
abc8e89367
fix: preserve projects on validation failures and add error logging ( #129 )
2026-01-13 10:18:19 +02:00
vio1ator
f2fb852421
feat: sort chat sidebar by last updated date ( #127 )
2026-01-12 15:40:14 +02:00
vio1ator
31c773aeb6
fix: persist config-store state and apply settingsDefaultModel to new sessions ( #126 )
2026-01-12 15:39:42 +02:00
vio1ator
4fa6c2fbf1
Fix/sigint graceful shutdown ( #125 )
2026-01-11 17:00:13 +02:00
vio1ator
53b51a12c9
fix: hide todo list/status when all todos complete, fix notifications ( #124 )
2026-01-11 17:00:01 +02:00
vio1ator
e09559f711
feat: add configurable web native notifications for assistant completion ( #123 )
2026-01-11 15:21:13 +02:00
Bohdan Triapitsyn
1e1ca9f15e
release v1.4.7
2026-01-10 11:02:25 +02:00
Bohdan Triapitsyn
eca270ba97
feat: enhance TerminalViewport styling and hide system caret in terminal input
2026-01-10 11:01:16 +02:00
Bohdan Triapitsyn
3809fdb93c
feat: add functions to retrieve login shell path and build augmented PATH
2026-01-10 10:26:58 +02:00
Bohdan Triapitsyn
04804993f0
refactor: streamline AGENTS.md for clarity and updated project structure
2026-01-10 01:02:00 +02:00
Bohdan Triapitsyn
21fdba08a3
feat: Integrate ClawdHub skill registry
2026-01-10 01:01:47 +02:00
Bohdan Triapitsyn
591cbb723a
release v1.4.6
2026-01-09 22:52:11 +02:00
Bohdan Triapitsyn
87d0f0b6d1
feat: implement health check for OpenCode server readiness during startup
2026-01-09 22:50:52 +02:00
Bohdan Triapitsyn
4a87126b74
feat: added questions and permissions
2026-01-09 21:38:22 +02:00
Bohdan Triapitsyn
4db0d01fd9
feat: enhance OpenCodeManager with improved server readiness check and CLI availability detection
2026-01-09 18:03:12 +02:00
Bohdan Triapitsyn
f1889d73af
refactor: streamline OpenCode process management by removing unused code and integrating SDK for server initialization
2026-01-09 12:23:12 +02:00
Bohdan Triapitsyn
d1ac3f92b4
refactor: clean up OpenCode manager by removing unused code and optimizing server initialization
2026-01-09 12:15:09 +02:00
Bohdan Triapitsyn
6fdeb833b2
feat: disable spell check and autocomplete for input, number input, and textarea components
2026-01-09 11:13:52 +02:00
Bohdan Triapitsyn
2382c6e82a
release v1.4.5
2026-01-09 00:01:22 +02:00
Bohdan Triapitsyn
e134f0f14e
feat: implement DirectoryAutocomplete component and integrate it into DirectoryExplorerDialog for enhanced path selection
2026-01-08 23:53:03 +02:00
Bohdan Triapitsyn
6eace604de
feat: add McpDropdown component with related UI enhancements
2026-01-08 23:14:29 +02:00
Bohdan Triapitsyn
699fc7596a
feat: rename summarize command to compact and update related descriptions for session compression
2026-01-08 21:10:38 +02:00
Bohdan Triapitsyn
49fb01f42d
feat: implement fuzzy matching for autocomplete components and add Fuse.js for improved search functionality
2026-01-08 20:49:22 +02:00
Bohdan Triapitsyn
2a895311d9
feat: enhance autocomplete components with agent and command metadata support
2026-01-08 20:19:33 +02:00
Bohdan Triapitsyn
a2f2d91a22
feat: add SkillAutocomplete component and integrate skill selection in ChatInput
2026-01-08 19:58:31 +02:00
Bohdan Triapitsyn
b9ed2217a6
feat: enhance environment path handling with buildAugmentedPath function
2026-01-08 19:33:43 +02:00
Bohdan Triapitsyn
04d6a2b2bf
feat: add VS Code runtime detection to session sidebar and agent manager components
2026-01-08 17:59:36 +02:00
Bohdan Triapitsyn
59031ff99b
chore: update changelog with model variants support and agent cycling shortcut change
2026-01-08 17:21:44 +02:00
Bohdan Triapitsyn
bc4425567d
feat: add keyboard shortcuts for cycling agent and thinking variant
2026-01-08 17:20:33 +02:00
Bohdan Triapitsyn
4b0ae1d95f
feat: add variant support across model selection and multi-run components
2026-01-08 17:01:24 +02:00
Bohdan Triapitsyn
ab731fdc79
feat: add default variant support in settings and UI components
2026-01-08 16:08:51 +02:00
Bohdan Triapitsyn
8e777a94c2
feat: add support for model variants across chat components and session management
2026-01-08 14:48:06 +02:00
wienans
8ff7b61b8a
Windows Git Paths fixes ( #118 )
...
* Initial plan
* fix(vscode): improve Windows path handling in git service
- Remove shell: true from execGit spawn options to fix issues with
git paths containing spaces on Windows
- Fix normalizePath to handle tilde expansion correctly by expanding
first, then normalizing slashes
Co-authored-by: wienans <40465543+wienans@users.noreply.github.com >
2026-01-08 09:35:07 +02:00
Bohdan Triapitsyn
2cbec5c3ce
release v1.4.4
2026-01-08 02:05:17 +02:00
Bohdan Triapitsyn
cc09f802ce
feat: add new session button and integrate worktree session creation logic
2026-01-08 01:48:42 +02:00
Bohdan Triapitsyn
8902662f74
feat: add rename branch functionality with UI integration
2026-01-08 01:13:51 +02:00
Bohdan Triapitsyn
d6f74087c4
feat: update SessionSidebar to include new session creation and worktree handling
2026-01-08 00:29:20 +02:00
Bohdan Triapitsyn
29ba318f0f
feat: enhance SessionSidebar with worktree metadata and UI updates
2026-01-08 00:06:02 +02:00
Bohdan Triapitsyn
c7700d5384
feat: add auto-create worktree setting and related UI components
2026-01-07 23:37:32 +02:00