Skip to content

Releases: cnjack/jcode

Release v0.8.1

Choose a tag to compare

@cnjack cnjack released this 05 Jul 02:56
8b4f961

What's Changed

  • docs: refresh README and realign published docs with current features by @cnjack in #104
  • feat(web): require token auth when bound to a non-loopback host by @cnjack in #105
  • Feat/agent eval showcase by @cnjack in #106
  • Feat/agent eval showcase by @cnjack in #108
  • feat(browser): browser-use capability (managed CDP + extension bridge) by @cnjack in #107
  • fix(site,browser): store extension ids, snippet overflow, privacy page by @cnjack in #110
  • feat(browser,ble): native-messaging stable connect, /browser command, BLE as desktop-only feature by @cnjack in #111
  • chore(deps): bump remotion from 4.0.258 to 4.0.410 in /site by @dependabot[bot] in #109
  • feat(memory): cross-session learned memory (file-based, git-backed, BYOM-aware) by @cnjack in #112
  • fix(browser): keep the extension bridge connection alive and its status in sync by @cnjack in #113
  • feat(hooks): user-configurable lifecycle hooks (external command, 3-surface) by @cnjack in #114
  • chore(site): bump @remotion/player to 4.0.410 by @cnjack in #115

Full Changelog: v0.7.2...v0.8.1

What's Changed

  • docs: refresh README and realign published docs with current features by @cnjack in #104
  • feat(web): require token auth when bound to a non-loopback host by @cnjack in #105
  • Feat/agent eval showcase by @cnjack in #106
  • Feat/agent eval showcase by @cnjack in #108
  • feat(browser): browser-use capability (managed CDP + extension bridge) by @cnjack in #107
  • fix(site,browser): store extension ids, snippet overflow, privacy page by @cnjack in #110
  • feat(browser,ble): native-messaging stable connect, /browser command, BLE as desktop-only feature by @cnjack in #111
  • chore(deps): bump remotion from 4.0.258 to 4.0.410 in /site by @dependabot[bot] in #109
  • feat(memory): cross-session learned memory (file-based, git-backed, BYOM-aware) by @cnjack in #112
  • fix(browser): keep the extension bridge connection alive and its status in sync by @cnjack in #113
  • feat(hooks): user-configurable lifecycle hooks (external command, 3-surface) by @cnjack in #114
  • chore(site): bump @remotion/player to 4.0.410 by @cnjack in #115

Full Changelog: v0.7.2...v0.8.1

Release v0.7.2

Choose a tag to compare

@cnjack cnjack released this 28 Jun 14:33
7e1af57

What's Changed

  • chore(deps): upgrade cloudwego/eino v0.9.6 → v0.9.9 by @cnjack in #101
  • fix(deps): patch Dependabot npm security alerts in web by @cnjack in #102
  • feat(provider): card-based provider & model management with per-model reasoning by @cnjack in #103

Full Changelog: v0.7.1...v0.7.2

What's Changed

  • chore(deps): upgrade cloudwego/eino v0.9.6 → v0.9.9 by @cnjack in #101
  • fix(deps): patch Dependabot npm security alerts in web by @cnjack in #102
  • feat(provider): card-based provider & model management with per-model reasoning by @cnjack in #103

Full Changelog: v0.7.1...v0.7.2

Release v0.7.1

Choose a tag to compare

@cnjack cnjack released this 24 Jun 14:53

What's Changed

  • feat(automations): scheduled & manual agent tasks (core + web UI + CLI + agent tool) by @cnjack in #100

Full Changelog: v0.6.4...v0.7.1

What's Changed

  • feat(automations): scheduled & manual agent tasks (core + web UI + CLI + agent tool) by @cnjack in #100

Full Changelog: v0.6.4...v0.7.1

Release v0.6.4

Choose a tag to compare

@cnjack cnjack released this 23 Jun 03:55
672ac28

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

Choose a tag to compare

@cnjack cnjack released this 22 Jun 05:17
b16b732

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

Choose a tag to compare

@cnjack cnjack released this 21 Jun 16:55
c23b41c

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

Choose a tag to compare

@cnjack cnjack released this 20 Jun 17:17
84d5e97

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

Choose a tag to compare

@cnjack cnjack released this 14 Jun 16:03
1452909

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

Choose a tag to compare

@cnjack cnjack released this 13 Jun 10:22
2b57250

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

Choose a tag to compare

@cnjack cnjack released this 13 Jun 05:45
5855d08

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