bitsofchris_openaugi-obsidi.../docs/release-notes/0.6.0.md

27 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

# 0.6.0 — Agent tasks via the vault (task-file trigger)
## Added — Augi commands
Three new commands queue work for the [OpenAugi task watcher](https://github.com/bitsofchris/openaugi) by writing a `status: pending` task file to `OpenAugi/Tasks/` through the Obsidian vault API. No shell-out, no HTTP, no Node modules — so they work on **Obsidian Mobile** against a synced vault.
- **Augi: Run review pass** — queues a full review pass (route new blocks → refresh views → surface Dashboard nominations).
- **Augi: Process dashboard** — queues execution of your Dashboard nomination answers only.
- **Augi: Distill selection** — queues a distill of the current editor selection (or the active note's body when nothing is selected) through the distill lens. The plugin is the scope selector; the selected text becomes the task's context verbatim.
The task-file format is shared with the `openaugi review` CLI and the `zzz:` capture grammar — one contract, defined in the parent repo's `templates/task-template.md`.
**Requires** the OpenAugi task watcher running against your vault (`openaugi up`).
## Deprecated — Task Dispatch
The legacy **Task Dispatch** feature (Launch/attach, Kill session, List active sessions) launches tmux sessions directly from the plugin, bypassing the task watcher. It is now **deprecated** and will be removed over the next release or two. It still works for existing users; the settings section and docs steer new use to the Augi commands + task watcher instead.
## Docs
- New `docs/AGENT_TASKS.md` covering the commands, the task-file contract, and the migration path.
- README and CODEBASE_MAP updated to lead with the task-file flow.
## Notes
New commands are additive and backward compatible; nothing existing was removed.