diff options
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" + }, + }, + }, +} |
