didericis
  • Joined on 2025-09-19
didericis merged pull request didericis/bot-bottle#183 2026-06-03 21:37:56 -04:00
Research: local Ollama deployment, harness selection, and model sizing
didericis deleted branch research/gitea-webhook-agent-dispatch from didericis/bot-bottle 2026-06-03 21:37:46 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-03 21:37:46 -04:00
06eed5b236 docs(research): gitea webhook agent dispatch and PR session continuity
didericis merged pull request didericis/bot-bottle#182 2026-06-03 21:37:43 -04:00
Research: Gitea webhook agent dispatch and PR session continuity
didericis pushed to prd-0050-agent-provider-contrib at didericis/bot-bottle 2026-06-03 21:35:47 -04:00
266013095e refactor(backend): hoist guest_home to BottlePlan base
df1091113c refactor(agent_provider): drop GUEST_HOME default, backend drives guest_home
df0f1ad980 refactor(contrib): inline provision steps per-provider, drop shared apply module
970c5066d7 feat(agent_provider): migrate tests, drop guest-home/skills-dir env knobs, activate PRD 0050
8c45016aa2 refactor(backend): move per-provider provisioning onto AgentProvider
Compare 9 commits »
didericis pushed to prd-0050-agent-provider-contrib at didericis/bot-bottle 2026-06-03 21:30:34 -04:00
21a46b97d8 refactor(backend): hoist guest_home to BottlePlan base
didericis commented on pull request didericis/bot-bottle#180 2026-06-03 21:26:39 -04:00
PRD 0050: Move provider-specific agent logic into contrib

/home/node should be coming from the bottle plan... isn't this already there somewhere/don't we already need this to create the workspace? Regardless, it should be somewhere higher up in the plan.

didericis created branch research-local-ollama-harness in didericis/bot-bottle 2026-06-03 21:26:19 -04:00
didericis pushed to research-local-ollama-harness at didericis/bot-bottle 2026-06-03 21:26:19 -04:00
8f05226a4a docs(research): local ollama deployment, harness selection, and model sizing
didericis deleted branch slim-readme from didericis/bot-bottle 2026-06-03 21:23:16 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-03 21:23:15 -04:00
98e4e2b7dc docs(readme): additional tweaks
9eca46b408 docs: slim README to threat model, features, one diagram, one manifest
Compare 2 commits »
didericis merged pull request didericis/bot-bottle#181 2026-06-03 21:23:13 -04:00
Slim README to threat model, features, one diagram, one manifest
didericis pushed to slim-readme at didericis/bot-bottle 2026-06-03 21:19:07 -04:00
98e4e2b7dc docs(readme): additional tweaks
didericis pushed to prd-0050-agent-provider-contrib at didericis/bot-bottle 2026-06-03 21:12:17 -04:00
b2dc5fd20b refactor(agent_provider): drop GUEST_HOME default, backend drives guest_home
didericis commented on pull request didericis/bot-bottle#180 2026-06-03 21:08:30 -04:00
PRD 0050: Move provider-specific agent logic into contrib

Don't have a default for this/have this be driven by the backend

didericis pushed to research/gitea-webhook-agent-dispatch at didericis/bot-bottle 2026-06-03 21:04:09 -04:00
770c2ca996 docs(research): gitea webhook agent dispatch and PR session continuity
didericis created branch research/gitea-webhook-agent-dispatch in didericis/bot-bottle 2026-06-03 21:04:09 -04:00
didericis pushed to prd-0050-agent-provider-contrib at didericis/bot-bottle 2026-06-03 21:00:21 -04:00
ceb8506559 refactor(contrib): inline provision steps per-provider, drop shared apply module
didericis commented on pull request didericis/bot-bottle#180 2026-06-03 20:55:58 -04:00
PRD 0050: Move provider-specific agent logic into contrib

I don't think these different apply steps should be separated like this... it seems like the responsibility of the agent provider to actually execute these different apply steps. They're likely to diverge based on harness changes, and the abstraction that allows both codex and claude to use them is weak. Ideally I think this whole file can go, and what's in here can happen in the different specific provision steps for the specific providers.