Refactor CLI output formatting in cli.js to enhance readability by adding line breaks. Comment out verbose logging for OpenAI calls and error handling to reduce console clutter. Update patch_files.js description for clarity on functionality.

This commit is contained in:
sebseb7
2025-08-12 04:36:15 +00:00
parent ff3accdc76
commit 62e9754ab0
3 changed files with 36 additions and 8 deletions

View File

@@ -786,7 +786,7 @@ function remove_file(filepath) {
export default {
type: "function",
name: "patch_files",
description: "Apply a unified diff patch " + desc,
description: "Generic Text File Editor create,edit,delete - Apply a unified diff patch " + desc,
parameters: {
type: "object",
properties: {