Skip to content

Polish: theme auto-skill report, animate cloud graph sync - #284

Merged
Patel230 merged 1 commit into
mainfrom
feat/polish-round3
Sep 7, 2026
Merged

Polish: theme auto-skill report, animate cloud graph sync#284
Patel230 merged 1 commit into
mainfrom
feat/polish-round3

Conversation

@Patel230

@Patel230 Patel230 commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Two focused polish improvements on the coding-agent CLI:

  1. Theme the --auto-skill report (internal/plugin/auto_skill.go): the auto-skill analysis output was plain text with icons but no color. Now the Detected: label, per-skill error () and success () lines, and the Installed N skill(s) summary are colorized via theme.Tint, which honors NO_COLOR/TTY so piped output stays plain.

  2. Animate graycode cloud graph sync (cmd/cloud_graph.go): the sync does a slow execution-graph build plus a network upload with no progress indication. Wrapped both steps in a CLIProgress spinner (Building execution graphUploading to Graycode Cloud), matching the doctor/preflight/update pattern. Non-TTY renders clean lines.

Verification

  • go build ./..., go vet ./cmd/ ./internal/plugin/, gofumpt -l all clean.
  • go test ./... exit 0 (full suite).
  • Smoke-tested --auto-skill early-return path (plain, correct); theme mechanism already proven.

- Colorize the --auto-skill report (Detected label, error/check icons,
  installed summary) via theme.Tint, honoring NO_COLOR/TTY.
- Wrap cloud graph sync's graph-build and upload steps in a CLIProgress
  spinner for animated progress feedback.
@Patel230
Patel230 merged commit a910a08 into main Sep 7, 2026
25 of 26 checks passed
@Patel230
Patel230 deleted the feat/polish-round3 branch September 7, 2026 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant