R44VC0RP and Dax Raad
7417e6eb38
fix(plugin): correct exports to point to dist instead of src
...
The package.json exports were pointing to ./src/*.ts but the published
package only includes the dist/ folder. This caused 'Cannot find module'
errors when custom tools tried to import @opencode-ai/plugin.
Changed exports from:
".": "./src/index.ts"
"./tool": "./src/tool.ts"
To:
".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }
"./tool": { "types": "./dist/tool.d.ts", "import": "./dist/tool.js" }
2026-02-01 19:26:23 -05:00
R44VC0RP and Dax Raad
cb6ec0a564
fix(app): hide badge for builtin slash commands
...
Add source: 'command' to builtin and config-defined commands so they
don't show a 'custom' badge. Only MCP and skill commands show badges.
2026-02-01 19:26:23 -05:00
R44VC0RP and Dax Raad
12b8c42387
feat(app): show skill/mcp badges for slash commands
...
Display 'skill' or 'mcp' badge instead of 'custom' for slash commands
based on their source type. This provides better clarity to users about
where each command comes from.
2026-02-01 19:26:23 -05:00
Ryan Vogel and GitHub
a0d71bf8ef
feat: add daily Discord recaps for issues and PRs ( #9904 )
2026-01-21 18:35:22 -05:00
Ryan Vogel and GitHub
a71c40c717
fix(app): fix numbered list rendering in web markdown ( #9723 )
2026-01-20 20:28:01 -06:00
Ryan Vogel and GitHub
7f50b27996
docs: add Anthropic subscription warning and update feature list to highlight GitHub Copilot ( #9721 )
2026-01-20 18:22:47 -05:00
Ryan Vogel and GitHub
889c60d63b
fix(web): rename favicons to v2 for cache busting ( #9492 )
2026-01-19 15:04:59 -05:00
Ryan Vogel and GitHub
3206ed47e0
feat(console): add OG image and SEO meta tags for /black page ( #8506 )
2026-01-14 11:20:50 -06:00
Ryan Vogel and GitHub
346c5e0da6
fix(console): make logo on /black link back to homepage ( #8498 )
2026-01-14 11:49:44 -05:00
Ryan Vogel and GitHub
e6e7eaf6e0
docs: add Web usage page ( #8482 )
2026-01-14 10:03:48 -06:00
Ryan Vogel and GitHub
78be8fecdc
feat(console): add /changelog page ( #8476 )
2026-01-14 10:01:30 -06:00
Ryan Vogel and GitHub
b75d4d1c5e
docs: update screenshot images ( #8479 )
2026-01-14 09:36:10 -06:00
Ryan Vogel and GitHub
bb3926bf45
fix(homepage): Update FAQ to include desktop and web links ( #8453 )
2026-01-14 09:01:02 -06:00
Ryan Vogel and GitHub
f82442c123
docs: add opencode.cafe to ecosystem page ( #5714 )
2025-12-17 19:08:29 -06:00