Skip to content

Releases: spencermarx/open-code-review

v1.11.0

06 May 20:55

Choose a tag to compare

1.11.0 (2026-05-06)

🚀 Features

  • cli: ocr session subcommands for AI lifecycle journaling (ca9c8a3)
  • cli: ocr models list with bundled fallbacks per vendor (14753cb)
  • cli: ocr team resolve/set with three-form schema (bb290d2)
  • cli: ocr review --resume support (41ef300)
  • cli: shared vendor-resume helper for argv + display strings (80f7377)
  • cli/db: collapse agent_sessions journal into command_executions (17fb83f)
  • cli/db: single-owner workflow_id linkage + durable spawn marker (e3e2b55)
  • dashboard: ai-cli adapter listModels + per-task model + workflow session_id capture (5e0f06c)
  • dashboard: agent-sessions API, handoff route, WAL hygiene, sweep (34e7a8e)
  • dashboard: team config API and hooks (4b676b6)
  • dashboard/server: adapter contract for resume + per-task model (42d2ad0)
  • dashboard/server: SessionCaptureService façade + thin handoff route (861275e)
  • dashboard/server: per-execution event journal + events API (2824863)
  • dashboard/server: durable spawn lifecycle + UTF-8 safety + prompt-injection guards (87e2a5d)
  • dashboard/server: normalize final.md verdict labels (283332b)
  • dashboard/ui: ModelSelect dropdown matching design system (1317605)
  • dashboard/ui: default team management on the Team page (1ca4b94)
  • dashboard/ui: session liveness, resume, and terminal-handoff panel (8a26bbe)
  • dashboard/ui: command-history surfaces stalled/orphaned + terminal handoff (f037432)
  • dashboard/ui: live event-stream timeline renderer (8ddff99)
  • dashboard/ui: terminal-handoff panel + structured failure rendering (a8460eb)

🩹 Fixes

  • dashboard: vite proxy logger filters benign EPIPE/ECONNRESET noise (d94e4ba)
  • dashboard: vitest resolves @open-code-review/cli/vendor-resume to source (ee90acf)
  • dashboard: esbuild resolves @open-code-review/cli/* via source condition (9765620)
  • dashboard/server: syncAgentSessions detects workflow_id + vendor_session_id changes (3ce00c3)

❤️ Thank You

v1.10.4

07 Apr 19:08

Choose a tag to compare

1.10.4 (2026-04-07)

🩹 Fixes

  • injector: use h2 heading and backticks in managed block (91e0ac1)

❤️ Thank You

v1.10.3

03 Apr 11:51

Choose a tag to compare

1.10.3 (2026-04-03)

🩹 Fixes

  • cli: move @open-code-review/platform to devDependencies (a5fa8b5)

❤️ Thank You

v1.10.2

03 Apr 10:01

Choose a tag to compare

1.10.2 (2026-04-03)

🩹 Fixes

  • cli: use platform-safe ESM import and binary execution (d867733)
  • dashboard: use platform-safe subprocess calls (8863cd2)
  • dashboard: move health endpoint above auth middleware (beb9e89)
  • dashboard: resolve dev proxy port race condition (fb9e4c6)
  • platform: add execBinaryAsync and enforce encoding in signatures (c0b12d4)

❤️ Thank You

v1.10.1

01 Apr 09:48

Choose a tag to compare

1.10.1 (2026-04-01)

🩹 Fixes

  • cli,dashboard: skip empty sessions and default backfilled status to closed (1210b5f)

❤️ Thank You

v1.10.0

31 Mar 10:36

Choose a tag to compare

1.10.0 (2026-03-31)

🚀 Features

  • cli: add JSONL-backed command history backup with replay recovery (424007a)
  • dashboard: integrate JSONL backup, port auto-retry, and Vite port discovery (ba292e2)

🩹 Fixes

  • dashboard: accept any localhost origin in dev CORS (b5b9ec7)
  • dashboard: extend CORS to 127.0.0.1 and document origin handling (576c0f7)
  • dashboard: use 127.0.0.1 in Vite proxy targets for IPv4 match (a1d9c39)

❤️ Thank You

v1.9.0

24 Mar 18:22

Choose a tag to compare

1.9.0 (2026-03-24)

🚀 Features

  • agents: add Nx VersionActions to sync plugin.json on release (#16)

🩹 Fixes

  • agents: update plugin.json and SKILL.md versions to 1.8.4 (#16)
  • agents: resolve TS errors in version-actions by using nx imports (3a01b5e)
  • agents: install @nx/devkit and use proper imports in version-actions (39d9072)

❤️ Thank You

v1.8.4

10 Mar 19:22
640e90e

Choose a tag to compare

1.8.4 (2026-03-10)

🚀 Features

  • agents: add synthesis_counts to orchestrator instructions (#7)
  • cli: add synthesis_counts to round-meta schema (553cbd5)

🩹 Fixes

  • dashboard: prefer synthesis_counts from round-meta.json (96a31b9)

❤️ Thank You

v1.8.3

10 Mar 17:42

Choose a tag to compare

1.8.3 (2026-03-10)

🩹 Fixes

  • cli: fix ocr --version reporting stale version — bundle was not rebuilt before 1.8.1 publish

⚙️ CI

  • nx: add build as dependency of nx-release-publish to prevent publishing stale bundles

❤️ Thank You

v1.8.2

10 Mar 17:39

Choose a tag to compare

1.8.2 (2026-03-10)

🩹 Fixes

  • cli: fix ocr --version reporting 1.8.0 — version was not baked into bundle during 1.8.1 release

🩹 Fixes (from 1.8.1)

  • agents: require post-synthesis categories in round-meta.json to match final.md blocker counts