[PR #5995] docs: opencode-shell-strategy plugin to ecosystem #11692

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

Original Pull Request: https://github.com/anomalyco/opencode/pull/5995

State: closed
Merged: Yes


Summary

Adds opencode-shell-strategy to the Plugins section of the ecosystem page.

About the Plugin

Instructions file that teaches LLMs how to avoid interactive shell commands that hang in OpenCode's non-TTY environment.

Covers:

  • Package managers: npm init -y, apt-get install -y, pip install --no-input
  • Git operations: git commit -m, git merge --no-edit, avoid git add -p
  • System commands: rm -f, ssh -o BatchMode=yes, unzip -o
  • Banned commands: editors (vim, nano), pagers (less, more, man)

This is particularly useful for models less familiar with headless CI/CD environments.

Checklist

  • Entry added alphabetically in the Plugins table
  • Link points to valid GitHub repository
  • Description is concise and accurate
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5995 **State:** closed **Merged:** Yes --- ## Summary Adds [opencode-shell-strategy](https://github.com/JRedeker/opencode-shell-strategy) to the Plugins section of the ecosystem page. ## About the Plugin Instructions file that teaches LLMs how to avoid interactive shell commands that hang in OpenCode's non-TTY environment. Covers: - **Package managers**: `npm init -y`, `apt-get install -y`, `pip install --no-input` - **Git operations**: `git commit -m`, `git merge --no-edit`, avoid `git add -p` - **System commands**: `rm -f`, `ssh -o BatchMode=yes`, `unzip -o` - **Banned commands**: editors (`vim`, `nano`), pagers (`less`, `more`, `man`) This is particularly useful for models less familiar with headless CI/CD environments. ## Checklist - [x] Entry added alphabetically in the Plugins table - [x] Link points to valid GitHub repository - [x] Description is concise and accurate
yindo added the pull-request label 2026-02-16 18:16:37 -05:00
yindo closed this issue 2026-02-16 18:16:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11692