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: techdivision/opencode-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: techdivision/opencode-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copspa-5-fix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 13, 2026

  1. fix: correct default instructions path in opencode.json to .opencode/…

    …guidelines/*.md
    
    The default value for instructions in opencode.json was incorrectly set to
    'guideline/*.md'. This has been corrected to '.opencode/guidelines/*.md' to
    align with the standard project structure where:
    - opencode.json is located in the .opencode/ directory
    - guidelines are stored in .opencode/guidelines/ directory
    Bullitt300 committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    c9b11d4 View commit details
    Browse the repository at this point in the history
  2. Update opencode-link.js

    Bullitt300 authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    5b82a00 View commit details
    Browse the repository at this point in the history
  3. chore: release v0.3.1

    - Update version to 0.3.1
    - Update CHANGELOG with new fixes
    Bullitt300 committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    ae1bc58 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Bullitt300 authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    39ead0e View commit details
    Browse the repository at this point in the history
Loading