Description
Add xgopilot configuration to use the claude-4.5-opus model, similar to what was done in goplus/llgo (PR #1556) and goplus/llcppg (PR #621).
Proposed Changes
Add a .github/xgopilot.yml file with the following configuration:
claude:
model: "claude-4.5-opus"
Benefits
- Ensures consistent AI assistant model usage across goplus repositories
- Enables use of the latest Claude Opus 4.5 model for better code assistance
Related