docs: fix dead INFER_AGENT_SYSTEM_PROMPT env vars in configuration-reference.md#769
Conversation
|
@infer Can you fix the CI ? |
|
Model: Todos
Pull Request✅ Infer Result: SuccessFixed the CI lint failure by removing the Model: Tokens: 1,517,640 in · 3,930 out · 1,521,570 total (27 requests) Tool calls: 32 total · 84% success rate
|
## [0.134.0](v0.133.1...v0.134.0) (2026-07-06) ### 🚀 Features * **plugins:** install Claude Code-format plugins and natively inject AGENTS.md ([#770](#770)) ([82c430f](82c430f)) ### 📚 Documentation * fix dead INFER_AGENT_SYSTEM_PROMPT env vars in configuration-reference.md ([#769](#769)) ([b353e6b](b353e6b)), closes [#766](#766) ### 🧹 Maintenance * **deps:** bump infer CLI v0.133.0 -> v0.133.1, infer-action v0.26.0 -> v0.27.1 ([#768](#768)) ([0d9980c](0d9980c))
|
🎉 This PR is included in version 0.134.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Resolves #766
Summary
Replaces the dead INFER_AGENT_SYSTEM_PROMPT and INFER_AGENT_SYSTEM_PROMPT_PLAN env vars in docs/configuration-reference.md with the correct INFER_PROMPTS_AGENT_SYSTEM_PROMPT and INFER_PROMPTS_AGENT_SYSTEM_PROMPT_PLAN names that have been in use since v0.105.0.
Also adds a warning in cmd/config.go when known-dead env vars are set, so consumers following stale docs get a visible signal instead of silent ignore.
Changes