didericis
  • Joined on 2025-09-19
didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 19:51:03 -04:00
f86349ca92 fix(git): rewrite logical ip upstream aliases
didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 19:45:04 -04:00
1f0434bffc fix(manifest): allow ip git upstreams
didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 19:32:48 -04:00
fed006441d fix(pipelock): allow route ssrf ip policy
didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 19:20:13 -04:00
bcadc07d09 feat(pipelock): allow route tls passthrough policy
didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 19:09:08 -04:00
3299674c30 fix(pipelock): disable bip39 detector by default
didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 19:05:01 -04:00
c31845a5b8 fix(egress): remove implicit provider routes
didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 19:00:53 -04:00
9399626ba6 fix(agent): hide auth placeholder env in preflight
didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 18:49:39 -04:00
43cd83d77b fix(smolmachines): build sidecar image before launch
didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 18:45:08 -04:00
c4449001d1 fix(dashboard): tolerate missing manifest
didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 18:33:32 -04:00
7f3998e79e fix(dashboard): quiet docker polling errors
didericis pushed to refactor-lift-ca-helpers at didericis/bot-bottle 2026-05-28 18:26:32 -04:00
d359dcaff1 refactor(backend): move AGENT_CA path/bundle constants to shared util
78d03a8269 refactor(backend): lift shared CA cert select + fingerprint helpers
Compare 2 commits »
didericis created branch refactor-lift-ca-helpers in didericis/bot-bottle 2026-05-28 18:26:31 -04:00
didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 18:20:18 -04:00
cdb1870b1c docs(agent): clarify claude oauth env
didericis commented on pull request didericis/bot-bottle#91 2026-05-28 18:11:20 -04:00
PRD 0026: Agent Provider Templates

This env var should be BOT_BOTTLE_CLAUDE_OAUTH_TOKEN. Update accordingly.

didericis pushed to prd-0026-agent-provider-templates at didericis/bot-bottle 2026-05-28 18:01:19 -04:00
cacba087c9 docs(agent): document provider base bottles
1cbedc91c0 refactor(agent): use agent-neutral runtime names
c08b09dc9f refactor!: rename project to bot-bottle
Compare 3 commits »
didericis commented on pull request didericis/bot-bottle#91 2026-05-28 17:43:41 -04:00
PRD 0026: Agent Provider Templates

debating whether or not we should call this "type" instead of template...

didericis commented on pull request didericis/bot-bottle#91 2026-05-28 17:41:27 -04:00
PRD 0026: Agent Provider Templates

think we want to be more specific about what "provider_template" is throughout the code: rename variables like this to agent_provider_template

didericis commented on pull request didericis/bot-bottle#91 2026-05-28 17:39:01 -04:00
PRD 0026: Agent Provider Templates

Change capture_session_state to capture_claude_session_state, and add a comment stating the session state is agent specific (FIXME: would be better if we just froze all the data in the container and made this agent agnostic, should be a spike on how to do that/make a new issue)

didericis commented on pull request didericis/bot-bottle#91 2026-05-28 17:35:05 -04:00
PRD 0026: Agent Provider Templates

It seems like there are two different prompt modes: codex_read_prompt_file and claude_append_file. Could they be shortened to just read_prompt_file and append_file? What makes them provider specific?

didericis commented on pull request didericis/bot-bottle#91 2026-05-28 17:32:49 -04:00
PRD 0026: Agent Provider Templates

this claude specific naming in the function body should be fixed)