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: bombshell-dev/tab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bombshell-dev/tab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: consistent-function-type
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 1, 2025

  1. feat: add completion config support to cac

    Adds completion config support and moves some things to the shared
    module.
    
    There will be a better way to share logic between these two even more
    but it hasn't yet clicked in my head.
    43081j committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    1d0beed View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. feat: consistently export same type for all entrypoints

    Defines a `TabFunction` that all entrypoints export, such that we
    consistently support the same call signature.
    43081j committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    8c28a36 View commit details
    Browse the repository at this point in the history
Loading