-
Notifications
You must be signed in to change notification settings - Fork 5
fix: checkpoint & update evolt #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
qiuhanWEI
commented
Feb 11, 2026
- Updated the deleteWorkspace method to allow preservation of specified files while deleting others. Adjusted related logic in graph.ts to preserve only the database file, preventing EBUSY errors on Windows. Added tests to verify the new functionality.
- chore: update evoltagent dependency to version 1.1.4
- enhance prompt for better component generataion
| workspaceManager.deleteWorkspace(workspace, ['checkpoint']); | ||
| // Preserve only the database file to avoid EBUSY error on Windows (SQLite lock) | ||
| workspaceManager.deleteWorkspace(workspace, ['checkpoint/coderio-cli.db']); | ||
| logger.printInfoLog('Starting fresh...'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
会不会有问题,比如checkpointer.json没有删掉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
要解决的就是checkpointer.json 没有删掉的问题~
之前是以 Checkpoint 文件夹为维度的,所以 json 文件被保留了,现在细化到只保留 db 文件,删除 json文件
| ✗ DO NOT use \`# filename\` (single hash) | ||
| ✗ DO NOT omit file headers | ||
| ✗ DO NOT use other separators | ||
| </output_format>`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有试过么,感觉改挺多的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
整体意思没有修改,之前的版本比较简洁,gemini 可以理解,但是 anthropic/claude-sonnet-4.5 经常不按约束来返回。现在扩充了一下,细化了返回的格式,sonnet 4.5 能理解