Skip to content

Tags: Mark1708/opencode-agents-sidebar

Tags

v1.0.7

Toggle v1.0.7's commit message
fix: point exports[./tui] to dist/tui.js for npm package loading

The exports["./tui"] entry previously pointed to ./tui.ts which is not
included in the npm package (files: ["dist"]). This caused OpenCode TUI
to fail with "Cannot find module" when loading the plugin from npm.

Also bumps version to 1.0.7.

v1.0.6

Toggle v1.0.6's commit message
fix: replace prepublishOnly with no-op -- CI already builds dist/

v1.0.5

Toggle v1.0.5's commit message
chore: bump version to 1.0.5

v1.0.4

Toggle v1.0.4's commit message
fix: add .js extension to test import for Bun 1.2 compatibility

v1.0.3

Toggle v1.0.3's commit message
chore: release v1.0.3

v1.0.2

Toggle v1.0.2's commit message
chore: improve repository hygiene

- Add CHANGELOG.md (Keep a Changelog format)
- Update LICENSE copyright (MIT, Mark1708, 2025-2026)
- Update CONTRIBUTING.md with code style rules
- Add npm version and license badges to README
- Update package.json homepage to npm link
- Replace npm install with bun add in README
- Add *.tgz to .gitignore
- Remove unused GitHub Actions workflow