Bound automatic Patrol inference allowances

This commit is contained in:
rcourtman
2026-07-16 19:55:44 +01:00
parent 2f6bb94ed3
commit afbcd3023c
10 changed files with 188 additions and 21 deletions
@@ -155,6 +155,11 @@ class AIRuntimeDocsPolicyTest(unittest.TestCase):
self.assertIn("does not grant Claude Code direct access to the infrastructure", normalized_content)
self.assertIn("not represented as a zero-dollar API price", normalized_content)
self.assertIn("per-run metered-API budget as not applicable", normalized_content)
self.assertIn("bounded output allowance", normalized_content)
self.assertIn("low reasoning-effort hint", normalized_content)
self.assertIn("does not reduce the tools available to Watch", normalized_content)
self.assertIn("Pro investigation reasoning", normalized_content)
self.assertIn("normal reasoning depth", normalized_content)
self.assertIn("inference_route=coding_plan_allowance", content)
self.assertIn("per-run monetary cost unknown", normalized_content)
self.assertIn("standard Z.ai `/api/paas/` endpoint remains a `metered_api` route", normalized_content)