diff options
| author | adamdottv <[email protected]> | 2025-05-14 10:42:16 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-14 10:42:16 -0500 |
| commit | 4c998d4f4ff2d9570796a81a95eb84d34d0a6939 (patch) | |
| tree | 99575441e437b14e62dca524d77d4d7a583032ba /README.md | |
| parent | f7849c2d59d335c91d6ad079cabcda98c8b610f8 (diff) | |
| download | opencode-4c998d4f4ff2d9570796a81a95eb84d34d0a6939.tar.gz opencode-4c998d4f4ff2d9570796a81a95eb84d34d0a6939.zip | |
chore: remove sourcegraph tool
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -295,12 +295,11 @@ OpenCode's AI assistant has access to various tools to help with coding tasks: ### Other Tools -| Tool | Description | Parameters | -| ------------- | -------------------------------------- | ----------------------------------------------------------------------------------------- | -| `bash` | Execute shell commands | `command` (required), `timeout` (optional) | -| `fetch` | Fetch data from URLs | `url` (required), `format` (required), `timeout` (optional) | -| `sourcegraph` | Search code across public repositories | `query` (required), `count` (optional), `context_window` (optional), `timeout` (optional) | -| `agent` | Run sub-tasks with the AI agent | `prompt` (required) | +| Tool | Description | Parameters | +| ------- | ------------------------------- | ----------------------------------------------------------- | +| `bash` | Execute shell commands | `command` (required), `timeout` (optional) | +| `fetch` | Fetch data from URLs | `url` (required), `format` (required), `timeout` (optional) | +| `agent` | Run sub-tasks with the AI agent | `prompt` (required) | ## Theming |
