Tags: Mark1708/opencode-agents-sidebar
Tags
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.
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