Changelog
v0.2.21 — 2026-06-14
Fixed
- Detect package manager from install path — now correctly detects whether to use
bun or npm based on the installation path, not the runtime.
- Polish UI rendering — fixed empty-state edge cases and visual glitches.
v0.2.20 — 2026-06-14
Fixed
- peer-spawn — spawn
cmd.exe directly with /k and set title inside command instead of using start.
- peer-spawn cd fix — execute
cd before running clew command to bypass cmd.exe quote stripping.
v0.2.16 — 2026-06-14
Fixed
- Auto-relaunch after update —
UpdateDialog.startInstall() now spawns a detached child process immediately after install completes. No more manual restart required.
v0.2.15 — 2026-06-14
v0.2.14 — 2026-06-14
Added
- Peer task queue system — queuing commands when busy with priority levels, auto-dequeue, SSE queue events.
- Peer health monitoring — healthy/lagging/offline states, latency tracking.
- Long-term memory system — auto-extraction, session consolidation, cross-session history, timeline queries.
- Gemini Code Assist provider — OAuth-based provider integration.
- Dashboard Monitor — real-time agent and daemon monitoring with tabbed views.
Changed
- peer naming reverted — the peer-facing command family stays on
/peer.
v0.2.13 — 2026-06-13
Changed
- Formatting pass across codebase via Biome.
- bun.lock synchronized with updated dependencies.
v0.2.12 — 2026-06-13
Added
- Provider consolidation — GoogleProvider and ClewGatewayProvider now extend OpenAICompatibleProvider, removing 679 lines of duplicated code.
- Zod v4 migration (
.passthrough() → .loose()).
- PR command refactored to use
--json + JSON.parse.
v0.2.11 — 2026-06-13
Added
- Further peer system refinements.
- Bug fixes and performance improvements.
v0.2.7 — 2026-06-11
Added
- process_peer PTY terminal box — terminal-style progress box with ANSI-preserving output tail.
/peer run codex <task> — one-shot Codex process peer from chat.
- Auto-update dialog — npm update notification before app starts.
- Rich model fetching — API models now carry context window, vision, tools, reasoning, free tags.
/model list capability tags — [200K ctx, vision, tools, reason, free] per model.
- Cost in status line — shows session cost when >$0.
v0.2.6 — 2026-06-10
Added
- Peer HTTP heartbeat — 60s liveness checks, offline peers detected immediately.
/agents visual polish — redesigned dashboard.
- Auto-updater — switched from Anthropic GCS to npm registry.
Removed
- GitHub Copilot provider and all references cleaned out.
v0.2.5 — 2026-06-10
Added
- Rebranded to Clew Code — docs, UI copy, and package updated.
- Memory search —
/memory search for stored entries.
- Peer tools — 14 AI coordination tools, peer help, connection count in footer.
v0.2.4 — 2026-06-08
Added
- Peer-to-peer — UDP multicast discovery, file registry, 14 AI coordination tools, interactive PeerMenu.
- Autonomous agents — agent loop, supervisor integration, task queue, Loop Lock.
- Workflow Rainbow — per-character gradient highlight for "workflow" keyword.
v0.2.3 — 2026-06-07
Added
/effort works with any provider exposing reasoningEffort.
/model fetches live model list from provider APIs.
- Relay server for cross-network remote control.
- Bridge v2: provider-agnostic remote control.
/pr create/list/view/review/merge/status.
- Security: PowerShell rules, malformed tool call guard, 100 MB bash output cap.
View full changelog on GitHub →