feat(llm-gateway): re-enable claude-fable-5#67267
Merged
Merged
Conversation
richardsolomou
approved these changes
Jul 1, 2026
richardsolomou
left a comment
Member
There was a problem hiding this comment.
never stamped anything faster
There was a problem hiding this comment.
This PR makes a behavioral change to the LLM gateway's model access control — re-enabling claude-fable-5 for the posthog_code product — but the author is not on the owning team (@PostHog/team-ai-gateway) and has zero reviews from that team. Non-owner behavioral changes to business logic require a human review from the owning team.
Contributor
|
Reviews (1): Last reviewed commit: "re-enable claude-fable-5 in llm gateway" | Re-trigger Greptile |
tatoalo
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
we're so back https://x.com/AnthropicAI/status/2072106151890809341
Changes
claude-fable-5to the shared_POSTHOG_CODE_AGENT_MODELSallowlist (coversposthog_codeandslack_app) and tobackground_agents, so it lists in/{product}/v1/modelsand requests for it are accepted againus./eu.anthropic.claude-fable-5How did you test this code?
Agent-authored (Claude Code). I did not do manual testing. Ran the three affected llm-gateway suites locally with the service venv:
pytest tests/test_bedrock.py tests/test_model_cost_overrides.py tests/test_product_config.py-> 223 passed.The restored cases re-assert fable-5's allowlist membership (
posthog_code,background_agents), its Bedrock inference-profile mapping, and its presence in the/v1/modelslisting. I deleted the disable-eratest_posthog_code_rejects_claude_fable_5_via_bedrock_providerguard: restoring the Bedrock mapping is exactly what makes fable resolvable through that path again, so the guard no longer holds.