Files
cyclop/tools
admin 21b0fff6c4 feat(github_tool): add commit_file_patch to support partial line-based edits without uploading entire file content from the caller
- New function commit_file_patch(file_path, commit_message, edits, base_sha=None)
- Applies line-range edits on the current file content and commits the result
- Preserves original newline style and supports insert/replace/delete via ranges
- Prevents committing directly to main and detects stale base via optional base_sha

This enables the agent to send only the minimal edits rather than entire files.
2025-08-09 18:26:07 -05:00
..
2024-08-17 09:28:17 -05:00
2024-08-17 09:28:17 -05:00