v0.3.0
Immutable
release. Only release title and notes can be modified.
0.3.0 (2026-06-01)
⚠ BREAKING CHANGES
- split completion command into show/install with shell autodetection
- drop local workspaces; all workspaces are VM-scoped
Features
- cli: add 'aw console' command group (dc833bd)
- cli: Ctrl-C triggers per-op rollback; clean SIGINT exit (0648b16)
- cli: Ctrl-C triggers per-op rollback; clean SIGINT exit (03ab4d0)
- cli: ship 'agw' as a short-name alias for the agentworks binary (c99c044)
- completions: wire console commands for zsh/bash/powershell (6181cb7)
- consoles: add --add-admin-shell flag for legacy vm-console behavior (f337f38)
- consoles: add 'Waiting for session to restart...' status line (8fc20a7)
- consoles: announce attach/build/rebuild path in console attach (17d14aa)
- consoles: hold windows open indefinitely; silent poll with banner when session is down (10c002c)
- consoles: infer --vm from sessions, add --all-running, fix variadic positional completions (11c5742)
- consoles: infer --vm from sessions, add --all-running, fix variadic positional completions (6bf8308)
- consoles: show 'Waiting for session to restart...' after exit; use 'exited' (780373b)
- consoles: tmux orchestration with shell panes and live sync (1ebc1b1)
- db: add consoles and console_sessions tables (f255397)
- named consoles with curated session lists (d7a36c2)
- sessions: add multi_console core orchestration (a0adfc8)
- ship 'agw' as a short-name alias for the agentworks CLI (32be51a)
- support creating a new agent as part of session create (f50b7a8)
- support creating a new agent as part of session create (7502755)
Bug Fixes
- _rehome_partial_state_hint mentions partial-copy possibility (d31e55a)
- accurate install path and dot-source wording in powershell script header (cf8fa14)
- clean up agent grants for local workspaces in migration 26 and drop now-dead defensive code (78b2254)
- completions: symlink bash completion under 'agw' so lazy-loading works (9b32c82)
- consoles: detect probe failure on --all-running; update help/docstring (b411955)
- consoles: drop auto admin-shell window from named consoles (44d9f37)
- consoles: make placeholder window name collision-proof; warn on list-windows failure (6d387e1)
- consoles: retry attach loop with ~10s grace to survive session restart (closes #51) (98f4354)
- cspell -- Americanize 'normalises'/'Recognises' and allow 'delenv'/'autodetection' (3432f7d)
- point grant-recovery hints at the real CLI command (a2c8189)
- revert grant-all DB grant on Ctrl-C during group add (cb7f15b)
- revert grant-all DB grant on Ctrl-C during the insert too (1f52b5b)
- route group membership through stored linux_group, add migration 22 test (d0f8dbb)
- sessions: stop creating duplicate console windows on restart; deprecate 'aw vm console' (1874426)
- surface --shell hint in doctor and call PowerShell wiring a dot-source line (e3e1672)
Documentation
- consoles: clarify --vm selection matches existing CLI conventions (8940709)
- consoles: de-emphasize --vm in primary examples (auto-detected) (d97e99a)
- consoles: soften restart comment and surface deprecation in vm --help (b658c46)
- distinguish domain-error vs unexpected-error paths in --debug section (065801e)
- name-positional examples in Getting Started and VM command table (27fe300)