Skip to content

Releases: misospace/dispatch

v0.5.15

Choose a tag to compare

@its-saffron its-saffron released this 01 Jul 04:13
dd00517

update groomer prompt

v0.5.14

Choose a tag to compare

@its-saffron its-saffron released this 29 Jun 16:13
45ed614

groomer enhancements

v0.5.13

Choose a tag to compare

@its-saffron its-saffron released this 29 Jun 15:19
c2f58b3

fix more grooming bugs

v0.5.12

Choose a tag to compare

@its-saffron its-saffron released this 29 Jun 04:03
7571868

fix groomer shit

v0.5.11

Choose a tag to compare

@its-saffron its-saffron released this 29 Jun 02:49
5d40375

Fix groomer path to make it top level

v0.5.10

Choose a tag to compare

@its-saffron its-saffron released this 28 Jun 18:52
e5001f8

schema-driven enum validation with structured alias resolution

v0.5.9

Choose a tag to compare

@its-saffron its-saffron released this 28 Jun 04:05
146a969

Flat 60s groomer timeout aborts repo-context-enabled runs because nvidia/local models take >60s on 4-8KB prompts. With DISPATCH_GROOMER_REPO_CONTEXT_ENABLED=true, live runs in v0.5.8 fail with "This operation was aborted" at ~62s mark.

v0.5.8

Choose a tag to compare

@its-saffron its-saffron released this 28 Jun 03:01
776ed9d

Adds the missing Prisma migration for GroomingRun, so prisma migrate deploy creates the table used by the groomer history API and hosted groomer writes. Also tracks Prisma's migration lock file and ignores local .worktrees/ directories.

v0.5.7

Choose a tag to compare

@its-saffron its-saffron released this 27 Jun 20:57
694ceb4
  • GroomingRun history table — dedicated audit record with labels/lane before+after, context warnings, failure stage, comment URL, prompt/model metadata, and composite indexes. AgentRun/AuditLog are still written for existing views; GroomingRun is the detailed drilldown. - Repository context — when DISPATCH_GROOMER_REPO_CONTEXT_ENABLED=true, the groomer gathers bounded context via GitHub REST APIs only (metadata, code search, file snippets). Hard caps on searches, files, bytes. No clone, no shell. Failures are soft and recorded as warnings. - Comment cooldown — skips repeat hosted-groomer comments within DISPATCH_GROOMER_COMMENT_COOLDOWN_HOURS (default 24), unless force is set. - History APIGET /api/groomer/runs (list with filters) and GET /api/groomer/runs/[id] (detail). - Operator UI/automation/groomer shows recent runs with status, issue, lane/label diffs, model, timestamps, and JSON links. Linked from the automation overview. - Scheduler token — optional DISPATCH_GROOMER_TOKEN for scheduled/admin invocations alongside DISPATCH_AGENT_TOKEN. - DocsREADME.md and docs/hosted-groomer.md updated with new env vars, history/audit, repo context, and scheduling.

v0.5.6

Choose a tag to compare

@its-saffron its-saffron released this 27 Jun 03:22
7a9d9f6

Tolerate null on optional fields.