Skip to content

Releases: iskhakovt/cogmo

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 16:41
efcb10a

2.6.0 (2026-06-14)

Bug Fixes

  • coding: materialize task working trees as standalone clones, not linked worktrees (#396) (e246618)
  • secrets: resolve cat via PATH in host askpass helper (#398) (ba93140)
  • transport: settle the idle-boundary prompt to its outcome on resolve (#394) (11c4e76)

Features

  • coding: open ready-for-review PRs instead of drafts (#397) (efcb10a)
  • pipeline: compile free-text pipeline definitions with preview and activation (#395) (be8ddf8)

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 12:36
75cfca1

2.5.0 (2026-06-12)

Bug Fixes

  • deps: force-patch transitive deps with open security advisories (#390) (7e409a5)

Features

  • deps: bump inngest to 4.5.1 and hindsight to 0.8.1 (#388) (e6a76b2)

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 22:27
c73a59c

2.4.0 (2026-06-06)

Features

  • agent: add sub-agents (agents-as-tools delegation) (#382) (c73a59c)

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 19:52
bdc8036

2.3.0 (2026-06-03)

Features

  • memory: require hindsight 0.7 (#376) (1f6f8fc)
  • web-ui: app shell, ledger theme, and command palette (phase 3a) (#373) (16496c6)
  • web-ui: contract-first oRPC + AGENT/SYSTEM screens (phase 3b) (#375) (d9c433d)
  • web-ui: in-process UI server + oRPC admin API + session auth (#360) (8374d3c)
  • web-ui: minimal SPA — token login + models screen (phase 1b) (#362) (0a4e1ee)
  • web-ui: streaming chat SPA + conversation-history read (phase 2a frontend) (#371) (a85695b)
  • web-ui: web chat backend — SSE streaming adapter + chat routes (phase 2a) (#369) (25160cd)

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 26 May 00:47
700d20f

2.2.1 (2026-05-26)

Bug Fixes

  • llm: treat empty streamed tool-args as {} instead of stream_truncation (#349) (7a95f27)
  • sandbox: default askpass + proxy-socket dirs under /var/lib/cogmo (#347) (23761c5)
  • skills: use per-sandbox /skill-venvs on daytona (#348) (7b90647)
  • test: make DaytonaMock replay tolerant of record/replay drift (#345) (b6b32ba)
  • test: synchronize WS replay against client up-frames (#346) (874522a)

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 24 May 23:39
2275561

2.2.0 (2026-05-24)

Bug Fixes

  • coding: pass --permission-mode bypassPermissions to claude execute (#341) (9e27326)
  • docker: copy patches/ before pnpm install so the build doesn't fail (#340) (0f7cf8e)
  • sandbox: race PTY wait() against abort signal so timeouts exit (#344) (2275561)
  • test: record fresh claude-cli llmock fixtures for plan + execute flows (#338) (5b876ca)

Features

  • coding: auto-register skills on coding/task/pr-opened (#343) (b2e7d6f)
  • coding: execute orchestrator pushes claude's commits for git-remote sandboxes (#337) (2679c73)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 22 May 22:25
d059cbb

2.1.0 (2026-05-22)

Bug Fixes

  • sandbox: route Daytona attachStdin execs through PTY (#319) (ff9393b)
  • transport: boundary-janitor query passes Date through typed operator (#315) (54921f3)

Features

  • skills: add dependencies manifest field, lockfile hash, classifier wiring (#320) (fd0981b)
  • skills: bake uv into runtime image; verify lockfile at register (#322) (3f0386b)
  • skills: encode Python ABI in venv cache key (#333) (d059cbb)
  • skills: install WASM-tier dependencies via micropip at worker init (#325) (731039a)
  • skills: mount deps-cache volume on Daytona sessions (#326) (3ef5552)
  • skills: mount shared deps-cache volume on every tier-2 worker (#324) (99e5887)
  • skills: populate per-skill venv at first invoke; activate before fork (#323) (6cfcd35)
  • skills: uv-cache share, pyodide pre-check, venv reaper (#330) (32ebb26)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 21 May 12:24
3c71b17

2.0.0 (2026-05-21)

Bug Fixes

  • agent: derive durable tool step id from (iteration, position) (#314) (87f6a99)

Features

  • coding: drop runtime tool gate; sandbox is the security boundary (#313) (3c71b17)

BREAKING CHANGES

  • coding: removes transport.coding.respondPermission, the
    permission_request CodingEvent variant, the coding/task/permission-*
    Inngest events, the /profile autoapprove Telegram subcommand, and the
    related schema (migration 0046_drop_tool_gate.sql).

v1.70.0

Choose a tag to compare

@github-actions github-actions released this 20 May 16:25

1.70.0 (2026-05-20)

Features

  • coding: per-profile auto-approve for tool gate (#308) (fc29f8b)
  • transport: conversation boundary hold prompt on idle rotation (#310) (912e201)

v1.69.0

Choose a tag to compare

@github-actions github-actions released this 19 May 20:30

1.69.0 (2026-05-19)

Bug Fixes

  • coding: keep stdin open for ExitPlanMode permission round-trip (#307) (05d62cb)

Features

  • agent: /model and /profile clear cooldown_state same-tx (#302) (8da5aa8)
  • agent: conversation/cooldown/{entered,cleared} telemetry events (#305) (c11e7e6)
  • agent: edit_file tool + read-state tracking on file service (#304) (13d1df5)
  • skills: capture wall-clock + peak memory in skill_runs.resource_usage (#303) (9b72ba9)
  • skills: exactly-once invocation via DB-level idempotency keys (#306) (0e74d26)
  • skills: wire cron dispatch for scheduled skill manifests (#301) (36e07c2)