Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 00:01

Clean break — autosk v2. A full rewrite: tasks, comments, and sessions are
now plain files under .autosk/ — there is no database and no
migrator
, and workflows and agents are now code shipped by extensions.
v2 cannot open a v1 project — open old .autosk/db projects with the last v1
release, v0.1.6.

Added

  • Claude Code agent (@autosk/claude-agent) alongside the pi agent.
  • @autosk/feature-dev reference workflow: dev → review → docs → validator → accept.
  • Claude Code and Docker variants@autosk/feature-dev-cc, @autosk/feature-dev-docker.
  • @autosk/merge-to-current workflow — merge a task branch into the current branch.
  • Agent-owned sandboxes (@autosk/sandbox): per-task git-worktree or Docker isolation.
  • Interactive chat sessions — pick an agent and chat turn-by-turn, no task needed.
  • Editable task metadata via autosk metadata show/set/unset, the TUI, and the GUI.
  • autosk ext extension management — add, list, remove, and update extensions.
  • New CLI groups autosk session and autosk project, plus comment edit/delete.
  • Live session updates across the autosk lazy TUI and the desktop GUI.
  • Fresh installs auto-provision the default feature-dev workflow on first run.
  • Native Tauri desktop GUI at autosk lazy parity.
  • GUI: connect to a remote autoskd over TCP with a host:port and token, from Settings.
  • GUI: streaming agent messages — text, thinking, and tool calls render live.
  • GUI: extension browser — find and install autosk-extension npm packages.
  • GUI: iPhone-friendly compact single-pane layout on touch devices.
  • Distribution: macOS Homebrew cask, Linux AppImage/.deb, and iOS TestFlight builds.

Changed

  • Tasks drop priority and author; the list table and --json lose the priority column.
  • autosk lazy: the Jobs pane is now Sessions; the Workflows pane is read-only.
  • enroll now accepts new/cancel/human and a --step; the GUI folds Resume into Enroll.
  • feature-dev's validator updates CHANGELOG.md and commits before accepting.
  • done/cancel are now plain status flips (no worktree dirty-gate).

Removed

  • The .autosk/db database, the --db/AUTOSK_DB selector, and migrate.
  • CLI verbs sql, worktree, gc, history, step next, and the autosk daemon group.
  • workflow create/delete/update and agent install/uninstall — workflows and agents are now code.
  • autosk agent list/show and the enroll/create --agent flag.
  • The Homebrew formula — the macOS tap is now cask-only.
  • The v1 @wierdbytes/pi-autosk pi extension and v1 npm-package agents.