Commit Graph

474 Commits

Author SHA1 Message Date
Mohamed Boudra
f1df1cdcce Fix Codex MCP file path capture and conversation ID persistence
1. Add input field to file_change timeline items for patch_apply_end
   and threadItemToTimeline so file paths appear in both input/output

2. Fix conversation ID preservation on resume by always setting
   lockConversationId when sessionId exists, and falling back to
   sessionId if conversationId not in metadata

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 13:54:25 +07:00
Mohamed Boudra
31312f5396 Fix Codex MCP typecheck errors and verify thread/item mapping
WHAT:
- Fixed type narrowing for input.patch in closure (codex-mcp-agent.ts:2068)
- Removed unused fileChangeRunning variable (codex-mcp-agent.ts:2383)

RESULT:
- Server typecheck passes
- Thread/item mapping test passes when Codex API is available
- Current test failures are due to API rate limit (429 usage_limit_reached)

EVIDENCE:
- Test passed on first run: "maps thread/item events for file changes,
  MCP tools, web search, and todo lists" (28461ms)
- Debug logging confirmed events flow correctly through handleMcpEvent

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 13:41:36 +07:00
Mohamed Boudra
c816b1f82e Wire codex provider to MCP 2025-12-25 13:12:52 +07:00
Mohamed Boudra
54f1a7c1d7 Verify typecheck and server tests 2025-12-25 13:11:34 +07:00
Mohamed Boudra
381b08120b Fix MCP tool call events for Codex MCP 2025-12-25 13:04:33 +07:00
Mohamed Boudra
65763a70f1 Fix codex-mcp thread item narrowing 2025-12-25 12:38:56 +07:00
Mohamed Boudra
16bce1c3c5 Fix Claude config narrowing 2025-12-25 12:32:29 +07:00
Mohamed Boudra
c771fd986d Fix sanitizeOptionalJson return type 2025-12-25 12:30:27 +07:00
Mohamed Boudra
8261910c37 Set document title on agent screen for web
Adds a useEffect that sets the browser tab title to the agent's title
(or "Agent" as fallback) when viewing an agent. Only runs on web platform.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 12:07:29 +07:00
Mohamed Boudra
3146533438 Review Codex MCP go-live audit 2025-12-25 11:50:28 +07:00
Mohamed Boudra
fe5e86d514 Add agent list sidebar on large screens
Show AgentList as a left sidebar (280px) when viewing an agent on
screens >= 768px wide. The current agent is highlighted with a
primary-colored border and accent background.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 11:43:14 +07:00
Mohamed Boudra
7b00544caa Record typecheck failures 2025-12-25 11:32:57 +07:00
Mohamed Boudra
a1886c08d1 Record e2e rerun results 2025-12-25 11:31:56 +07:00
Mohamed Boudra
3154fb2084 Fix codex-mcp typecheck config typing 2025-12-25 11:25:42 +07:00
Mohamed Boudra
f02d97a851 Remove casts from Claude agent 2025-12-25 11:13:29 +07:00
Mohamed Boudra
efdec18ad3 Remove casts in core agent files 2025-12-25 10:56:25 +07:00
Mohamed Boudra
f5f1410591 Remove Record usage in agent MCP e2e test 2025-12-25 10:47:25 +07:00
Mohamed Boudra
199fb9e70b Audit refactor verification and test results 2025-12-25 10:45:32 +07:00
Mohamed Boudra
4221df1e2d Tighten Codex MCP schema normalization 2025-12-25 01:04:25 +07:00
Mohamed Boudra
e546009190 Review Codex MCP refactor issues 2025-12-25 00:38:17 +07:00
Mohamed Boudra
74ff71c848 refactor codex mcp event typing 2025-12-25 00:34:45 +07:00
Mohamed Boudra
8812107f90 Fix codex mcp web_search timeline output 2025-12-25 00:04:07 +07:00
Mohamed Boudra
27b0218b94 Fix codex mcp tool call mapping 2025-12-25 00:00:59 +07:00
Mohamed Boudra
4ef3766328 Emit read_file timeline items for Codex MCP 2025-12-24 23:53:20 +07:00
Mohamed Boudra
672261872a Fix Codex MCP apply_patch metadata output 2025-12-24 23:50:59 +07:00
Mohamed Boudra
c8988b80d6 test: add codex mcp tool call coverage 2025-12-24 23:44:56 +07:00
Mohamed Boudra
6c48b50442 Add Codex MCP vs Claude parity audit report 2025-12-24 23:36:00 +07:00
Mohamed Boudra
5ce9be1688 Fix Claude test credential setup 2025-12-24 23:31:31 +07:00
Mohamed Boudra
9d3b45475a Fix Claude permission waits and MCP responses 2025-12-24 23:23:16 +07:00
Mohamed Boudra
e41ad30d26 Add Claude permission parity E2E tests 2025-12-24 21:25:33 +07:00
Mohamed Boudra
f1e1bd4780 test: add codex mcp abort latency check 2025-12-24 21:21:34 +07:00
Mohamed Boudra
b752c8a562 Guard agent MCP Claude e2e from hangs 2025-12-24 21:18:25 +07:00
Mohamed Boudra
a4ae93cef0 Fix MCP permission tests for on-request 2025-12-24 21:13:00 +07:00
Mohamed Boudra
ff9b0e6d10 Fix Codex MCP resume conversation metadata 2025-12-24 20:58:28 +07:00
Mohamed Boudra
a6300d358c Fix Codex MCP error timeline on failed turns 2025-12-24 20:41:33 +07:00
Mohamed Boudra
3652f08e3d Fix Codex MCP thread item event normalization 2025-12-24 20:38:23 +07:00
Mohamed Boudra
85af83203d Fix exit code parsing for Codex MCP 2025-12-24 20:33:53 +07:00
Mohamed Boudra
c8f542fbe5 Fix Codex SDK shell command hydration status 2025-12-24 20:31:48 +07:00
Mohamed Boudra
914ee6b390 Run server vitest and log failures 2025-12-24 20:25:33 +07:00
Mohamed Boudra
cb607ecd1d Remove MCP permission gating workarounds 2025-12-24 20:20:56 +07:00
Mohamed Boudra
42ee87cf15 Fix MCP abort test hang 2025-12-24 20:17:52 +07:00
Mohamed Boudra
d0736837ff Fix Codex SDK shell command hydration 2025-12-24 20:13:13 +07:00
Mohamed Boudra
6805b7f2a8 Plan follow-up fixes from E2E results 2025-12-24 20:06:30 +07:00
Mohamed Boudra
b1523321f4 Document MCP provider decision 2025-12-24 20:04:38 +07:00
Mohamed Boudra
fb1ebc4ee6 Log vitest rerun results 2025-12-24 20:02:45 +07:00
Mohamed Boudra
43030b792c Fix MCP permission tests with unsafe command 2025-12-24 19:58:53 +07:00
Mohamed Boudra
8489f35cdd Fix codex persistence shell command hydration 2025-12-24 19:56:33 +07:00
Mohamed Boudra
f9af141d80 Investigate Codex elicitation fix scope 2025-12-24 19:50:35 +07:00
Mohamed Boudra
34d5b75428 Fix codex MCP persistence conversationId metadata 2025-12-24 19:45:02 +07:00
Mohamed Boudra
055a1bcefe Fix error timeline for failed Codex MCP turns 2025-12-24 19:43:05 +07:00