diff options
| author | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-17 15:05:36 +0100 |
|---|---|---|
| committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-17 15:05:36 +0100 |
| commit | 64d47934715959c6d52172c68ac6f15d1cb0b954 (patch) | |
| tree | 337b7024538b45193fad61266fbfb0b4d1733b7e /dot_config | |
| parent | a071bb014a24c5c22b2e39ff57bc7362505baf20 (diff) | |
| download | dotfiles-64d47934715959c6d52172c68ac6f15d1cb0b954.tar.gz dotfiles-64d47934715959c6d52172c68ac6f15d1cb0b954.tar.bz2 dotfiles-64d47934715959c6d52172c68ac6f15d1cb0b954.zip | |
Manage AI agent releases and shared settings
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/opencode/opencode.json | 13 | ||||
| -rw-r--r-- | dot_config/opencode/symlink_AGENTS.md | 1 | ||||
| -rw-r--r-- | dot_config/zsh/dot_zshrc | 3 |
3 files changed, 14 insertions, 3 deletions
diff --git a/dot_config/opencode/opencode.json b/dot_config/opencode/opencode.json new file mode 100644 index 0000000..c92e1fa --- /dev/null +++ b/dot_config/opencode/opencode.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://opencode.ai/config.json", + "autoupdate": false, + "share": "disabled", + "permission": "allow", + "mcp": { + "openaiDeveloperDocs": { + "type": "remote", + "url": "https://developers.openai.com/mcp", + "enabled": true + } + } +} diff --git a/dot_config/opencode/symlink_AGENTS.md b/dot_config/opencode/symlink_AGENTS.md new file mode 100644 index 0000000..ea1aa2c --- /dev/null +++ b/dot_config/opencode/symlink_AGENTS.md @@ -0,0 +1 @@ +../../.codex/AGENTS.md diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 17c3d1b..8371c15 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -428,9 +428,6 @@ alias astfc='flang -fc1 -fdebug-dump-parse-tree' alias symfc='flang -fc1 -fdebug-dump-symbols' alias gdbr='gdb -ex start --args' -# GitHub Copilot CLI -alias copilot='gh copilot --autopilot --enable-all-github-mcp-tools --yolo --resume' - # ── Alias completions ───────────────────────────────────────────────────────── # Guard compdef calls on registered completion functions. # Usage: _dot_compdef <target-cmd> <alias>=<target> [<alias>=<target>...] |
