v0.2.0
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/dbprojects with the last v1
release,v0.1.6.
Added
- Claude Code agent (
@autosk/claude-agent) alongside the pi agent. @autosk/feature-devreference workflow:dev → review → docs → validator → accept.- Claude Code and Docker variants —
@autosk/feature-dev-cc,@autosk/feature-dev-docker. @autosk/merge-to-currentworkflow — 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 extextension management — add, list, remove, and update extensions.- New CLI groups
autosk sessionandautosk project, pluscomment edit/delete. - Live session updates across the
autosk lazyTUI and the desktop GUI. - Fresh installs auto-provision the default
feature-devworkflow on first run. - Native Tauri desktop GUI at
autosk lazyparity. - GUI: connect to a remote
autoskdover 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-extensionnpm 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
priorityandauthor; thelisttable and--jsonlose the priority column. autosk lazy: the Jobs pane is now Sessions; the Workflows pane is read-only.enrollnow acceptsnew/cancel/humanand a--step; the GUI folds Resume into Enroll.feature-dev's validator updatesCHANGELOG.mdand commits before accepting.done/cancelare now plain status flips (no worktree dirty-gate).
Removed
- The
.autosk/dbdatabase, the--db/AUTOSK_DBselector, andmigrate. - CLI verbs
sql,worktree,gc,history,step next, and theautosk daemongroup. workflow create/delete/updateandagent install/uninstall— workflows and agents are now code.autosk agent list/showand the enroll/create--agentflag.- The Homebrew formula — the macOS tap is now cask-only.
- The v1
@wierdbytes/pi-autoskpi extension and v1 npm-package agents.