Skip to content

v1.3.125

Choose a tag to compare

@topcheer topcheer released this 04 Jul 07:46
· 4067 commits to main since this release

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 tools
  • tool_labels_helpers.go: Added zh/en i18n labels and activity strings (8 sections)
  • chat_bridge.go: Added tools to chat panel grouping rules
  • desktop/wailskit/sessions.go: Added tools to desktop grouping rules
  • GGCODE.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: Added vcs/ package to Project Layout
  • GGCODE.md: Updated Cron tools count from 3 to 7

Refactoring

  • Removed dead retryWithBackoff function (without context) — all callers
    use retryWithBackoffCtx which 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