Releases: cnjack/jcode
Releases · cnjack/jcode
Release v0.6.4
What's Changed
- feat(web): parallel tasks + sidebar filter/sort/group, branch-switch safety, provider icons by @cnjack in #96
- feat(web): Docker container workspaces by @cnjack in #97
- fix(web): harden git checkout, run lifecycle, and branch-picker UX by @cnjack in #98
- fix(docker): PTY container ref-count, exec error propagation, Docker-wizard i18n by @cnjack in #99
Full Changelog: v0.6.3...v0.6.4
What's Changed
- feat(web): parallel tasks + sidebar filter/sort/group, branch-switch safety, provider icons by @cnjack in #96
- feat(web): Docker container workspaces by @cnjack in #97
- fix(web): harden git checkout, run lifecycle, and branch-picker UX by @cnjack in #98
- fix(docker): PTY container ref-count, exec error propagation, Docker-wizard i18n by @cnjack in #99
Full Changelog: v0.6.3...v0.6.4
Release v0.6.3
What's Changed
- feat(usage): token usage statistics — global page, per-task context capacity, live cache hit rate by @cnjack in #95
Full Changelog: v0.6.2...v0.6.3
What's Changed
- feat(usage): token usage statistics — global page, per-task context capacity, live cache hit rate by @cnjack in #95
Full Changelog: v0.6.2...v0.6.3
Release v0.6.2
What's Changed
- chore(deps): bump concurrent-ruby from 1.3.6 to 1.3.7 in /docs by @dependabot[bot] in #86
- chore(deps): bump nokogiri from 1.19.3 to 1.19.4 in /docs by @dependabot[bot] in #85
- chore(deps): bump dompurify from 3.4.0 to 3.4.11 in /web by @dependabot[bot] in #84
- chore(lint): fix pre-existing golangci-lint issues by @cnjack in #87
- fix(desktop): declare Bluetooth usage strings so the sidecar stops crashing on Finder launch by @cnjack in #88
- fix(desktop): resolve UI audit findings across native shell, bridge & web UI by @cnjack in #89
- refactor(web): migrate to heroicons, tokenize colors, polish UI (P0+P1) by @cnjack in #90
- feat(web): internationalize the UI (en/zh-Hans/zh-Hant/ja/ko) by @cnjack in #91
- feat(web): UI polish — composer, model picker, sidebar, settings & remote wizard by @cnjack in #92
Full Changelog: v0.6.1...v0.6.2
What's Changed
- chore(deps): bump concurrent-ruby from 1.3.6 to 1.3.7 in /docs by @dependabot[bot] in #86
- chore(deps): bump nokogiri from 1.19.3 to 1.19.4 in /docs by @dependabot[bot] in #85
- chore(deps): bump dompurify from 3.4.0 to 3.4.11 in /web by @dependabot[bot] in #84
- chore(lint): fix pre-existing golangci-lint issues by @cnjack in #87
- fix(desktop): declare Bluetooth usage strings so the sidecar stops crashing on Finder launch by @cnjack in #88
- fix(desktop): resolve UI audit findings across native shell, bridge & web UI by @cnjack in #89
- refactor(web): migrate to heroicons, tokenize colors, polish UI (P0+P1) by @cnjack in #90
- feat(web): internationalize the UI (en/zh-Hans/zh-Hant/ja/ko) by @cnjack in #91
- feat(web): UI polish — composer, model picker, sidebar, settings & remote wizard by @cnjack in #92
- fix(desktop): point beforeBuildCommand at the root Makefile by @cnjack in #93
- fix(build): make build-web generate web assets first by @cnjack in #94
Full Changelog: v0.6.1...v0.6.2
Release v0.6.1
What's Changed
- feat(web): task-centric redesign — enclosed shell, full-page settings, multi-project task tree by @cnjack in #82
Full Changelog: v0.5.2...v0.6.1
What's Changed
- feat(web): task-centric redesign — enclosed shell, full-page settings, multi-project task tree by @cnjack in #82
Full Changelog: v0.5.2...v0.6.1
Release v0.5.2
What's Changed
- feat: built-in color themes (terminal + web) with /theme picker, plus TUI UX fixes by @cnjack in #78
- feat(ui): redesign task list, add workbench panel menu, refine error handling by @cnjack in #79
- feat(web): interactive ask_user flow + MCP OAuth & settings management by @cnjack in #80
Full Changelog: v0.5.1...v0.5.2
What's Changed
- feat: built-in color themes (terminal + web) with /theme picker, plus TUI UX fixes by @cnjack in #78
- feat(ui): redesign task list, add workbench panel menu, refine error handling by @cnjack in #79
- feat(web): interactive ask_user flow + MCP OAuth & settings management by @cnjack in #80
Full Changelog: v0.5.1...v0.5.2
Release v0.5.1
What's Changed
- fix: harden approval gate (P0+P1) and remove dead SSE transport by @cnjack in #76
- feat: support 1M-context models and adaptive window-size management by @cnjack in #77
Full Changelog: v0.5.0...v0.5.1
What's Changed
- fix: harden approval gate (P0+P1) and remove dead SSE transport by @cnjack in #76
- feat: support 1M-context models and adaptive window-size management by @cnjack in #77
Full Changelog: v0.5.0...v0.5.1
Release v0.5.0
What's Changed
- chore: upgrade dependencies to latest versions by @cnjack in #73
- feat: persistent session goal with auto-continuation (TUI/Web/ACP) by @cnjack in #74
- feat: unified Ask/Plan/Autopilot session mode selector (TUI/Web/ACP) by @cnjack in #75
Full Changelog: v0.4.11...v0.5.0
What's Changed
- chore: upgrade dependencies to latest versions by @cnjack in #73
- feat: persistent session goal with auto-continuation (TUI/Web/ACP) by @cnjack in #74
- feat: unified Ask/Plan/Autopilot session mode selector (TUI/Web/ACP) by @cnjack in #75
Full Changelog: v0.4.11...v0.5.0
Release v0.4.11
What's Changed
- feat: enhance ACP tool call presentation & remove ACPExecutor by @cnjack in #69
- fix: delay ACP slash command broadcast by @cnjack in #70
- fix(acp): filter ListSessions by cwd and add UpdatedAt by @cnjack in #71
- refactor(tui): extract renderViewportContent and preserve scroll position by @cnjack in #72
Full Changelog: v0.4.10...v0.4.11
What's Changed
- feat: enhance ACP tool call presentation & remove ACPExecutor by @cnjack in #69
- fix: delay ACP slash command broadcast by @cnjack in #70
- fix(acp): filter ListSessions by cwd and add UpdatedAt by @cnjack in #71
- refactor(tui): extract renderViewportContent and preserve scroll position by @cnjack in #72
Full Changelog: v0.4.10...v0.4.11
Release v0.4.10
What's Changed
- fix: remove unused variables and simplify function signatures to pass lint by @cnjack in #66
- feat: slash commands support & upgrade acp-go-sdk to v0.13.4 by @cnjack in #67
- perf(tui): add multi-layer render cache and stream debounce by @cnjack in #68
Full Changelog: v0.4.9...v0.4.10
What's Changed
- fix: remove unused variables and simplify function signatures to pass lint by @cnjack in #66
- feat: slash commands support & upgrade acp-go-sdk to v0.13.4 by @cnjack in #67
- perf(tui): add multi-layer render cache and stream debounce by @cnjack in #68
Full Changelog: v0.4.9...v0.4.10
Release v0.4.9
What's Changed
- fix(session): fix title generation for new sessions with client-provided UUID by @cnjack in #63
- feat(tool-view): enhance tool display info and add skill/team renderers by @cnjack in #64
- feat: enhance terminal, ACP, and web UI with team tools, skill display, and session improvements by @cnjack in #65
Full Changelog: v0.4.8...v0.4.9