summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-14 10:42:16 -0500
committeradamdottv <[email protected]>2025-05-14 10:42:16 -0500
commit4c998d4f4ff2d9570796a81a95eb84d34d0a6939 (patch)
tree99575441e437b14e62dca524d77d4d7a583032ba /README.md
parentf7849c2d59d335c91d6ad079cabcda98c8b610f8 (diff)
downloadopencode-4c998d4f4ff2d9570796a81a95eb84d34d0a6939.tar.gz
opencode-4c998d4f4ff2d9570796a81a95eb84d34d0a6939.zip
chore: remove sourcegraph tool
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index b4667f11d..dc6377836 100644
--- a/README.md
+++ b/README.md
@@ -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