mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-25 23:35:17 +00:00
feat: add reference agent for searching external repositories
Add ability to configure external git repositories or local paths that subagents can search across. References are configured in opencode.json and automatically cloned/fetched to a cache directory.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// "enterprise": {
|
||||
// "url": "https://enterprise.dev.opencode.ai",
|
||||
// },
|
||||
"references": ["git@github.com:Effect-TS/effect.git"],
|
||||
"provider": {
|
||||
"opencode": {
|
||||
"options": {},
|
||||
|
||||
Reference in New Issue
Block a user