[GH-ISSUE #370] Claude Code plans are not included in Agent transcripts #136

Closed
opened 2026-03-02 04:12:10 +03:00 by kerem · 0 comments
Owner

Originally created by @acunniffe on GitHub (Jan 18, 2026).
Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/370

Originally assigned to: @svarlamov on GitHub.

Due to the how Claude Code writes transcripts (as a file, outside the repo), plans are not saved in the transcript

  1. Add a new message type for Plan (might already be stubbed out)
  2. Figure out some way to make sure we capture checkpoints for the plans even though they're not in the repo. We do get tool edit calls for them though, so it is possible.
  3. In the transcript processing logic, replace the plan edit tool call messages with the actual new Plan message type that will contain the new/old state of the plan at that stage.
  4. (reach) implement this for Codex and Cursor as well
  5. Add comprehensive tests for your implementation
Originally created by @acunniffe on GitHub (Jan 18, 2026). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/370 Originally assigned to: @svarlamov on GitHub. Due to the how Claude Code writes transcripts (as a file, outside the repo), plans are not saved in the transcript 1. Add a new message type for Plan (might already be stubbed out) 2. Figure out some way to make sure we capture checkpoints for the plans even though they're not in the repo. We do get tool edit calls for them though, so it is possible. 3. In the transcript processing logic, replace the plan edit tool call messages with the actual new Plan message type that will contain the new/old state of the plan at that stage. 4. (reach) implement this for Codex and Cursor as well 5. Add comprehensive tests for your implementation
kerem closed this issue 2026-03-02 04:12:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#136
No description provided.