Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 481 Bytes

File metadata and controls

19 lines (12 loc) · 481 Bytes

opencode-gemini-tools

A plugin for the OpenCode that enables Google Gemini's built-in tools: Google Search, Google Maps, URL Context, and Code Execution.

Installation

Add the plugin to your OpenCode configuration file (e.g. ~/.config/opencode/opencode.json or .opencode/opencode.json in your project):

{
  "plugin": ["opencode-gemini-tools"]
}

OpenCode will automatically download and install the plugin from npm the next time it starts.

License

MIT