mirror of
https://github.com/bitsofchris/openaugi-obsidian-plugin.git
synced 2026-07-22 05:46:42 +00:00
docs: 0.6.0 release notes
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
6ff04f0f33
commit
cac28bd98d
1 changed files with 26 additions and 0 deletions
26
docs/release-notes/0.6.0.md
Normal file
26
docs/release-notes/0.6.0.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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.
|
||||
Loading…
Reference in a new issue