didericis
  • Joined on 2025-09-19
didericis commented on pull request didericis/bot-bottle#115 2026-06-01 20:50:56 -04:00
PRD 0029: provision egress routes via AgentProvisionPlan

lines 177-183 should also be moved into the agent provision step: it's the responsibility of the agent provisioner to determine whether or not there should be something like "egress-placeholder" in the env and which env var it should go into. This should also remove the need for placeholder_env in the provider runtime.

86cfd94b72 fix(codex): emit passthrough egress routes when not forwarding host credentials
didericis commented on pull request didericis/bot-bottle#115 2026-06-01 20:37:39 -04:00
PRD 0029: provision egress routes via AgentProvisionPlan

when we don't forward host credentials there should still be egress routes, just not egress routes with an auto-injected token (and we should have passthrough set to true so the tokens the user would set after logging in don't get stripped out)

0233b481b1 fix(egress): break circular import with manifest via TYPE_CHECKING
b79b49090f refactor: provision egress routes via AgentProvisionPlan
didericis commented on pull request didericis/bot-bottle#110 2026-06-01 19:10:18 -04:00
PRD 0029: Codex host credentials through egress

RE: didericis/bot-bottle#110 (comment)

I want to remove _ensure_codex_host_credential_route, and have that happen via an agent provider abstraction that…

didericis commented on pull request didericis/bot-bottle#110 2026-06-01 18:59:32 -04:00
PRD 0029: Codex host credentials through egress

why can't we just provision the bottle egress routes based on an agent provision plan?

didericis pushed to codex/prd-codex-host-credentials at didericis/bot-bottle 2026-06-01 18:42:45 -04:00
1fceaae8e6 refactor(agent): move claude env defaults into plan
didericis commented on pull request didericis/bot-bottle#110 2026-06-01 18:36:19 -04:00
PRD 0029: Codex host credentials through egress

this should also be in the agent provisioner now, assuming we can evaluate has_provider_auth at that stage. If not we'll need a more generic hook to call into here/there should not be any logic specific to an specific type of agent in here anymore.

didericis pushed to codex/prd-codex-host-credentials at didericis/bot-bottle 2026-06-01 18:32:12 -04:00
12f8c37af2 refactor(agent): surface provider env defaults
didericis commented on pull request didericis/bot-bottle#110 2026-06-01 18:16:45 -04:00
PRD 0029: Codex host credentials through egress

env provisioning should be a part of the agent provider plan/we shouldn't need to know anything about codex here.

didericis pushed to codex/prd-codex-host-credentials at didericis/bot-bottle 2026-06-01 18:07:23 -04:00
10c009c37b refactor(agent): group provider provisioning into plan
didericis commented on pull request didericis/bot-bottle#110 2026-06-01 17:56:30 -04:00
PRD 0029: Codex host credentials through egress

Replying to didericis/bot-bottle#110 (comment)

In the future I'd like users to be able to specify their own agent provisioning logic, so we should be…

didericis commented on pull request didericis/bot-bottle#110 2026-06-01 17:33:49 -04:00
PRD 0029: Codex host credentials through egress

This should be grouped with the agent_provider template in some way/probably scoped under the agent provider, and only respected when the template is set to codex

didericis pushed to codex/prd-codex-host-credentials at didericis/bot-bottle 2026-06-01 17:23:55 -04:00
a8b2237964 refactor(codex): derive trusted paths from guest home
didericis pushed to codex/prd-codex-host-credentials at didericis/bot-bottle 2026-06-01 17:16:21 -04:00
1d2dfeefa4 fix(codex): trust launch home directory
didericis pushed to codex/prd-codex-host-credentials at didericis/bot-bottle 2026-06-01 17:14:03 -04:00
3942b51184 fix(codex): trust bottle workspace on launch
didericis pushed to codex/prd-codex-host-credentials at didericis/bot-bottle 2026-06-01 17:07:21 -04:00
3060dc553c fix(smolmachines): reset codex runtime db before auth check
didericis pushed to codex/prd-codex-host-credentials at didericis/bot-bottle 2026-06-01 16:41:19 -04:00
8e5262b539 fix(codex): make host-credential bottles actually authenticate
237afce844 fix(codex): include account claims in dummy auth
91d6f5d8d2 fix(codex): provision dummy user auth state
55117c5ff4 fix(codex): forward host credentials to api route
1a5ea3b713 feat(codex): inject host credentials via egress
Compare 10 commits »