Skip to content
mynameistito / plugins
Esc
navigateopen⌘Jpreview
On this page

OpenCode plugins

Small, opinionated TUI plugins for OpenCode v2.

OpenCode is at its best when the terminal stays out of the way. These plugins add two focused pieces of feedback to the v2 TUI without changing your models, prompts, or server configuration:

  • Force Input gives Ctrl+Enter one reliable meaning: interrupt the active run and submit the prompt.
  • Usage Limits keeps provider quotas visible in the sidebar and prompt footer.

Both packages are published to npm and installed through the OpenCode CLI. They are TUI plugins, not server plugins.

Install both

opencode2 plugin add "@mynameistito/opencode-force-input@latest" -g
opencode2 plugin add "@mynameistito/opencode-usage-limits@latest" -g

Restart OpenCode after changing TUI plugin configuration. Verify the installed entries with:

opencode2 plugin list

At a glance

Plugin Package Entrypoint Configuration
Force Input @mynameistito/opencode-force-input /tui ~/.config/opencode/cli.json
Usage Limits @mynameistito/opencode-usage-limits /tui ~/.config/opencode/usage-limits.jsonc

Last updated on September 16, 2026

Was this page helpful?