Merge pull request #504 from buster-so/cursor/update-chunk-processor-to-return-todo-file-type-2cfa

Update chunk processor to return todo file type
This commit is contained in:
dal 2025-07-14 11:57:54 -07:00 committed by GitHub
commit 2fda3a6802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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',