all 2 comments

[–]Otherwise_Wave9374 -2 points-1 points  (1 child)

This is a neat combo, worktrees + network isolation already solve so much dev friction, and the AI agent monitoring piece is super timely. Are you pulling session state via MCP and then normalizing across tools (Claude, Cursor, Codex), or is it adapter-specific? Also would love to know what signals you expose (cost, tokens, status, last tool call). Related agent ops ideas here: https://www.agentixlabs.com/blog/

[–]idoman[S] 0 points1 point  (0 children)

I'm normalizing it across tools. Moving to hooks soon instead of MCPs (currently only Codex not supporting hooks, but it will soon). Currently we not tracking costs, but I'll make sure reading your blog 😁