Commit Graph

8 Commits

Author SHA1 Message Date
sebseb7
31b8b5c719 Enhance CLI tool with usage rendering and indented output formatting. Update user prompt for improved clarity and adjust verbosity settings. Modify file listing to return JSON strings for consistent output. 2025-08-11 19:51:06 +02:00
sebseb7
f21aa45065 Enhance file handling in list_files.js and patch_files.js by auto-creating chroot directories, improving path normalization, and refining error handling for file operations. 2025-08-11 17:51:28 +02:00
sebseb7
b26d0d3f7e Update test script in package.json and enhance patch_files.js with chroot support and improved path handling for file operations. 2025-08-11 17:27:46 +02:00
sebseb7
612a4a6b9d Add detailed patch file format documentation to patch_files.js, including instructions for context and code changes. 2025-08-11 17:15:43 +02:00
sebseb7
439cdfcfd1 Update CLI tool to modify user prompt for file creation, change model to 'gpt-5-mini', and adjust verbosity levels for text and reasoning. Enable output logging for function call results and deltas. 2025-08-11 17:12:03 +02:00
sebseb7
1737b90db8 Update .gitignore to include .env and tmp directories for better environment management. 2025-08-11 15:55:25 +02:00
sebseb7
70f54684e6 Refactor CLI tool to support streaming responses with previous response tracking and update file listing tool schema by removing unnecessary 'chroot' parameter from required fields. 2025-08-11 15:54:58 +02:00
sebseb7
f6f809263c Initial commit: Add CLI tool with OpenAI integration, including file listing and echo functionalities. Introduce package.json for dependencies and scripts, and system prompt for AI behavior. 2025-08-11 15:21:01 +02:00