All checks were successful
Release / build (push) Successful in 1m45s
Drop claude-fetcher binary and cron job — the widget's built-in BackgroundFetcher is the sole fetcher now. Add cmd/setup with cross-platform install and uninstall (--uninstall): kills widget, removes binaries + autostart, cleans Claude Code statusline setting, optionally removes config dir. Also includes: browser-based login (chromedp), ICO wrapper for Windows tray icon, and reduced icon size (64px). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
135 B
Plaintext
17 lines
135 B
Plaintext
# Go binaries
|
|
claude-statusline
|
|
claude-widget
|
|
/setup
|
|
*.exe
|
|
|
|
# Build output
|
|
dist/
|
|
dist-win/
|
|
*.deb
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|