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.4.0
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.5.0
Choose a head ref
  • 2 commits
  • 16 files changed
  • 1 contributor

Commits on Jan 24, 2026

  1. Add breadcrumbs to CLI responses for contextual next actions

    Breadcrumbs are "what can I do next?" suggestions included in CLI
    output, designed primarily for AI agents but also helpful for human
    users to discover available commands contextually.
    
    Changes:
    - Add Breadcrumb type and breadcrumbs field to Response struct
    - Add helper functions for creating responses with breadcrumbs
    - Add breadcrumbs to all commands with contextual suggestions
    - Add unit tests for breadcrumb functionality
    - Document breadcrumbs feature in README
    robzolkos committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    efea780 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46 from robzolkos/add-breadcrumbs

    Add breadcrumbs to CLI responses for contextual next actions
    robzolkos authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    8b794d5 View commit details
    Browse the repository at this point in the history
Loading