feat: add AI budget policy and period deployment config (#25122)

Closes
https://linear.app/codercom/issue/AIGOV-283/add-deployment-config-for-ai-budget-policy-and-period

Adds `CODER_AI_BUDGET_POLICY` and `CODER_AI_BUDGET_PERIOD` deployment
options for AI Governance cost controls.
This commit is contained in:
Yevhenii Shcherbina
2026-05-12 10:48:36 -04:00
committed by GitHub
parent fabf7d31fc
commit b5e1ea33d8
11 changed files with 202 additions and 0 deletions
+7
View File
@@ -13802,6 +13802,13 @@ const docTemplate = `{
}
]
},
"budget_period": {
"type": "string"
},
"budget_policy": {
"description": "Budget settings for AI Governance cost controls.",
"type": "string"
},
"circuit_breaker_enabled": {
"description": "Circuit breaker protects against cascading failures from upstream AI\nprovider overload (503, 529).",
"type": "boolean"
+7
View File
@@ -12278,6 +12278,13 @@
}
]
},
"budget_period": {
"type": "string"
},
"budget_policy": {
"description": "Budget settings for AI Governance cost controls.",
"type": "string"
},
"circuit_breaker_enabled": {
"description": "Circuit breaker protects against cascading failures from upstream AI\nprovider overload (503, 529).",
"type": "boolean"