0.2.5 #61
kaimys
announced in
Announcements
0.2.5
#61
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The agent release
0.2.4 was a single fix. This one is eleven tickets, and most of them are about
what happens after you click a chip.
Codex is a first-class chip tool
Chips can now dispatch Codex as well as Claude Code, through every install
route — the Claude plugin marketplace, the Codex marketplace, and the Codex
skill installer. In a multi-agent setup the board offers one neutral chip per
workflow intent and keeps the agent-specific
/or$prefix in device-localconfiguration, so the same menu entry launches either agent.
#4
A code-review chip on the card
/code-review <id>launches from the ticket card. The point is notconvenience: a chip launch is a fresh session by construction, and "the
reviewer is not the author" is the one precondition a review cannot fake. Cards
also gained a blocking-findings counter beside the existing questions and tests
badges.
#33
The skills catalog describes what you actually get
The setup skill scaffolds nine workflow commands; the documentation still
claimed Dispatch shipped none, and mixed those defaults with examples that were
never shipped.
#10
Install and setup
Every install document now says what is true — Dispatch is in the Obsidian
community plugin directory, and the quick start no longer routes people through
a manual file copy.
#7
A wiki and its code repository are now paired by configuration rather than by
folder nesting and symlinks, so the two no longer have to live inside one
another on disk.
Google Meet transcripts import themselves
Meeting summaries and transcripts no longer have to be downloaded by hand and
dropped into a sources folder before a meeting report can run.
#3
Fixes
The milestone forecast was pessimistic on young boards. Velocity was
divided by the full look-back window even when the board had only been
collecting completions for a fraction of it, so a new board reported a fraction
of its real throughput and every version forecast inherited the error.
#42
New tickets no longer claim a refinement nobody did. The starter ticket
templates seeded
open_questions: 0, so every ticket created from one rendereda green counter badge and met the development gate before anyone had refined
it. All three gated counters now ship empty, and a counter reads
0only wherethe section it counts records that the count was taken. This changes what a new
ticket looks like — nothing rewrites tickets that already exist.
#60
Security
The community directory's security review is answered, and the open advisories
are cleared.
One recommendation was deliberately not taken: removing the plugin's
clipboard write. It backs one convenience button, the reach it costs is a
single documented call, and the review's concern is answered directly instead.
#18
Upgrading
No migration and no configuration change.
minAppVersionstays at 1.7.2.Download
main.js,manifest.jsonandstyles.cssbelow into<vault>/.obsidian/plugins/dispatch/, or install Dispatch from Obsidian'scommunity plugin directory. Desktop only.
Full changelog: 0.2.4...0.2.5
This discussion was created from the release 0.2.5.
All reactions