diff options
| author | Dax <[email protected]> | 2025-11-17 10:57:18 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-17 10:57:18 -0500 |
| commit | a1214fff2eaa71b3346f53580e6e94376ac9050d (patch) | |
| tree | dc22e6267555c9ee5232ac4be3b56caa294a5993 /.opencode | |
| parent | 9fd43ec6161ee5bc782f83a3cfe190bddbb578cd (diff) | |
| download | opencode-a1214fff2eaa71b3346f53580e6e94376ac9050d.tar.gz opencode-a1214fff2eaa71b3346f53580e6e94376ac9050d.zip | |
Refactor agent loop (#4412)
Diffstat (limited to '.opencode')
| -rw-r--r-- | .opencode/command/commit.md | 1 | ||||
| -rw-r--r-- | .opencode/opencode.json | 4 | ||||
| -rw-r--r-- | .opencode/opencode.jsonc | 11 |
3 files changed, 12 insertions, 4 deletions
diff --git a/.opencode/command/commit.md b/.opencode/command/commit.md index 2e3d759b6..9626f172c 100644 --- a/.opencode/command/commit.md +++ b/.opencode/command/commit.md @@ -1,5 +1,6 @@ --- description: Git commit and push +subtask: true --- commit and push diff --git a/.opencode/opencode.json b/.opencode/opencode.json deleted file mode 100644 index 7da874d36..000000000 --- a/.opencode/opencode.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "plugin": ["opencode-openai-codex-auth"] -} diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc new file mode 100644 index 000000000..02278ce3a --- /dev/null +++ b/.opencode/opencode.jsonc @@ -0,0 +1,11 @@ +{ + "$schema": "https://opencode.ai/config.json", + "plugin": ["opencode-openai-codex-auth"], + "provider": { + "opencode": { + "options": { + // "baseURL": "http://localhost:8080" + }, + }, + }, +} |
