test(cockpit-deep-agents): aimock e2e for all 6 caps (Task #4 final product line)#484
Merged
Conversation
Final product line. Brings cockpit aimock coverage to 24 of 32 caps (75%). All 6 deep-agents caps use composed <chat>, same shape as the langgraph caps: - da-planning, da-filesystem, da-subagents, da-memory, da-skills, da-sandboxes. Fixtures recorded via scripts/record-aimock-cap.sh; specs send "Hello" and assert the assistant bubble renders (smoke-level end-to-end coverage per cap). Registry + proxy changes: adds pythonPort to all 6 deep-agents caps (5310-5315) and aligns proxy.conf.json with the new ports. Same convention chat and langgraph caps follow. Coverage after this PR + #483 (render gap doc) merging: - Chat: 10/11 + c-debug documented = 11/11 handled. - Langgraph: 8/8. - Deep-agents: 6/6. - Render: 0/6 (aimock not applicable; documented in #483). - ag-ui-streaming: 0/1 (no Python backend by design). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Final product line. Brings cockpit aimock coverage to 24 of 32 caps (75%). All 6 deep-agents caps use composed `` (same shape as the langgraph caps); fixtures recorded via the shared `scripts/record-aimock-cap.sh` recorder.
Caps shipped
Approach
Same flow that proved out across chat + langgraph batches:
Coverage map after this PR + #483 merging
Test plan
🤖 Generated with Claude Code