Files
wehub-resource-sync 98e40dac97
CLI Smoke Test / smoke-test-linux (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-linux (24) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (24) (push) Has been cancelled
Expo App TypeScript typecheck / typecheck (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:40:49 +08:00

1.0 KiB

Codex Sources

Reviewed on 2026-03-20.

  • repo: https://github.com/openai/codex
  • checkout: ../happy-adjacent/research/codex
  • commit: ec32866c379405a28b58c0064c857fb60ed3c735

Primary files inspected

  • ../happy-adjacent/research/codex/codex-rs/app-server/README.md
  • ../happy-adjacent/research/codex/codex-rs/app-server-protocol/src/protocol/v2.rs
  • ../happy-adjacent/research/codex/codex-rs/app-server/src/lib.rs
  • ../happy-adjacent/research/codex/codex-rs/app-server/src/transport.rs
  • ../happy-adjacent/research/codex/codex-rs/app-server/src/thread_state.rs
  • ../happy-adjacent/research/codex/codex-rs/app-server/src/codex_message_processor.rs
  • ../happy-adjacent/research/codex/codex-rs/app-server/tests/suite/v2/thread_resume.rs
  • ../happy-adjacent/research/codex/codex-rs/app-server/tests/suite/v2/thread_fork.rs

Notes

  • This is the best typed approval and sandbox protocol surface in the current comparison set.
  • The app-server README is unusually useful and should be revisited as Happy's own protocol evolves.