-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: basecamp/fizzy-cli
base: v2.5.1
head repository: basecamp/fizzy-cli
compare: v2.6.0
- 11 commits
- 14 files changed
- 1 contributor
Commits on Jan 24, 2026
-
Add gofmt hook to auto-format Go files on edit
Adds a PostToolUse hook that runs gofmt on any .go file after Edit or Write operations, ensuring consistent formatting.
Configuration menu - View commit details
-
Copy full SHA for e249e16 - Browse repository at this point
Copy the full SHA e249e16View commit details -
Merge pull request #48 from robzolkos/add-go-format-hook
Add gofmt hook to auto-format Go files on edit
Configuration menu - View commit details
-
Copy full SHA for 18d2254 - Browse repository at this point
Copy the full SHA 18d2254View commit details
Commits on Jan 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 92854ba - Browse repository at this point
Copy the full SHA 92854baView commit details
Commits on Jan 27, 2026
-
Add pins API support (pin, unpin, pin list)
Adds card pin/unpin subcommands and a top-level pin list command to support the new pins API endpoints.
Configuration menu - View commit details
-
Copy full SHA for eeab7e9 - Browse repository at this point
Copy the full SHA eeab7e9View commit details -
fix: use correct endpoints for notification read/unread
The API uses POST/DELETE on /reading.json, not /read.json and /unread.json. Also handle nil response data from 204 No Content.
Configuration menu - View commit details
-
Copy full SHA for 356703a - Browse repository at this point
Copy the full SHA 356703aView commit details -
fix: check HTTP status before parsing JSON in client
When the API returns non-JSON error responses (e.g. HTML 401 pages), the JSON parse error was masking the proper HTTP status error. Moving the status check first ensures correct error codes are returned.
Configuration menu - View commit details
-
Copy full SHA for d381405 - Browse repository at this point
Copy the full SHA d381405View commit details -
fix: e2e tests that relied on absence of global config
Tests for missing --board and auth login checked wrong config path or leaked the default board from the global config file. Use temp HOME to isolate, check both config paths, and drop pagination assertion for single-page results.
Configuration menu - View commit details
-
Copy full SHA for 9e529b7 - Browse repository at this point
Copy the full SHA 9e529b7View commit details -
Merge pull request #49 from robzolkos/add-pins-api
Add pins API support and fix pre-existing e2e failures
Configuration menu - View commit details
-
Copy full SHA for 86e68a7 - Browse repository at this point
Copy the full SHA 86e68a7View commit details -
The skill file was previously hosted in a separate fizzy-skill repo. Now managed here directly and the skill command downloads from this repo instead.
Configuration menu - View commit details
-
Copy full SHA for 955bfc3 - Browse repository at this point
Copy the full SHA 955bfc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e1fa5 - Browse repository at this point
Copy the full SHA 79e1fa5View commit details -
Merge pull request #50 from robzolkos/move-skill-to-cli-repo
Move SKILL.md into this repo
Configuration menu - View commit details
-
Copy full SHA for db395eb - Browse repository at this point
Copy the full SHA db395ebView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.5.1...v2.6.0