Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: basecamp/fizzy-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.1
Choose a base ref
...
head repository: basecamp/fizzy-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 11 commits
  • 14 files changed
  • 1 contributor

Commits on Jan 24, 2026

  1. 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.
    robzolkos committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    e249e16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from robzolkos/add-go-format-hook

    Add gofmt hook to auto-format Go files on edit
    robzolkos authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    18d2254 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2026

  1. Configuration menu
    Copy the full SHA
    92854ba View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. 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.
    robzolkos committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    eeab7e9 View commit details
    Browse the repository at this point in the history
  2. 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.
    robzolkos committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    356703a View commit details
    Browse the repository at this point in the history
  3. 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.
    robzolkos committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    d381405 View commit details
    Browse the repository at this point in the history
  4. 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.
    robzolkos committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    9e529b7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #49 from robzolkos/add-pins-api

    Add pins API support and fix pre-existing e2e failures
    robzolkos authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    86e68a7 View commit details
    Browse the repository at this point in the history
  6. Move SKILL.md into this repo

    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.
    robzolkos committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    955bfc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79e1fa5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #50 from robzolkos/move-skill-to-cli-repo

    Move SKILL.md into this repo
    robzolkos authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    db395eb View commit details
    Browse the repository at this point in the history
Loading