v0.4.1 — Dev tooling and release automation
What's Changed
- Dev deployment tooling:
bun run deploy:devcreates a symlink-based dev setup for instant edit→reload feedback - Release automation:
bun run release:patch/minor/majorruns 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.0instead oflatestfor 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 OMPFor development:
cd ~/workspace/omp-model-router
bun run deploy:dev
# Then /reload in OMPSee README for details.
Full Changelog: v0.4.0...v0.4.1