Skip to content

Releases: cnjack/jcode

Release v0.10.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 03:34
0cbec24

What's Changed

  • fix(jcode-ui): stop file-viewer line numbers wrapping vertically by @cnjack in #144
  • feat: multimodal-safe model switch, persisted model, composer drafts, desktop links by @cnjack in #145
  • fix(web): target icon for Goal, working new-task shortcut, ⌘J terminal alias by @cnjack in #146
  • feat: computer use — native desktop app control, sibling of browser-use by @cnjack in #141
  • fix: per-session message queue, conversation restore, token usage i18n + CI race by @cnjack in #147
  • feat(web): model-specific backdrop artwork on the chat canvas by @cnjack in #149
  • design: dynamic workflow progress panel mock by @cnjack in #148
  • fix: backfill interrupted tool results so stopped sessions stay resumable by @cnjack in #150
  • fix(web): let the browser extension WS handshake past the Origin gate by @cnjack in #151
  • feat(web): floating goal pill behind composer by @cnjack in #152
  • fix(web): remove duplicate action bar from expanded GoalBanner by @cnjack in #153
  • fix(web): thread-safe config handling, memory admin APIs, setup-mode boot by @cnjack in #154
  • feat(model): add Alibaba Token Plan (China) provider by @cnjack in #155
  • feat(web): Developer settings — logging, tracing, Langfuse config by @cnjack in #156
  • feat(jcode-ui): live tool info in running activity header + breathing ring pending indicator by @cnjack in #157
  • fix(release): build jcode-computerd.app bundle before tauri build by @cnjack in #158
  • fix(release): Developer-ID sign nested computerd bundle before notarization by @cnjack in #159

Full Changelog: v0.9.6...v0.10.1

What's Changed

  • fix(jcode-ui): stop file-viewer line numbers wrapping vertically by @cnjack in #144
  • feat: multimodal-safe model switch, persisted model, composer drafts, desktop links by @cnjack in #145
  • fix(web): target icon for Goal, working new-task shortcut, ⌘J terminal alias by @cnjack in #146
  • feat: computer use — native desktop app control, sibling of browser-use by @cnjack in #141
  • fix: per-session message queue, conversation restore, token usage i18n + CI race by @cnjack in #147
  • feat(web): model-specific backdrop artwork on the chat canvas by @cnjack in #149
  • design: dynamic workflow progress panel mock by @cnjack in #148
  • fix: backfill interrupted tool results so stopped sessions stay resumable by @cnjack in #150
  • fix(web): let the browser extension WS handshake past the Origin gate by @cnjack in #151
  • feat(web): floating goal pill behind composer by @cnjack in #152
  • fix(web): remove duplicate action bar from expanded GoalBanner by @cnjack in #153
  • fix(web): thread-safe config handling, memory admin APIs, setup-mode boot by @cnjack in #154
  • feat(model): add Alibaba Token Plan (China) provider by @cnjack in #155
  • feat(web): Developer settings — logging, tracing, Langfuse config by @cnjack in #156
  • feat(jcode-ui): live tool info in running activity header + breathing ring pending indicator by @cnjack in #157
  • fix(release): build jcode-computerd.app bundle before tauri build by @cnjack in #158
  • fix(release): Developer-ID sign nested computerd bundle before notarization by @cnjack in #159

Full Changelog: v0.9.6...v0.10.1

Release v0.9.6

Choose a tag to compare

@cnjack cnjack released this 16 Jul 17:43
7822b25

What's Changed

  • feat(web): small_model picker in settings — Model roles section by @cnjack in #139
  • feat(review): opt-in LLM approval reviewer (guardian) — V1–V3 by @cnjack in #140
  • feat(model): add Kimi For Coding provider by @cnjack in #142
  • feat(model): Kimi K3 (1M context) + fix vision-blinding provider config by @cnjack in #143

Full Changelog: v0.9.5...v0.9.6

Release v0.9.5

Choose a tag to compare

@cnjack cnjack released this 14 Jul 10:11
19f9250

What's Changed

  • fix(desktop): flatten tray template icon alpha to pure white by @cnjack in #135
  • feat(acp): register subagent tool and bridge its events to ACP clients by @cnjack in #136
  • feat(model): small_model role — "small" alias, LLM session titles, routing fixes by @cnjack in #137
  • fix(web): polish settings layout by @cnjack in #138

Full Changelog: v0.9.4...v0.9.5

Release v0.9.4

Choose a tag to compare

@cnjack cnjack released this 12 Jul 17:01

Full Changelog: v0.9.3...v0.9.4

Release v0.9.3

Choose a tag to compare

@cnjack cnjack released this 06 Jul 10:14

What's Changed

  • chore(extension): bump Browser Bridge to 0.1.5 by @cnjack in #119
  • feat(flow): workflow / slash commands across TUI, Web, and ACP by @cnjack in #120
  • fix(desktop): give the sidecar the user's login-shell environment by @cnjack in #121

Full Changelog: v0.9.2...v0.9.3

Release v0.9.2

Choose a tag to compare

@cnjack cnjack released this 06 Jul 05:21

What's Changed

  • Harden tools, compaction, and prompt layers for long-horizon autonomous runs by @cnjack in #118

Full Changelog: v0.9.1...v0.9.2

Release v0.9.1

Choose a tag to compare

@cnjack cnjack released this 05 Jul 15:05

What's Changed

  • fix(browser): resolve flaky TestManagedBackendErrorPropagation (CDP send race) by @cnjack in #116
  • feat(flow): dynamic workflows — goja-based multi-agent orchestration by @cnjack in #117

Full Changelog: v0.8.1...v0.9.1

Release v0.8.1

Choose a tag to compare

@cnjack cnjack released this 05 Jul 02:56

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

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