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: bb-cli/bb-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.4
Choose a base ref
...
head repository: bb-cli/bb-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 3, 2026

  1. feat(pr): add comprehensive PR comment viewing functionality

    Add PR comment viewing with detailed display and optimizations
    - Create new PrDetails class for fetching and displaying PR comments
    - Support both general comments and inline code comments with file paths
    - Optimize API calls by fetching all comments once and partitioning
      in-memory
    - Add format_relative_timestamp helper for human-readable time display
    - Fix timestamp calculation bug for dates older than 1 month
    - Handle future timestamps and missing data gracefully
    - Register 'show' command in AVAILABLE_COMMANDS
    - Update CHANGELOG with new feature
    Aaryan Rampal
    Aaryan Rampal committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    9ed9366 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Merge pull request #32 from aaryan-rampal/main

    Feature Request: Read PR Comments (#31)
    dinncer authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    39e5d00 View commit details
    Browse the repository at this point in the history
Loading