♻️ Move semantic conversation parsing to the server#31
Merged
Conversation
93f7294 to
a1c0c33
Compare
Add server-owned semantic row materialization for wrapper-style agent messages and passive Codex events. Introduce typed timeline rows for context, notices, shell commands, and tasks, and add unmatched-wrapper logging so parser gaps are visible in server logs.
Document the new server-driven semantic row families for REST and WebSocket conversation payloads so API.md stays aligned with the current conversation contracts.
a1c0c33 to
f47d6e0
Compare
Remove the old Swift conversation runtime and XML parsing helpers now that the server owns semantic rows. This also moves worker detail rendering onto typed conversation rows and trims unused conversation view surface area.
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
Testing
Notes
make test-unitpasses on the latest branch head (e2853e86)