didericis
  • Joined on 2025-09-19
didericis created branch fix-codex-mcp-supervise-transport in didericis/bot-bottle 2026-06-23 00:06:28 -04:00
didericis pushed to fix-codex-mcp-supervise-transport at didericis/bot-bottle 2026-06-23 00:06:28 -04:00
3ea35ba5d2 fix: update codex supervise mcp registration
didericis deleted branch lazy-manifest-parse-on-select from didericis/bot-bottle 2026-06-22 23:59:05 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-22 23:59:04 -04:00
da42740156 refactor(types): move loaded manifest from BottleSpec to BottlePlan
56ef71060a fix(types): add BottleSpec.loaded_manifest to satisfy pyright on union type
294a6ed023 refactor(manifest): split Manifest into ManifestIndex + Manifest single-value type
468ab8c290 docs: clarify load_for_agent invariant in docstring
2596c18954 fix: load_for_agent always returns single-agent manifest
Compare 8 commits »
didericis closed issue didericis/bot-bottle#236 2026-06-22 23:59:02 -04:00
Only fail on agent and bottle manifest parsing for selected agents/bottles
didericis merged pull request didericis/bot-bottle#239 2026-06-22 23:59:01 -04:00
Defer broken manifest parse errors to preflight
didericis pushed to lazy-manifest-parse-on-select at didericis/bot-bottle 2026-06-22 23:54:12 -04:00
da42740156 refactor(types): move loaded manifest from BottleSpec to BottlePlan
56ef71060a fix(types): add BottleSpec.loaded_manifest to satisfy pyright on union type
294a6ed023 refactor(manifest): split Manifest into ManifestIndex + Manifest single-value type
468ab8c290 docs: clarify load_for_agent invariant in docstring
2596c18954 fix: load_for_agent always returns single-agent manifest
Compare 9 commits »
didericis pushed to lazy-manifest-parse-on-select at didericis/bot-bottle 2026-06-22 23:43:11 -04:00
c6d0642a94 refactor(types): move loaded manifest from BottleSpec to BottlePlan
5becef0d0b fix(types): add BottleSpec.loaded_manifest to satisfy pyright on union type
532072931f refactor(manifest): split Manifest into ManifestIndex + Manifest single-value type
9ae49d21f7 docs: clarify load_for_agent invariant in docstring
db712a523f fix: load_for_agent always returns single-agent manifest
Compare 12 commits »
didericis deleted branch fix-macos-container-shift-enter from didericis/bot-bottle 2026-06-22 23:42:30 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-22 23:42:27 -04:00
d314ccf455 test(macos-container): satisfy pyright mock typing
31b29631b6 fix(macos-container): forward terminal capability env
1c11110da5 fix(macos-container): set host terminal to raw mode for container exec
25ca14a8a2 fix(macos-container): forward TERM env var in container exec --tty
Compare 4 commits »
didericis closed issue didericis/bot-bottle#245 2026-06-22 23:42:25 -04:00
Shift + enter not working in tui
didericis merged pull request didericis/bot-bottle#246 2026-06-22 23:42:25 -04:00
Fix Shift+Enter not working in macos-container TUI
didericis pushed to commit-bottle-state at didericis/bot-bottle 2026-06-22 23:40:13 -04:00
02b38b63f5 feat: support smolmachines bottle commit
didericis deleted branch test from didericis/bot-bottle 2026-06-22 23:06:11 -04:00
didericis pushed to lazy-manifest-parse-on-select at didericis/bot-bottle 2026-06-22 23:05:40 -04:00
31236b95a1 refactor(types): move loaded manifest from BottleSpec to BottlePlan
a00e98d8d6 fix(types): add BottleSpec.loaded_manifest to satisfy pyright on union type
32f85256d3 refactor(manifest): split Manifest into ManifestIndex + Manifest single-value type
b350e57395 docs: clarify load_for_agent invariant in docstring
25f0d91c18 fix: load_for_agent always returns single-agent manifest
Compare 10 commits »
didericis pushed to fix-macos-container-shift-enter at didericis/bot-bottle 2026-06-22 23:02:11 -04:00
d314ccf455 test(macos-container): satisfy pyright mock typing
didericis pushed to fix-macos-container-shift-enter at didericis/bot-bottle 2026-06-22 22:57:38 -04:00
31b29631b6 fix(macos-container): forward terminal capability env
didericis commented on pull request didericis/bot-bottle#240 2026-06-22 22:36:07 -04:00
PRD: Commit bottle state to an image

@didericis-claude implement the smolmachines backend commit flow

didericis pushed to fix-macos-container-shift-enter at didericis/bot-bottle 2026-06-22 22:30:57 -04:00
1c11110da5 fix(macos-container): set host terminal to raw mode for container exec
didericis commented on pull request didericis/bot-bottle#240 2026-06-22 22:30:09 -04:00
PRD: Commit bottle state to an image

Would like to implement this for macos containers and smolmachines as well. I know it's possible for smolmachines at least, not sure about macos.