[PR #1848] [CLOSED] feat: plugin install/uninstall command #10083

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

📋 Pull Request Information

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

Base: devHead: feat-plugin-command


📝 Commits (10+)

  • b0c8059 feat: plugin install/uninstall commands
  • bc5a6e5 Merge latest dev into feat-plugin-command
  • 9aa0700 ci: sync
  • 81d3b44 Merge branch 'dev' into feat-plugin-command
  • 9364efe Merge branch 'dev' into feat-plugin-command
  • 3f580a7 fix: address bot suggestions :0
  • 0fc1c47 Merge branch 'dev' into feat-plugin-command
  • 4d89f81 Merge branch 'dev' into feat-plugin-command
  • 4f3188e Merge branch 'dev' into feat-plugin-command
  • 6828620 fix: pr feedback again lollll

📊 Changes

3 files changed (+135 additions, -8 deletions)

View changed files

packages/opencode/src/cli/cmd/plugin.ts (+91 -0)
📝 packages/opencode/src/config/config.ts (+42 -8)
📝 packages/opencode/src/index.ts (+2 -0)

📄 Description

fixes: #1849


🔄 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/1848 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 8/12/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feat-plugin-command` --- ### 📝 Commits (10+) - [`b0c8059`](https://github.com/anomalyco/opencode/commit/b0c805982d04f3e614be1dbb65df070ed5083656) feat: plugin install/uninstall commands - [`bc5a6e5`](https://github.com/anomalyco/opencode/commit/bc5a6e5d99fc207ff5755d54900d9f03bee3bd19) Merge latest dev into feat-plugin-command - [`9aa0700`](https://github.com/anomalyco/opencode/commit/9aa0700dc42bf1c8040a6ca5edc6b4f294e6070c) ci: sync - [`81d3b44`](https://github.com/anomalyco/opencode/commit/81d3b4419d97fe78f15cd9ba23cc733c993f19d1) Merge branch 'dev' into feat-plugin-command - [`9364efe`](https://github.com/anomalyco/opencode/commit/9364efe5c1cf2013cee721fd87923d25d1738e5b) Merge branch 'dev' into feat-plugin-command - [`3f580a7`](https://github.com/anomalyco/opencode/commit/3f580a7d7a29b5833ef11a68edc39182aa8c93a4) fix: address bot suggestions :0 - [`0fc1c47`](https://github.com/anomalyco/opencode/commit/0fc1c4745cf39be158a6f700d40248b3b03f1187) Merge branch 'dev' into feat-plugin-command - [`4d89f81`](https://github.com/anomalyco/opencode/commit/4d89f81861ed5f66f5f8a125b0462c82c303a4c8) Merge branch 'dev' into feat-plugin-command - [`4f3188e`](https://github.com/anomalyco/opencode/commit/4f3188e50e4ba3c78bf5b9a6f3f0293b075cff4f) Merge branch 'dev' into feat-plugin-command - [`6828620`](https://github.com/anomalyco/opencode/commit/682862016479d40945a36d2f298ca0062a696ff8) fix: pr feedback again lollll ### 📊 Changes **3 files changed** (+135 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `packages/opencode/src/cli/cmd/plugin.ts` (+91 -0) 📝 `packages/opencode/src/config/config.ts` (+42 -8) 📝 `packages/opencode/src/index.ts` (+2 -0) </details> ### 📄 Description fixes: #1849 --- <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:40 -05:00
yindo closed this issue 2026-02-16 18:14:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10083