You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,52 @@ by hand.
32
32
(Critic on the diff plus at most one extra lens), loading `/review`
33
33
for quality rules only.
34
34
35
+
## [0.3.25] - 2026-09-14
36
+
37
+
### What's Changed
38
+
* Correct PRODUCT.md on tool-less turns by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/955
39
+
* Reset the tool-less narration count on tool-using turns by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/956
40
+
* Restore Critic verify-by-temporary-test workflow by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/957
41
+
* Explain grant-mismatch asks with a prompt notice by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/960
42
+
* Rotate the submit_result turn token on every steering followup by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/967
43
+
* Ship keepstyle guideline split and dedupe worker report envelopes by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/968
44
+
* Send parallel_tool_calls true on Codex Responses requests by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/969
45
+
* Unify provider identity lists around the first-class registry by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/970
46
+
* Strip scheduler restatements from the Skywalker prompt by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/974
47
+
* Give empty overlays zero list rows and an explicit empty state by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/975
48
+
* Add a Gauntlet director that mutation-checks tests can actually fail by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/977
49
+
* Show connected state plainly in the model picker by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/973
50
+
* Restore Draper full brand and design critique layer by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/953
51
+
* Add measure-only prober leaf director by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/962
52
+
* Document catalog credential-removal convergence as rebuild-only by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/972
53
+
* Add Migrator director for reversible data migrations by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/963
54
+
* Add Lexicon skill owning director prompt drift and size by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/961
55
+
* Report first-party skill names on skill_used, bucket the rest as custom by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/959
56
+
* Split deep review from pull request surface review by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/971
57
+
* Add warden trust-review director for permission and plugin paths by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/966
58
+
* Mark bundled plugin rows with a mountain in listings by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/976
59
+
* Re-sign compiled macOS binaries so bun compile output launches on macOS 27 by @brianjfox in https://github.com/corbitsdev/corbits-code/pull/984
60
+
* Deny OAuth token stores in the secret guard by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/983
61
+
* Report lexicon by name on skill_used by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/990
62
+
* Add bug report and feature request issue templates by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/988
63
+
* Cut the README to a way in and let the docs carry the depth by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/987
64
+
* Convert greybeard to a leaf director; only Skywalker may spawn by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/958
65
+
* Generate release notes from merged pull requests by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/986
66
+
* Adopt Conventional Commits and make the rules binding by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/985
67
+
* Derive prompt size budgets from a checked-in baseline by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/992
68
+
* fix(hooks): keep a hook's broken pipe from crashing the run by @brianjfox in https://github.com/corbitsdev/corbits-code/pull/994
69
+
* Mount skill search and load tools on every worker by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/982
70
+
* Compress Skywalker classification and anti-cascade sections by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/965
71
+
* Offer home-relative completions for at-mention paths by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/1001
72
+
* Refresh stale skill-bake prose left by worker skill mounting by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/1000
73
+
* Scope credential sidecar denylist and bare row drop to avoid false positives by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/1002
74
+
* Describe worker skill mounting in ARCHITECTURE by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/1003
75
+
* Correct flagged-skill reporting split in TELEMETRY by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/1004
76
+
* Cover EPIPE, truncation, stdio, and enablement in HOOKS by @TheGreatAxios in https://github.com/corbitsdev/corbits-code/pull/1012
0 commit comments