feat: Add Isolate kit#291
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
:robot_face: AgentKit Structural ValidationNew Contributions Detected
Check Results
🎉 All checks passed! This contribution follows the AgentKit structure. |
|
Failure recorded at 2026-07-24T10:48:07Z UTC. If this PR is not fixed within 4 weeks it will be automatically closed. |
|
@codex review |
Problem
Open-source maintainers often receive bug reports that describe a symptom but omit reliable reproduction steps. Isolate turns those vague reports into evidence that maintainers and coding agents can verify.
What this adds
Trust boundary
Lamatic owns investigation and orchestration. The external runtime owns execution and evidence. The model cannot self-certify a reproduction: only the deterministic
certify_reproductiontool can returnreproduced.Verified
Current Lamatic platform finding
Lamatic Studio successfully discovers all five tools through the saved authenticated MCP connection. Both the standalone MCP node and direct MCP attachment to an AI node currently fail inside the Studio executor with
Code generation from strings disallowed for this context. The same deployed MCP endpoint completes the real Daytona reproduction end to end outside that executor, isolating the remaining failure to the Lamatic execution environment rather than the submitted runtime.Live resources
Status
Draft while the Lamatic Studio execution path and final walkthrough are completed.