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

Commits on Apr 17, 2026

  1. Configuration menu
    Copy the full SHA
    eb8ae08 View commit details
    Browse the repository at this point in the history
  2. add keybind for skills search

    This adds a dedicated TUI keybind slot for opening the skills search popup so the existing Skills command can be triggered directly from the keyboard. The request came from issue #21758, where skills were available as a slash command and command palette action but not as a configurable keybind.
    
    The implementation wires a new `prompt_skills` key into the TUI config schema, attaches it to the existing `prompt.skills` command registration, and adds it to the keybind documentation example so users can discover and configure it. The default remains `none`, so existing behavior does not change until a user opts in.
    
    There are no breaking changes. Users who want a shortcut can now set `keybinds.prompt_skills` in `tui.json`.
    raine committed Apr 17, 2026
    Configuration menu
    Copy the full SHA
    7b28598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9486d06 View commit details
    Browse the repository at this point in the history
  4. improve local install flow

    Combine the local install script and follow-up fixes so launcher, bootstrap, and nodenv handling ship as one coherent change.
    raine committed Apr 17, 2026
    Configuration menu
    Copy the full SHA
    84537a4 View commit details
    Browse the repository at this point in the history
Loading