Skip to content

Releases: Poorgramer-Zack/omo-switch

Release v0.2.3

13 Apr 03:21

Choose a tag to compare

🎉 What's New

✨ Features

  • Merge pull request #5 from ddarkr/feat/oh-my-openagent-filename
  • feat: support oh-my-openagent.jsonc with oh-my-opencode.jsonc fallback

🐛 Bug Fixes

  • fix: address code rabbit review comments

🔧 CI/CD

  • ci: use npx npm@11 for publish to avoid global install issues
  • ci: remove global npm update step to fix MODULE_NOT_FOUND error

🔨 Other Changes

  • chore: bump version to 0.2.3
  • chore: restore docstrings in config-path.ts for coverage threshold

Full Changelog: v0.2.2...v0.2.3

Release v0.2.2

02 Mar 04:21

Choose a tag to compare

🎉 What's New

✨ Features

  • feat: enhance schema refresh to support slim mode

🐛 Bug Fixes

  • Merge pull request #3 from Poorgramer-Zack/fix/issue-2-omos-schema-missing
  • fix: address CodeRabbit review feedback
  • fix: correct OmosValidator mock and slim schema test assertions
  • fix: add oh-my-opencode-slim schema support

📚 Documentation

  • docs: update README and AGENTS.md for slim mode and version 0.2.2

🔨 Other Changes

  • chore: update repourl
  • test: fix schema.test.ts mocks for slim mode compatibility
  • chore: update packge-lock.json
  • chore: bump version to 0.2.2

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

30 Jan 05:52

Choose a tag to compare

🎉 What's New

✨ Features

  • Merge pull request #1 from Aykahshi/feat/omo-slim-support

📚 Documentation

  • docs: update README

🔧 CI/CD

  • ci: add opencode reviewer prompt

🔨 Other Changes

  • chore: bump package version

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

28 Jan 08:20

Choose a tag to compare

🎉 What's New

✨ Features

  • feat(cli): add custom backup period in settings.json
  • feat(cli): support omos - support oh-my-opencode-slim - add backup cleanup logic
  • feat(cli): add omos cli alias

🐛 Bug Fixes

  • fix(cli): update default template to align latest omo config

📚 Documentation

  • docs(agent): update AGENTS.md
  • docs: add logo

🔧 CI/CD

  • ci: add pr-check action
  • ci: add opencode github agent

🔨 Other Changes

  • chore: update lock file
  • Merge branch 'feat/omo-slim-support' of https://github.com/Aykahshi/omo-switch into feat/omo-slim-support
  • chore: bump package version
  • Version, CHANGELOG, docs missing

Full Changelog: v0.1.1...v0.2.0

Release v0.1.1

23 Jan 03:47

Choose a tag to compare

🎉 What's New

✨ Features

  • feat: bump package version
  • feat: update package.json info
  • feat(cli): rm command
  • feat(cli): omo-switch cli first version - add: import json/jsonc file for omo configs - apply: switch omo configs with ease - show: output current applied config - list: list all stored configs - all commands supports project/user scope - config backup logic

🔧 CI/CD

  • ci: add workflow

♻️ Refactoring

  • refactor(cli): remove download models.dev in init command

🔨 Other Changes

  • Revert "doc(agent): update AGENTS.md"
  • doc(agent): update AGENTS.md
  • doc(agent): update AGENTS.md
  • doc: update README