- Refactor BuildCommand to support session continuation using --continue flag. - Introduce BuildCommandWithContinuation to handle both initial and continuation requests. - Add BuildLastUserMessageJSONL for generating JSONL from the last user message in continuation scenarios. - Enhance Executor to check for existing sessions and adjust command building accordingly. - Update environment setup to ensure session data is stored correctly for persistence. Co-authored-by: Cursor <cursoragent@cursor.com> |
||
|---|---|---|
| .. | ||
| claude | ||
| cursor | ||
| DESIGN.md | ||
| executor.go | ||
| executor_test.go | ||
| integration_test.go | ||
| PLAN.md | ||
| types.go | ||
| types_test.go | ||