release: v1.23.0 - #164
Conversation
Bump Version to 1.23.0 and promote the [Unreleased] changelog section under a dated [1.23.0] heading. This is the first tagged release to ship the coding-plan usage-window tracking feature (#157) — hence a minor bump — along with the OpenCode backend fixes and the httpx egress body-hash race fix (#162). Also corrects changelog ordering: the empty [1.22.2] heading now sits below [1.23.0] in newest-first order.
Sigilix OverviewEffort: 1/5 (trivial) Quality gates
Summary — latest pushCuts the v1.23.0 release by bumping the Version constant in main.go and promoting the [Unreleased] CHANGELOG section to a dated [1.23.0] heading. The empty [1.22.2] heading is also reordered below the new release to maintain newest-first chronological ordering. Important files
Confidence: 5/5Mechanical version bump and changelog reordering with no behavior changes; the specialist review flagged zero findings.
Suggested labels:
|
QualityMax ReviewVerdict: COMMENT · Confidence: insufficient — 157 model output tokens (minimum 200) Files eligible: 2 · Files reviewed: 2 · Files with findings: 0 · Findings: 0 · Inline cards: 0 Priority findings
Review gates
Important files
Review lifecycleUse the inline cards to inspect evidence and suggested remediation. Re-run the QualityMax review after pushing a fix; unchanged cards are identified by their stable finding marker. Dismiss with a reason through the existing QualityMax/GitHub review feedback flow. 0 prior card(s) are stale/resolved on this head. Proof legend: VERIFIED independently judged patch · REPRODUCED verified finding · GROUNDED deterministic evidence · MODEL-ONLY model judgment. QualityMax project results are available in the configured project. Receipt · commit |
|
| Gate | Result |
|---|---|
| 🔍 AI diff review | ✅ Clean · gemini-3.1-flash-lite · completed · 1 eligible / 1 reviewed · gemini-3.1-flash-lite |
| 🔍 SAST | completed · 2 eligible / 2 reviewed · gemini-3.1-pro-preview |
| 🔍 Canonical PR review delivery | completed · 0 eligible / 0 reviewed · exact-head review #4889647229 and overview #5227962551 confirmed |
| 🧪 Repo Tests | ✅ 581/581 passed (go) |
| 🤖 AI Tests |
Powered by QualityMax — AI-Powered Test Automation
Cuts v1.23.0.
main.goVersion→1.23.0.[Unreleased]CHANGELOG section under a dated## [1.23.0] - 2026-08-08heading and opens a fresh empty[Unreleased].[1.22.2]heading now sits below[1.23.0], newest-first).Why minor, not patch: this is the first tagged release to ship the coding-plan usage-window tracking feature (#157) — that feature is not present in the
v1.22.2tag — so semver calls for a minor bump. It also carries the OpenCode backend fixes and the httpx egress body-hash race fix (#162).go vet ./...andgo test ./...pass locally (mirrors the release workflow's gate).After this merges, push the
v1.23.0tag to trigger.github/workflows/release.yml(build + publish).