-
Notifications
You must be signed in to change notification settings - Fork 8
V1 CLI ship polish #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
V1 CLI ship polish #160
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
50de5ca
Stats line: drop prefix, use middle dot separator
jeremy 2ad4b0c
Hints gating: rename Next → Hints, off by default
jeremy 2b2fa5e
Root command: zero API calls
jeremy ff2881c
Commands listing: grouped render with aligned columns
jeremy 96aec91
Search results: humanized output
jeremy 787f6f1
Projects list: show IDs, drop redundant status column
jeremy 5b3dc37
Add basecamp upgrade command
jeremy 9c45fea
TUI search: fix query dedup, guard against chrome overflow
jeremy 1864329
Search: preserve raw results for machine formats, Subject fallback
jeremy c600510
Address PR review feedback: testability, io.Writer, UTF-8 safety
jeremy 5800002
Add preference fields (hints, stats, verbose) to Config
jeremy e780c30
Resolve behavior preferences from config before applying flags
jeremy 6929060
Wire hints/stats/verbose into config set and config show
jeremy 86f1d94
Apply De Morgan's law to satisfy staticcheck QF1001
jeremy 7583062
Fix OAuth scope value in wizard: "write" → "full"
jeremy 56ac27f
Fix breadcrumb key in people command: account → account_id
jeremy ff194fa
Use rune-safe truncation in table cell formatting
jeremy 9a654f8
Use AdaptiveColor in renderer instead of hardcoded Dark variants
jeremy 240d4bc
Improve breadcrumb styling: commands in Data, descriptions in Subtle
jeremy 5a22bfa
Replace raw ANSI in doctor with lipgloss; add zsh eval check
jeremy 7fb3c98
Style auth login output with themed renderer
jeremy aec9d8e
Wrap upgrade output in response envelope via app.OK()
jeremy d980676
Live theme reloading via fsnotify
jeremy 913afac
Hide unimplemented mcp serve; show help on bare mcp
jeremy 0a220cb
Show help on bare tools command instead of error
jeremy 77adaf4
Remove sh -c editor invocation to prevent shell injection
jeremy 2982066
Fix --page flag description across all list commands
jeremy dde06f1
Clarify --project flag accepts names, not just IDs
jeremy a4d06a5
Return success when migration already completed
jeremy f15c227
Return structured JSON from profile create
jeremy f6e8885
List valid keys in config set error; tighten dir permissions
jeremy 004ca6f
Tighten directory permissions to 0700
jeremy 5ecccc8
Remove experimental badge; use typed view identity checks
jeremy 07098ac
Add multi-column FullHelp to key TUI views
jeremy 87f9add
Truncate list descriptions with ellipsis instead of hiding
jeremy 617f29b
Drop -V shorthand from doctor; use explicit HTTP client
jeremy e7c5dd5
Add usage examples to search command
jeremy 5202c4e
Fix README and install docs for launch accuracy
jeremy 43d4396
Fix misleading test case name in root_test
jeremy 730c545
Drop unused appOut return from executeUpgradeCommand
jeremy 91ff77d
Mark fsnotify as direct dependency in go.mod
jeremy e972a29
Add validation for expanded show types
jeremy 1fb44d9
Handle atomic saves and symlink changes in theme watcher
jeremy 2e1c30d
Use rune-safe Truncate helper for list descriptions
jeremy 6b23a6f
Make gosec blocking and restore dependency-review job
jeremy 2cd34f1
Strengthen release quality gate to match local make check
jeremy f6e1fa3
Remove prerelease and private-repo messaging
jeremy 7d4dc73
Verify checksums and cosign signatures in install script
jeremy 1cad5ca
Fix Makefile lint target to resolve golangci-lint via GOPATH fallback
jeremy 4ad99d3
Upgrade benchmark regression annotation from warning to error
jeremy 605543e
Prefer GOBIN over PATH for golangci-lint resolution
jeremy 35441fd
Add install-only and govulncheck to release quality gate
jeremy 155abee
Exit 1 on benchmark regression detection
jeremy d3aa06b
Harden install script checksum and cosign verification
jeremy 9e44de3
Gate release on full security suite via reusable workflow
jeremy 5fd043e
Use fixed-string grep for checksum file matching
jeremy b22bd38
Nil out themeWatcher on close to prevent double-close and stale re-arm
jeremy bb28b5f
Fix gosec private module resolution and dependency-review availability
jeremy 332e873
Use -no-fail for gosec and mark dependency-review non-blocking
jeremy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.