fix(guardian) Dont hard error on feature disable (#18795)

## Summary 
This shouldn't error for now

## Test plan
- [x] Updated unit test
This commit is contained in:
Dylan Hurd
2026-04-20 19:54:39 -07:00
committed by GitHub
Unverified
parent 3d2f123895
commit 58e7605efc
3 changed files with 9 additions and 9 deletions
+1
View File
@@ -7,3 +7,4 @@ codex-rs/app-server-protocol/schema/json/codex_app_server_protocol.schemas.json
codex-rs/app-server-protocol/schema/json/codex_app_server_protocol.v2.schemas.json
codex-rs/tui/tests/fixtures/oss-story.jsonl
codex-rs/tui_app_server/tests/fixtures/oss-story.jsonl
codex-rs/tui/src/app.rs