Skip to content

tobwen/opencode-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencode-changelog

An OpenCode plugin that adds a /changelog command to display the latest OpenCode release notes.

Commands

  • /changelog - shows the full changelog
  • /changelog <section> - filters by section name (partial match, comma-separated for multiple)

Installation

Via npm (recommended)

npm install @tobwen/opencode-changelog@latest

Use a fixed version instead of @latest when you want reproducible environments.

Then add the plugin to your opencode.json:

{
  "plugins": [
    "node_modules/@tobwen/opencode-changelog/dist/index.js"
  ]
}

From source

npm install
npm run build

Then add the absolute path to your opencode.json:

{
  "plugins": [
    "/absolute/path/to/dist/index.js"
  ]
}

Requirements

  • Node.js ^20, ^22, or ^24
  • OpenCode with plugin support (@opencode-ai/plugin ^1.2.0)

Development

npm test        # run tests
npm run build   # compile TypeScript

Commits follow the <type>: <description> convention (feat, fix, refactor, docs, test, chore).

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages