diff options
| author | Aiden Cline <[email protected]> | 2026-04-23 17:08:46 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-23 17:08:46 -0400 |
| commit | 87321942fee25786448f02284ebeaee1caf4e86c (patch) | |
| tree | c2a50d78fc9043ea1f5550ee8278fa78866823bb /packages | |
| parent | a771859362ab61983671ca9a82ec1ccfa34fc689 (diff) | |
| download | opencode-87321942fee25786448f02284ebeaee1caf4e86c.tar.gz opencode-87321942fee25786448f02284ebeaee1caf4e86c.zip | |
chore: update copilot readme to symlink to an agents md to prevent dumbass agents from touching these files (#24057)
Diffstat (limited to 'packages')
| l--------- | packages/opencode/src/provider/sdk/copilot/AGENTS.md | 1 | ||||
| -rw-r--r-- | packages/opencode/src/provider/sdk/copilot/README.md | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/opencode/src/provider/sdk/copilot/AGENTS.md b/packages/opencode/src/provider/sdk/copilot/AGENTS.md new file mode 120000 index 000000000..42061c01a --- /dev/null +++ b/packages/opencode/src/provider/sdk/copilot/AGENTS.md @@ -0,0 +1 @@ +README.md
\ No newline at end of file diff --git a/packages/opencode/src/provider/sdk/copilot/README.md b/packages/opencode/src/provider/sdk/copilot/README.md index 8ce03d614..d1051a4da 100644 --- a/packages/opencode/src/provider/sdk/copilot/README.md +++ b/packages/opencode/src/provider/sdk/copilot/README.md @@ -1,5 +1,5 @@ This is a temporary package used primarily for GitHub Copilot compatibility. -Avoid making changes to these files unless you only want to affect the Copilot provider. +These DO NOT apply for openai-compatible providers or majority of providers supporting completions/responses apis. THIS IS ONLY FOR GITHUB COPILOT!!! -Also, this should ONLY be used for the Copilot provider. +Avoid making edits to these files |
