[PR #5530] docs: add opencode-pty and opencode-google-antigravity-auth plugins to the echosystem #11456

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

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

State: closed
Merged: Yes


Hello, this PR adds a new two plugins to the https://opencode.ai/docs/ecosystem/ page

opencode-pty

This was a missing feature in opencode that I really wanted, running background process that can take time or requires interactive inputs from the user during the testing, this new simple plugins adds this feature. it provides interactive PTY (cross-platform btw) management, enabling the AI agent to run background processes, send interactive input, and read output on demand. it evens handles the permissions system similar to the built-in bash tool.

Read more about it here: https://github.com/shekohex/opencode-pty

opencode-google-antigravity-auth

This another plugin that allows the users to login to opencode using their google account to benefit from their google ai subscription and use these AI models outside of the antigravity IDE. I know there is an already plugin called opencode-antigravity-auth, it is funny because both of us built that plugin at the same time, I originally found out about it when I was publishing my plugin to NPM and to my surprise I've found my package name is taken. my plugin however is a bit different in the implementation as it handles a lot of edge cases that the other plugin does not, it also adds new features and tools like the google_search tool that allows any model (not just the google gemini ones) to natively do google search and get results using a simple trick of using internal subagent.

Read more about it here: https://github.com/shekohex/opencode-google-antigravity-auth

Thanks.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5530 **State:** closed **Merged:** Yes --- Hello, this PR adds a new two plugins to the https://opencode.ai/docs/ecosystem/ page ### `opencode-pty` This was a missing feature in opencode that I really wanted, running background process that can take time or requires interactive inputs from the user during the testing, this new simple plugins adds this feature. it provides interactive PTY (cross-platform btw) management, enabling the AI agent to run background processes, send interactive input, and read output on demand. it evens handles the permissions system similar to the built-in bash tool. Read more about it here: https://github.com/shekohex/opencode-pty ### `opencode-google-antigravity-auth` This another plugin that allows the users to login to opencode using their google account to benefit from their google ai subscription and use these AI models outside of the antigravity IDE. I know there is an already plugin called `opencode-antigravity-auth`, it is funny because both of us built that plugin at the same time, I originally found out about it when I was publishing my plugin to NPM and to my surprise I've found my package name is taken. my plugin however is a bit different in the implementation as it handles a lot of edge cases that the other plugin does not, it also adds new features and tools like the `google_search` tool that allows any model (not just the google gemini ones) to natively do google search and get results using a simple trick of using internal subagent. Read more about it here: https://github.com/shekohex/opencode-google-antigravity-auth Thanks.
yindo added the pull-request label 2026-02-16 18:16:17 -05:00
yindo closed this issue 2026-02-16 18:16:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11456