chore(release): prepare v0.14.8 - #101
Conversation
|
🦞👀 Pull request received. I will update this pull request when review starts. |
|
Codex review: needs real behavior proof before merge. Reviewed August 31, 2026, 2:25 AM ET / 06:25 UTC. ClawSweeper reviewWhat this changesDates the v0.14.8 changelog section and records the 30-second default timeout for release checks. Merge readiness⛔ Blocked until real behavior proof is added - 3 items remain Keep open: this is a narrowly scoped release-preparation update that matches the documented v0.14.8 plan and the already-merged timeout fix. The submitted evidence does not yet include completed validation results for the exact change. Priority: P3 Review scores
Verification
How this fits togetherThe releasecheck package lets downstream crawler CLIs query GitHub for newer releases without hanging indefinitely. The changelog summarizes merged changes before the unified workflow creates the signed release and Go module version. flowchart LR
A[Release-preparation commits] --> B[Versioned changelog]
B --> C[Protected main]
C --> D[Unified release workflow]
D --> E[Signed release and Go module]
Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Keep the concise release note, merge after the stated release gates are green for the exact merge commit, then publish only through the unified workflow. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR changes release documentation rather than reporting a runtime defect, and the referenced timeout behavior is directly present in current source. Is this the best way to solve the issue? Yes: a dated changelog section is the narrow maintainable way to prepare the documented next patch release; completed release-gate evidence should accompany it before merge. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against e4d5ceaff9f4. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rank-up movesOptional improvements that raise the rating; they are not merge blockers.
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
Dates the v0.14.8 changelog for the patch release and adds the missing entry for the merged 30-second release-check HTTP timeout fix. The existing age v1.3.2, dependency/toolchain, and release-dispatch guard entries are retained.
Validation: Codex autoreview passed with no actionable findings.
make check,actionlint, andGOWORK=off go test -count=1 ./...passed locally. CI, CodeQL, and secret scanning passed for this PR and the exact main merge commit, 5cdee49.Release workflow: https://github.com/openclaw/crawlkit/actions/runs/33364490053