Skip to content

Task Vault 0.3.0

Choose a tag to compare

@guancyxx guancyxx released this 23 Aug 23:11
· 59 commits to main since this release
f1bc1e8

What's new

  • Projects panel — all-project stats cards (open / overdue / done-this-week / running agents); status-grouped project detail view.
  • Agenda & calendar — today's schedule timeline + month-grid calendar view (status-colored chips, overdue highlighting). Task-driven, replaces daily-note calendars.
  • Built-in local HTTP APIPOST /tasks, GET/PATCH /tasks/:id, POST /tasks/:id/log on 127.0.0.1; per-agent Bearer tokens; every write routed through the state machine and the review gate. Off by default.
  • Six commands with default hotkeysCmd/Ctrl+Shift+L/D/C/K/S/A (rebindable).
  • Status color rails — one color per state (cancelled = diagonal stripe) + row tooltips.
  • Bilingual README & UI localization — English / 简体中文.
  • Agent skill shipped in-reposkills/task-vault-agent/SKILL.md.
  • Release hygiene — a dozen scorecard warnings fixed; assets attested.

Full notes: README