Change file type from 'agent-action' to 'todo' in chunk processor

Co-authored-by: dallin <dallin@buster.so>
This commit is contained in:
Cursor Agent 2025-07-14 18:49:58 +00:00
parent d42fdd489d
commit 2cf56e895c
1 changed files with 1 additions and 1 deletions

View File

@ -1654,7 +1654,7 @@ export class ChunkProcessor<T extends ToolSet = GenericToolSet> {
files: {
[fileId]: {
id: fileId,
file_type: 'agent-action',
file_type: 'todo',
file_name: 'TODO list',
version_number: 1,
status: 'loading',