Documentation Index
Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt
Use this file to discover all available pages before exploring further.
Changelog
- Removed the obsolete
bifrost.client.allowDirectKeysassertion fromvalidate-helm-config-fields.sh. The field was deleted from the chart schema and codebase in a prior release, so the test was rendering an invalid values file and helm was rejecting it viaadditionalProperties: false. - Hardened
render_config()invalidate-helm-config-fields.shso a failinghelm templateactually surfaces its stderr instead of being swallowed by the script’sset -e(the previous post-hoc$?check was unreachable).

