[codex] add Rust harness app server#323
Closed
gakonst wants to merge 5 commits into
Closed
Conversation
* wire harness server blocks mode * feat: wire api-rs harness-server workload
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
crates/harness-servernormalizer/wrapper withharness-server codex|claude-code|amp.codex-app-server-protocoltypes from OpenAI Codex and convert Claude Code/Amp native streaming into Codex App Server V2 events.--listen stdio://.harness-developmentskill for future harness backend work and differential debugging.Validation
cargo fmt --manifest-path crates/harness-server/Cargo.tomlcargo test --manifest-path crates/harness-server/Cargo.tomlpython3 /Users/georgios/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/harness-developmentcargo test --manifest-path crates/harness-server/Cargo.toml real_claude_code_long_streaming_is_anchored_to_native_cli -- --ignored --nocapturecargo test --manifest-path crates/harness-server/Cargo.toml real_amp_long_streaming_is_anchored_to_native_cli -- --ignored --nocapturecargo test --manifest-path crates/harness-server/Cargo.toml real_codex_long_streaming_uses_native_app_server_chunks -- --ignored --nocaptureStreaming Evidence
item/agentMessage/deltachunks and the concatenated deltas exactly matcheditem/completed.item.text.item/agentMessage/deltachunks, and concatenated deltas exactly matchitem/completed.item.text.item/agentMessage/deltachunks; the wrapper pass-through preserved many chunks, and concatenated deltas exactly matched the completed item text.Notes
codex/slackbotv2-session-api).