Skip to content

Register the two flat native-mode rooms - #41

Merged
vitramir merged 1 commit into
mainfrom
llm-native-rooms
Aug 9, 2026
Merged

Register the two flat native-mode rooms#41
vitramir merged 1 commit into
mainfrom
llm-native-rooms

Conversation

@vitramir

@vitramir vitramir commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

llm_subscriptions and environments carry native-mode invalidations to the LLM Proxy. Unregistered they fell to the default deny, which is the policy that branch exists to enforce — a room kind added later has to state its policy rather than inherit an accidental allow.

Same shape as egress_rules and for the same reason: the proxy caches a binding on a connection and cannot enumerate the organizations or environments it will serve, so a per-organization room would leave it re-subscribing forever or missing invalidations for one it has not seen.

Also repairs devspace.yaml, which could not be loaded at all: a pipeline and command named test:e2e fail DevSpace's naming rule, and the dev patch left the chart's probes in place, so the container was killed a minute in while waiting for its source.

Part of native LLM mode.

llm_subscriptions and environments carry native-mode invalidations to
the LLM Proxy. Unregistered they fell to the default deny, which is the
policy that branch exists to enforce -- a room kind added later has to
state its policy rather than inherit an accidental allow. This states
it.

Same shape as egress_rules and for the same reason: the proxy caches a
binding on a connection and cannot enumerate the organizations or
environments it will serve, so a per-organization room would leave it
re-subscribing forever or missing invalidations for one it has not
seen.
@vitramir
vitramir merged commit eea5e80 into main Aug 9, 2026
1 check passed
@vitramir
vitramir deleted the llm-native-rooms branch August 9, 2026 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant