buster/packages/sandbox
dal 8eaf47c137
feat: implement git checkpoint functionality for file operations
- Added support for creating git commits after successful file operations in the file tools (create, delete, edit).
- Introduced `what_i_did` parameter in file operation schemas to allow users to provide descriptions for git commits.
- Implemented `createGitCheckpoint` function to handle git commit logic, including error handling for various scenarios.
- Enhanced existing file tools to utilize the new git checkpoint feature, improving workflow efficiency and version control.
- Added unit tests for the git checkpoint functionality to ensure reliability and correctness.

These changes enhance the documentation agent's capabilities by integrating version control directly into file operations, streamlining the documentation process.
2025-07-31 15:25:47 -06:00
..
scripts Use tsx and .ts files for validation 2025-07-21 16:07:14 -06:00
src feat: implement git checkpoint functionality for file operations 2025-07-31 15:25:47 -06:00
.env.example env vars 2025-07-18 14:32:12 -06:00
.gitignore no dist 2025-07-20 22:45:50 -06:00
CLAUDE.md refactor: remove unused test setup files and helper functions to streamline testing process 2025-07-28 08:48:48 -06:00
biome.json initial commit of daytona package 2025-07-18 14:26:46 -06:00
env.d.ts env vars 2025-07-18 14:32:12 -06:00
package.json dry run 2025-07-25 18:29:35 -06:00
tsconfig.json initial commit of daytona package 2025-07-18 14:26:46 -06:00
vitest.config.ts initial commit of daytona package 2025-07-18 14:26:46 -06:00