Files
xiaolai e03c4604fb
CI / test (3.10) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
fix: remove stray colon in --cluster-only dict literal (SyntaxError) (#603)
tokens dict at line 826 had output-colon-colon 0 causing a SyntaxError
when the Trae skill is invoked with --cluster-only. The extra colon
makes Python reject the dict literal entirely.

Co-authored-by: Claude Code <noreply@anthropic.com>
2026-05-02 14:14:39 +01:00
..