Skip to content

Commit d585f2d

Browse files
committed
fix(docs): keep unreleased report credit out of shipped notes
Address Devin's review of PR #6081 by removing the branch's changelog entry and generated website mirror. CONTRIBUTING.md reserves those updates for the merge session on main; all changelog surfaces now match upstream. Keep the issue #6048 report credit under Unreleased in CONTRIBUTORS.md so the published v0.9.13 contributor list stays in exact website parity. This also corrects the version-drift and public-copy CI failures. Verified the 12 changelog/public-copy tests, release version and changelog sync checks, formatting, and whitespace checks. The implementation and its 409 passing targeted Rust tests are unchanged. Signed-off-by: Nightt <87569709+nightt5879@users.noreply.github.com>
1 parent be35f1e commit d585f2d

3 files changed

Lines changed: 10 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Fixed
11-
12-
- Gemini tool-call replays rejected by compatible gateways for a missing
13-
`thought_signature` now explain how to recover: use the built-in `google`
14-
provider or a gateway that preserves signatures, then start a new session.
15-
Gateways that manage signatures themselves continue to work. Reported by
16-
@Hmbown (#6048).
17-
1810
## [0.9.13] - 2026-09-10
1911

2012
Codewhale v0.9.13 source candidate addresses integrity issues in 0.9.12:

docs/CONTRIBUTORS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ notes, and relevant issue/PR comments.
2727

2828
## Contributors by time
2929

30+
<details open>
31+
<summary><strong>Unreleased</strong></summary>
32+
33+
**Reports and reproductions**
34+
35+
- **[Hmbown](https://github.com/Hmbown)** — identified missing recovery guidance when a compatible gateway rejects Gemini tool-call replay without thought signatures ([#6048](https://github.com/Hmbown/Codewhale/issues/6048)).
36+
37+
</details>
38+
3039
<details open>
3140
<summary><strong>v0.9.13 — paste integrity, dispatch safety, and the Computer Use bundle</strong></summary>
3241

@@ -43,7 +52,6 @@ notes, and relevant issue/PR comments.
4352

4453
**Reports and reproductions**
4554

46-
- **[Hmbown](https://github.com/Hmbown)** — identified missing recovery guidance when a compatible gateway rejects Gemini tool-call replay without thought signatures ([#6048](https://github.com/Hmbown/Codewhale/issues/6048)).
4755
- **[7jrxt42BxFZo4iAnN4CX](https://github.com/7jrxt42BxFZo4iAnN4CX)** — proposed global usage and tool diagnostics and independent goal verification ([#6011](https://github.com/Hmbown/Codewhale/issues/6011), [#6013](https://github.com/Hmbown/Codewhale/issues/6013)); these broader requests remain open.
4856
- **[nsfoxer](https://github.com/nsfoxer)** — reported the multiline-paste regression and incomplete provider model lists ([#5981](https://github.com/Hmbown/Codewhale/issues/5981), [#6009](https://github.com/Hmbown/Codewhale/issues/6009)).
4957
- **[Nefelibata1024](https://github.com/Nefelibata1024)** — confirmed the multiline-paste regression's impact ([#5981](https://github.com/Hmbown/Codewhale/issues/5981)).

web/lib/changelog.generated.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,7 @@ export const CHANGELOG: ChangelogRelease[] = [
2626
"date": null,
2727
"unreleased": true,
2828
"compareUrl": "https://github.com/Hmbown/CodeWhale/compare/v0.9.12...HEAD",
29-
"sections": [
30-
{
31-
"heading": "Fixed",
32-
"items": [
33-
"Gemini tool-call replays rejected by compatible gateways for a missing thought_signature now explain how to recover: use the built-in google provider or a gateway that preserves signatures, then start a new session. Gateways that manage signatures themselves continue to work. Reported by @Hmbown (#6048)."
34-
],
35-
"itemCount": 1
36-
}
37-
]
29+
"sections": []
3830
},
3931
{
4032
"version": "0.9.13",

0 commit comments

Comments
 (0)