docs: add AGENTS.md with reference to CLAUDE.md#533
Conversation
add new AGENTS.md file that links to project-specific CLAUDE.md instructions
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds an agent guidance doc pointing contributors/tools to the project’s existing instruction file.
Changes:
- Introduces
AGENTS.mdwith a reference toCLAUDE.md.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1 @@ | |||
| Also read this project's `CLAUDE.md` for project-specific instructions. | |||
There was a problem hiding this comment.
Code Review
This pull request updates AGENTS.md to direct readers to the project-specific instructions in CLAUDE.md. The feedback suggests formatting the reference to CLAUDE.md as a relative markdown link to improve navigation.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Add new fields `headers` and `extraBody` to AiOption interface to allow passing custom request headers and additional OpenAI-compatible request body parameters. Implement normalization logic for headers and extra body, filter out reserved keys from extra body, and apply them to both streaming and non-streaming AI API calls.
add new AGENTS.md file that links to project-specific CLAUDE.md instructions