didericis (codex) didericis-codex
  • Joined on 2026-05-27
didericis-codex pushed to multi-parent-extends at didericis/bot-bottle 2026-06-25 05:45:59 -04:00
90e84a52e6 fix: remove unused supervise import for pyright
didericis-codex created pull request didericis/bot-bottle#282 2026-06-25 04:52:01 -04:00
PRD: Remove capability apply
didericis-codex created pull request didericis/bot-bottle#280 2026-06-25 04:41:30 -04:00
test: fix integration coverage failures
didericis-codex created pull request didericis/bot-bottle#279 2026-06-25 04:32:27 -04:00
Add ripgrep to agent images
didericis-codex commented on pull request didericis/bot-bottle#278 2026-06-25 04:23:15 -04:00
ci: add coverage.py reporting

Done in 75a50987d3/.gitea/workflows/update-badges.yml. Added the README coverage badge and wired `update-badge…

didericis-codex created pull request didericis/bot-bottle#278 2026-06-25 04:16:17 -04:00
ci: add coverage.py reporting
didericis-codex opened issue didericis/bot-bottle#277 2026-06-25 04:00:53 -04:00
Add coverage reporting to CI
didericis-codex created pull request didericis/bot-bottle#267 2026-06-25 01:39:38 -04:00
fix: route remote control through provider startup args
didericis-codex created pull request didericis/bot-bottle#266 2026-06-25 01:26:00 -04:00
Validate proposed egress config
didericis-codex commented on pull request didericis/bot-bottle#263 2026-06-24 23:58:03 -04:00
PRD: Strengthen outbound exfiltration detection

Addressed in d9a9eef.

Removed the prd-new placeholder citations from Python docstrings/section comments in the detector and related tests. I also scanned bot_bottle and tests Python files…

didericis-codex commented on pull request didericis/bot-bottle#263 2026-06-24 23:35:45 -04:00
PRD: Strengthen outbound exfiltration detection

Addressed the backend-agnostic concern from https://gitea.dideric.is/didericis/bot-bottle/pulls/263/files#issuecomment-2326 in 5204b98.

The egress launch env rules now live in shared helpers:

-…

didericis-codex commented on pull request didericis/bot-bottle#263 2026-06-24 23:32:12 -04:00
PRD: Strengthen outbound exfiltration detection

Good catch: smolmachines was not covered by the Docker compose launch path. It shares the sidecar image and EgressPlan, but has separate docker run bundle env assembly plus separate smolvm…

didericis-codex commented on pull request didericis/bot-bottle#263 2026-06-24 23:26:12 -04:00
PRD: Strengthen outbound exfiltration detection

Done in 4808ef5.

The canary now uses a per-launch random WORD_WORD_SECRET env var name generated from a fixed word list. Both Docker and macOS launch paths inject that same name/value into…

didericis-codex created pull request didericis/bot-bottle#265 2026-06-24 22:53:09 -04:00
feat(provider): support startup args settings
didericis-codex created pull request didericis/bot-bottle#248 2026-06-23 00:06:33 -04:00
Fix Codex supervise MCP registration
didericis-codex opened issue didericis/bot-bottle#247 2026-06-23 00:01:27 -04:00
Fix Codex MCP supervise registration after --transport CLI change
didericis-codex commented on pull request didericis/bot-bottle#240 2026-06-22 23:40:22 -04:00
PRD: Commit bottle state to an image

Implemented the smolmachines backend commit flow in 02b38b63f5ee9a65f20b5d5f0f7f983918633594.

Summary:

  • ./cli.py commit <slug> now uses smolvm pack create --from-vm for smolmachines bottles…
didericis-codex commented on pull request didericis/bot-bottle#229 2026-06-10 21:41:58 -04:00
PRD: macOS Container backend

Addressed the remaining review threads in 5498f20 and updated the PR description now that Part II and Part III are merged into this branch.

  • Re: https://gitea.dideric.is/didericis/bot-bottle/pu…
didericis-codex commented on pull request didericis/bot-bottle#231 2026-06-10 21:34:27 -04:00
PRD: macOS Container backend - Part II (launch step)

Re: didericis/bot-bottle#231 (comment)

That value is just a long-lived sleep duration used to keep the detached agent container alive after launch so later…

didericis-codex created pull request didericis/bot-bottle#232 2026-06-10 20:01:36 -04:00
PRD: macOS Container backend - Part III (integration coverage)