Skip to content

v0.4.1 — Dev tooling and release automation

Choose a tag to compare

@cakriwut cakriwut released this 29 May 02:59
· 172 commits to main since this release

What's Changed

  • Dev deployment tooling: bun run deploy:dev creates a symlink-based dev setup for instant edit→reload feedback
  • Release automation: bun run release:patch/minor/major runs tests, bumps version, tags, publishes to npm, and creates GitHub release
  • Documentation: New Local Development and Release Process sections in README
  • Installation: Pin to ^0.4.0 instead of latest for stability

Installation

For production use:

cd ~/.omp/agent/extensions/model-router
# Update package.json: "@cakriwut/omp-model-router": "^0.4.1"
npm install
# Then /reload in OMP

For development:

cd ~/workspace/omp-model-router
bun run deploy:dev
# Then /reload in OMP

See README for details.

Full Changelog: v0.4.0...v0.4.1