[PR #1787] [CLOSED] fix: plugin not reading .js files (also fixed docs) #10066

Closed
opened 2026-02-16 18:14:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1787
Author: @rekram1-node
Created: 8/10/2025
Status: Closed

Base: devHead: fix-plugin-file-path


📝 Commits (4)

  • 219a307 Fix plugin loading to support JavaScript files and improve error handling
  • 9ef08e0 Add comprehensive tests for plugin loading system
  • b42715c Fix TypeScript issues in plugin test fixtures and improve syntax error test
  • 47cdf8f fix: cleanup code a bit

📊 Changes

2 files changed (+7 additions, -11 deletions)

View changed files

📝 packages/opencode/src/config/config.ts (+2 -2)
📝 packages/web/src/content/docs/docs/plugins.mdx (+5 -9)

📄 Description

fixes: #1473
coauthored by @rmoriz


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1787 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 8/10/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix-plugin-file-path` --- ### 📝 Commits (4) - [`219a307`](https://github.com/anomalyco/opencode/commit/219a30776dc26b2ae4c7f681a149f9e3e9b1c9b3) Fix plugin loading to support JavaScript files and improve error handling - [`9ef08e0`](https://github.com/anomalyco/opencode/commit/9ef08e00184536ce4d04148cf8218dde1b088ee2) Add comprehensive tests for plugin loading system - [`b42715c`](https://github.com/anomalyco/opencode/commit/b42715ce8ba549bfb9a19ff92b972906da398310) Fix TypeScript issues in plugin test fixtures and improve syntax error test - [`47cdf8f`](https://github.com/anomalyco/opencode/commit/47cdf8f1a302ff09be45cd35b1d61c6393be6bd0) fix: cleanup code a bit ### 📊 Changes **2 files changed** (+7 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/config/config.ts` (+2 -2) 📝 `packages/web/src/content/docs/docs/plugins.mdx` (+5 -9) </details> ### 📄 Description fixes: #1473 coauthored by @rmoriz --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:38 -05:00
yindo closed this issue 2026-02-16 18:14:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10066