Releases: wierdbytes/autosk
Releases · wierdbytes/autosk
Release list
v0.2.5
Added
autosk ext reload— rebuild a project's extension registry live, no daemon restart.gh-reviewworkflow — opt-in: review a GitHub issue/PR in docker with read-onlygh.
Changed
ext add/ext removenow hot-apply to open projects (no restart); running sessions undisturbed.
Fixed
- GUI: restore the last active project after restarting the desktop application.
- GUI: session-log HTTP(S) links open externally without leaving autosk (ask-acf7cc).
- lazy: enroll picker now starts the task at the selected step instead of the first step.
- lazy: manual Detail scroll-up now survives live redraws while the session input overlay is visible.
v0.2.4
Added
- GUI: transcript thinking and tool-call blocks now fold (collapsed by default) with rich per-tool headers.
v0.2.3
Added
AUTOSK_SKIP_SHELL_PATHenv knob disables the daemon's startup login-shellPATHprobe.
Fixed
- GUI-launched
autoskdnow enrichesPATHfrom the login shell, sogit-lfs/npm/dockerresolve.
v0.2.2
Fixed
- gui (iOS): iOS builds now ship the custom autosk app icon instead of the stock Tauri logo.
v0.2.1
Changed
autoskdnow listens on TCP0.0.0.0:7077by default; override viaautoskd serve --tcp [HOST:]PORT.
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.
v0.1.6
Changed
- bootstrap:
feature-dev-genericworkflow now ships withisolation: worktreeby default.
Fixed
- daemon: fix empty lazy transcript and
HTTP 410 session_missingfromdaemon messages <job>
v0.1.5
Added
- lazy: two-pane workflow + step picker for
enroll/resumeactions. - lazy: redesigned Workflow Detail pane.
- lazy:
?opens a sectioned, filterable cheatsheet popup; Enter runs the highlighted binding (ask-ed8035). - lazy: context-aware bindings hint row pinned across the bottom of the dashboard (ask-ed8035).
- lazy: changelog modal on first run of a new release;
ctrl+wto re-open the full CHANGELOG.md;--no-changelogto suppress the auto-popup (ask-911ea0).
Changed
- lazy: status bar collapsed to a single row with
|separators; legacy?=helphint moved into the cheatsheet popup (ask-ed8035). - docs:
CHANGELOG.mdnow lives atinternal/changelog/CHANGELOG.md(embedded into the binary viago:embedfor the new changelog modal); the repo-rootCHANGELOG.mdis a relative symlink so release tooling, GitHub's auto-renderer, andscripts/changelog-section.shkeep working unchanged (ask-911ea0).
Fixed
- lazy: fix cursor jumping to a different row when a refresh re-sorted or re-filtered a panel.
- lazy: hydrate the job transcript on focus change to the Jobs panel.
Docs
- lazy: document the two-pane enroll / resume picker.
- lazy: describe the redesigned Workflow Detail pane.
- lazy: document the changelog modal,
ctrl+wre-opener,--no-changelogflag, and the~/.autosk/state.jsonlast_seen_changelogfield (ask-911ea0).
v0.1.4
Added
- enroll: allow enrolling tasks that are currently in
human,done,
orcancelstatus (previously enroll was limited tonew/work). - lazy: rework Jobs panel columns — worktime column, colored status glyph,
right-aligned task id.
Changed
- cli: drop
autosk assignin favour ofautosk enroll --agent.
enroll --agent <pkg>is now the single way to bind an agent to a task,
with or without a workflow. - examples: move workflow JSON examples to
docs/examples/workflows/.
Fixed
- lazy: render the full comment thread in the Tasks → Detail pane
(drop the previous "last 5 comments" cap). - enroll: address review remarks on the human / done / cancel enroll path.
Docs
- enroll: refresh
docs/workflows.mdand CLI docstrings for the new
human / done / cancel enroll behaviour.
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Added
- workflow:
autosk workflow update --isolation <mode>to change a
workflow's worktree isolation mode in place; lazy surfaces this via the
newibinding on a selected workflow.
Fixed
- workflow update: per-task confirmation body, JSON-on-error output, and
sentinel-preserving error returns (review remarks WU1–WU4).
Docs
- Cover
workflow update --isolationand the lazyibinding. - Simplify the workflow-creation doc; layout fix for the workflow doc.
Full Changelog: v0.1.2...v0.1.3