didericis
  • Joined on 2025-09-19
didericis commented on pull request didericis/bot-bottle#196 2026-06-05 23:16:03 -04:00
PRD 0053: Egress DLP addon

Anything with a token will already be caught by the token detector. Calling it again in here is silly. Let's do the following instead:

didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-05 23:08:30 -04:00
1c7812fa9f fix: remove unused _yaml_scalar and redundant isinstance guard
didericis commented on pull request didericis/bot-bottle#196 2026-06-05 23:06:24 -04:00
PRD 0053: Egress DLP addon

@didericis-claude yes, open a new issue.

didericis commented on pull request didericis/bot-bottle#196 2026-06-05 22:59:28 -04:00
PRD 0053: Egress DLP addon

Reading through all of egress_apply.py makes me think we should just nix this... if a user needs to change the routes for a bottle (or anything else for the bottle), I think they should just change the bottle config. Couple reasons for that:

didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-05 22:44:57 -04:00
4c60779fac fix: remove unused ScanResult import in test_egress_addon_core
didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-05 22:37:02 -04:00
726713d081 feat(egress): implement PRD 0053 — DLP addon with Gateway API matches
didericis opened issue didericis/bot-bottle#197 2026-06-04 21:10:58 -04:00
Create a quick install script
didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-04 20:53:04 -04:00
5265e25f9b docs: address PR #196 review; update research decisions and PRD
didericis commented on pull request didericis/bot-bottle#196 2026-06-04 20:48:22 -04:00
PRD 0053: Egress DLP addon

Case insensitivity

didericis commented on pull request didericis/bot-bottle#196 2026-06-04 20:48:11 -04:00
PRD 0053: Egress DLP addon

Stick with Gateway API

didericis commented on pull request didericis/bot-bottle#196 2026-06-04 20:47:40 -04:00
PRD 0053: Egress DLP addon

Drop the glob actually, not strictly necessary/can just use regex

didericis commented on pull request didericis/bot-bottle#196 2026-06-04 20:45:50 -04:00
PRD 0053: Egress DLP addon

Treat it as a breaking version bump/do not preserve anything about previous behavior or manifests.

didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-04 20:41:28 -04:00
035ed430ba docs: research on YAML route matching formats (paths, headers, methods)
didericis commented on pull request didericis/bot-bottle#189 2026-06-04 20:36:34 -04:00
PRD 0052: User-defined agent provider plugins

Made other changes/was easier to close and rebase, new PR here didericis/bot-bottle#190

didericis created branch prd-0053-egress-dlp-addon in didericis/bot-bottle 2026-06-04 20:35:04 -04:00
didericis pushed to prd-0053-egress-dlp-addon at didericis/bot-bottle 2026-06-04 20:35:04 -04:00
f145203eee docs: PRD 0053 — egress DLP addon (token, secret, injection detection)
didericis pushed to prd-0052-user-provider-plugins at didericis/bot-bottle 2026-06-04 20:29:41 -04:00
030af02ac1 fix: correct broken imports and fileno() guard after rebase
75af852e27 docs: PRD 0052 — user-defined agent provider plugins
6a2d07d39c refactor: move codex_auth into contrib/codex
eafd1c1fb2 chore: remove outdated JSON manifest and fix stale PRD references
e6ad7ae10e fix(supervise_server): remove unused urllib.parse import
Compare 14 commits »
didericis deleted branch chore/cleanup-historical-artifacts from didericis/bot-bottle 2026-06-04 20:29:24 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-04 20:29:23 -04:00
eafd1c1fb2 chore: remove outdated JSON manifest and fix stale PRD references
didericis merged pull request didericis/bot-bottle#188 2026-06-04 20:29:21 -04:00
chore: remove outdated artifacts and fix stale PRD references