Explorar o código

Add opencode-shell-strategy plugin to ecosystem (#5995)

Jon Redeker hai 2 meses
pai
achega
27e72f2652
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/web/src/content/docs/ecosystem.mdx

+ 1 - 0
packages/web/src/content/docs/ecosystem.mdx

@@ -27,6 +27,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw
 | [opencode-dynamic-context-pruning](https://github.com/Tarquinen/opencode-dynamic-context-pruning) | Optimize token usage by pruning obsolete tool outputs                                         |
 | [opencode-websearch-cited](https://github.com/ghoulr/opencode-websearch-cited.git)                | Add native websearch support for supported providers with Google grounded style               |
 | [opencode-pty](https://github.com/shekohex/opencode-pty.git)                                      | Enables AI agents to run background processes in a PTY, send interactive input to them.       |
+| [opencode-shell-strategy](https://github.com/JRedeker/opencode-shell-strategy)                    | Instructions for non-interactive shell commands - prevents hangs from TTY-dependent operations |
 | [opencode-wakatime](https://github.com/angristan/opencode-wakatime)                               | Track OpenCode usage with Wakatime                                                            |
 | [opencode-md-table-formatter](https://github.com/franlol/opencode-md-table-formatter/tree/main)   | Clean up markdown tables produced by LLMs                                                     |
 | [opencode-morph-fast-apply](https://github.com/JRedeker/opencode-morph-fast-apply)                | 10x faster code editing with Morph Fast Apply API and lazy edit markers                       |