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_copilot | |
| 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_copilot')
| -rw-r--r-- | dot_copilot/mcp-config.json | 9 | ||||
| -rw-r--r-- | dot_copilot/settings.json | 7 | ||||
| -rw-r--r-- | dot_copilot/symlink_copilot-instructions.md | 1 |
3 files changed, 17 insertions, 0 deletions
diff --git a/dot_copilot/mcp-config.json b/dot_copilot/mcp-config.json new file mode 100644 index 0000000..1440afe --- /dev/null +++ b/dot_copilot/mcp-config.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "openaiDeveloperDocs": { + "type": "http", + "url": "https://developers.openai.com/mcp", + "tools": ["*"] + } + } +} diff --git a/dot_copilot/settings.json b/dot_copilot/settings.json new file mode 100644 index 0000000..5f7b9b2 --- /dev/null +++ b/dot_copilot/settings.json @@ -0,0 +1,7 @@ +{ + "model": "claude-opus-4.6", + "effortLevel": "max", + "autoUpdate": false, + "includeCoAuthoredBy": false, + "experimental": true +} diff --git a/dot_copilot/symlink_copilot-instructions.md b/dot_copilot/symlink_copilot-instructions.md new file mode 100644 index 0000000..b69d663 --- /dev/null +++ b/dot_copilot/symlink_copilot-instructions.md @@ -0,0 +1 @@ +../.codex/AGENTS.md |
