• Joined on 2022-11-12
seb pushed to main at seb/toolLooper 2025-08-11 22:23:08 +00:00
83c912d8e0 Refactor terminal input handling in StatVitTerm to improve signal management and process control. Update example.js to streamline output handling and modify command execution flow for better user experience. Enhance environment variable settings for terminal compatibility.
seb pushed to main at seb/toolLooper 2025-08-11 22:16:06 +00:00
697cf74cc3 Integrate terminal input handling into CLI tool using terminal-kit. Implement global key handler for CTRL-C and prompt user for input before initiating the LLM loop. Remove outdated test scripts for improved codebase clarity.
Compare 2 commits »
seb pushed to main at seb/toolLooper 2025-08-11 21:08:03 +00:00
b91c4bf5e7 Enhance test coverage by adding new cases for file listing, reading, and ripgrep functionalities. Implement tests for hidden files, depth handling, and path normalization in list_files tests. Expand read_file tests to cover line skipping and reading from empty files. Improve ripgrep tests with various pattern matching scenarios, including regex handling and file pattern exclusions.
seb pushed to main at seb/toolLooper 2025-08-11 21:05:18 +00:00
15d8e96b49 Enhance testing framework by introducing a unified test runner in run-all.js, allowing for streamlined execution of multiple test scripts. Update package.json to include new test commands for individual test scripts and the consolidated runner. Add comprehensive test cases for list_files, read_file, and ripgrep functionalities, improving overall test coverage and error handling.
seb pushed to main at seb/toolLooper 2025-08-11 20:39:33 +00:00
8645909fd5 Refactor ripgrep tool to use ES module syntax for importing spawnSync, improving consistency with modern JavaScript practices. This change removes the CommonJS require statement, enhancing code clarity.
seb pushed to main at seb/toolLooper 2025-08-11 20:34:45 +00:00
2de276761a Refactor read_file and ripgrep tools to implement file reading and searching functionalities. The read_file tool now validates paths within a restricted directory and handles line skipping and reading limits. The ripgrep tool is implemented to perform pattern searches with optional flags for line numbers and case sensitivity, enhancing search capabilities and error handling.
seb pushed to main at seb/toolLooper 2025-08-11 20:16:28 +00:00
8d23ec53e1 Remove echo.js tool as it is no longer needed for input handling and response generation. This simplifies the codebase by eliminating unused functionality.
seb pushed to main at seb/toolLooper 2025-08-11 19:38:22 +00:00
fc0c0669f8 Refactor path resolution in patch_files.js to simplify handling of absolute file paths and enhance file loading logic to include existing add targets. This improves error detection for file operations.
seb pushed to main at seb/toolLooper 2025-08-11 19:32:42 +00:00
seb pushed to main at seb/toolLooper 2025-08-11 18:04:55 +00:00
c61c088785 Refactor CLI tool to improve logging output and user prompts. Update verbosity settings for better response detail and enhance function call logging. Streamline input handling for improved clarity in AI interactions.
seb pushed to main at seb/toolLooper 2025-08-11 17:51:10 +00:00
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.
seb pushed to main at seb/toolLooper 2025-08-11 15:51:34 +00:00
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.
seb created branch main in seb/toolLooper 2025-08-11 15:29:02 +00:00
seb pushed to main at seb/toolLooper 2025-08-11 15:29:02 +00:00
b26d0d3f7e Update test script in package.json and enhance patch_files.js with chroot support and improved path handling for file operations.
612a4a6b9d Add detailed patch file format documentation to patch_files.js, including instructions for context and code changes.
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.
1737b90db8 Update .gitignore to include .env and tmp directories for better environment management.
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.
seb created repository seb/toolLooper 2025-08-11 15:28:43 +00:00
seb pushed to live at seb/reactShop 2025-08-09 08:06:49 +00:00
2ac9baada0 feat: enhance language support in data fetching across components
seb pushed to master at seb/fibdash 2025-08-08 09:33:01 +00:00
fee9f02faa Enhance Accounting Items Management with JTL Kontierung Integration
seb pushed to master at seb/fibdash 2025-08-08 08:31:37 +00:00
bcd7eea1b4 Update API target and port configuration; upgrade OpenAI model version
seb pushed to main at seb/deployHook 2025-08-06 11:15:21 +00:00
f683f9d80a feat(webhooks): implement version auto-update on prod branch push
seb pushed to master at seb/fibdash 2025-08-06 09:11:28 +00:00
281754de22 Add OpenAI API integration and document processing features