Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: anomalyco/opencode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
Loading
...
head repository: ndycode/opencode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 25, 2026

  1. feat(auth): merge auth methods from multiple plugins for same provider

    When multiple plugins register for the same provider (e.g., openai), all their
    auth methods are now merged into a single list. This allows external plugins
    to add auth methods alongside built-in options.
    
    Previously, only the first matching plugin's methods were shown due to .find()
    returning the first match. Now we use .filter() to collect all plugins and
    flatMap their methods.
    
    The first plugin's loader is still used (internal plugins take precedence),
    ensuring backward compatibility.
    
    Use case: Multi-account authentication plugins can add their auth methods
    alongside the built-in ChatGPT Pro/Plus option, giving users choice between
    single-account and multi-account auth flows.
    ndycode committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    9315016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    534a0d5 View commit details
    Browse the repository at this point in the history
  3. feat(tui): add quota progress bars and percentage display

    - Add percentage-based quota recovery calculation (0% = just hit limit, 100% = ready)
    - Add visual progress bar display with color coding (green/yellow/red)
    - Add web app /accounts dialog component
    - Clean up code style and remove redundant comments
    ndycode committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    a431fd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

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

Commits on Feb 3, 2026

  1. fix: restore symlinks and style guide compliance

    - Restore custom-elements.d.ts symlinks that were accidentally replaced
    - Replace let with const IIFE for status determination (style guide)
    ndycode committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    65c4f2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab1b951 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. Merge pull request #1 from ndycode/feat/accounts-dialog

    Add /accounts dialog for multi-account management
    ndycode authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    77256c1 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.