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

Commits on Jun 3, 2026

  1. fix: align org API routes with project-level paths (#77)

    Org app routes now mirror project routes prefixed with /org/:
    - /org/connections → /org/apps/connections
    - /org/app-config/:provider → /org/apps/:provider/config
    - /org/app-config/configured → /org/apps/configured
    - /org/app-config/:provider/toggle → /org/apps/:provider/config/toggle
    
    The API server has backward-compatible aliases for the old paths.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    guyb1 and claude authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    22cd982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8315179 View commit details
    Browse the repository at this point in the history
Loading