Skip to content

Releases: TimBeyer/clawctl

v0.22.0

07 Apr 07:49

Choose a tag to compare

0.22.0 (2026-04-07)

Bug Fixes

  • wizard only emits channel config when enabled is toggled on (4785cda)

Features

  • add ChannelDef system and channels/openclaw config keys (fe7374f)
  • add group headers to wizard (Infrastructure, Channels, Identity) (8e1fe40)
  • add toggle field type and enabled toggle to all channels (ba8d4af)
  • channel schema validation and telegram migration (657206a)
  • generic channel bootstrap loop and openclaw passthrough (3fa9563)

v0.21.0

01 Apr 09:44

Choose a tag to compare

0.21.0 (2026-04-01)

Features

  • add adding-cli-commands skill (c58456d)
  • add mount command to README and shell completions (9f6bbfc)

v0.20.0

01 Apr 09:31

Choose a tag to compare

0.20.0 (2026-04-01)

Bug Fixes

  • correct broken symlinks in agent skills references (055581b)
  • drop [name] positional from mount add/remove (f316b5b)
  • show help on missing args for mount subcommands (a6f1082)

Features

  • add clawctl mount command (list/add/remove) (ededf7c)
  • add readMounts/writeMounts to VMDriver interface (01f5a46)

v0.19.1

01 Apr 07:53

Choose a tag to compare

0.19.1 (2026-04-01)

v0.19.0

22 Mar 22:45

Choose a tag to compare

0.19.0 (2026-03-22)

Bug Fixes

  • exclude .astro/ generated files from ESLint (e8f469a)

Features

  • migrate docs-site from React+Vite SPA to Astro (288f630)

v0.18.0

22 Mar 21:41

Choose a tag to compare

0.18.0 (2026-03-22)

Bug Fixes

  • fix recording scripts and add website cast files (5dc370d)
  • recording and website polish (2517772)
  • use consistent terminal size across all demo recordings (03cc4b8)

Features

  • add CI workflows for demo recording and E2E testing (93d1b8f)
  • integrate asciinema player into docs-site (192b270)
  • refactor demo recording into multi-demo framework (03447b3)

v0.17.1

19 Mar 01:23

Choose a tag to compare

0.17.1 (2026-03-19)

Bug Fixes

  • add loop extension to demo GIF (fa8a486)

v0.17.0

19 Mar 01:18

Choose a tag to compare

0.17.0 (2026-03-19)

Bug Fixes

  • remove redundant text around demo GIF, widen recording (f251fd0)
  • restore instance context and completions as visible sections (3fe4c80)

Features

  • add demo GIF to original README (2175480)
  • add demo GIF to README with automated recording pipeline (8e994ff)
  • polish README with nav bar, callout, and tighter quickstart (d7022c4)
  • slim down Commands section in README (8a4ba0f)
  • tighten README structure and remove update note (5ff7eac)

v0.16.0

18 Mar 21:47

Choose a tag to compare

0.16.0 (2026-03-18)

Bug Fixes

  • don't clear pendingClawUpdate when migrate fails (4c7f61f)
  • move semver to host-core, add preAction error handling, set clawVersion (9650088)
  • skip self-update in dev mode (1a2764a)

Features

  • add claw migrate command for capability migrations (fc4f4b1)
  • add clawctl update command and pre-command hook (57114d7)
  • add host-core update infrastructure (5e9e324)
  • apply pending claw update on instance start (64b659a)

v0.15.0

17 Mar 15:25

Choose a tag to compare

0.15.0 (2026-03-17)

Bug Fixes

  • exit cleanly on ctrl-c before provisioning starts (dc3ef08)
  • match focus list order to visual render order in ConfigBuilder (e5e03c9)

Features

  • add unified CapabilityConfigDef with typed paths and Zod derivation (043b2e3)
  • data-driven host-side capability setup hooks (848162e)
  • dynamic TUI form rendering from capability configDef (2acac14)
  • wire capability config validation and normalization (60ee944)