Releases: iskhakovt/cogmo
Releases · iskhakovt/cogmo
Release list
v2.6.0
v2.5.0
v2.4.0
v2.3.0
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
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
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
v2.1.0
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
2.0.0 (2026-05-21)
Bug Fixes
Features
BREAKING CHANGES
- coding: removes transport.coding.respondPermission, the
permission_requestCodingEvent variant, thecoding/task/permission-*
Inngest events, the/profile autoapproveTelegram subcommand, and the
related schema (migration 0046_drop_tool_gate.sql).
v1.70.0
v1.69.0
1.69.0 (2026-05-19)
Bug Fixes
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)