v1.3.125
v1.3.125
Released: 2026-07-04
Fixes
TUI/Desktop rendering support for new cron tools
The 4 cron tools added in v1.3.122 (cron_update, cron_pause, cron_resume,
cron_get) were missing from TUI and desktop rendering pipelines, causing them
to display as raw tool names without proper labels or formatting.
Fixed:
tool_labels.go: Added DisplayName/Detail/Activity for all 4 toolstool_labels_helpers.go: Added zh/en i18n labels and activity strings (8 sections)chat_bridge.go: Added tools to chat panel grouping rulesdesktop/wailskit/sessions.go: Added tools to desktop grouping rulesGGCODE.md: Documented cron pause/resume/update/get behavior in Common Gotchas
Documentation sync
GGCODE.md: Updated Git tools section to "VCS/Git" with multi-VCS explanation
(auto-detect git/hg/svn/jj, dispatch SCM operations)GGCODE.md: Addedvcs/package to Project LayoutGGCODE.md: Updated Cron tools count from 3 to 7
Refactoring
- Removed dead
retryWithBackofffunction (without context) — all callers
useretryWithBackoffCtxwhich properly respects context cancellation
CI
- Added "Documentation Sync Check" step to periodic review cron prompt,
ensuring docs are checked alongside code changes in every cycle