• Joined on 2022-11-12
seb pushed to main at seb/toolLooper 2025-08-14 10:22:29 +00:00
9974a78394 Refactor path handling in list_files.js and patch_files.js for improved clarity and consistency. Update error messages to reflect 'root' terminology instead of 'chroot' and enhance path resolution logic for better handling of absolute and relative paths.
seb pushed to main at seb/toolLooper 2025-08-14 10:09:30 +00:00
421b47355b Refactor logging in CLI and ModelDialog to improve clarity by commenting out verbose console outputs. Update function call result logging to include limited arguments and JSON stringification for better readability. Enhance error handling in read_file.js to check for file existence before processing.
seb pushed to main at seb/toolLooper 2025-08-14 09:41:20 +00:00
657b6af993 Enhance output logging in CLI and ModelDialog by integrating chalk for better readability. Update output handling to include detailed reasoning and token information. Refactor message management in ModelDialog to improve response processing and add support for function call arguments. Adjust chroot paths in various tools for consistency.
seb pushed to main at seb/toolLooper 2025-08-13 04:56:43 +00:00
df85e5e603 Enhance terminal functionality in InkApp by implementing a new input handling system. Introduce a command history feature for improved user navigation and streamline the process for submitting commands. Update state management to ensure accurate tracking of user inputs and command history.
seb pushed to main at seb/toolLooper 2025-08-13 01:57:16 +00:00
b49c798fc7 Implement terminal restart functionality and enhance model settings menu in InkApp. Add methods for restarting the terminal and adjusting model settings, improving user interaction and menu navigation. Update state management for better handling of model settings adjustments.
seb pushed to main at seb/toolLooper 2025-08-13 00:59:29 +00:00
83ac8709b7 Refactor CLI and InkApp components for improved functionality and user experience. Update model settings in InkApp, enhance terminal input handling, and streamline dependency management in package.json. Remove unused dependencies and update dotenv version for better environment variable management.
seb pushed to main at seb/toolLooper 2025-08-12 22:08:04 +00:00
58d8c352f3 Add Array.fromAsync polyfill in cli.js for better async iterable support. This enhancement improves compatibility with async data processing in the CLI environment.
14305859de Update devcontainer configuration and enhance terminal handling in InkApp. Change base image to 'devpit:latest' and implement a blinking cursor feature in the terminal display, improving user experience and visual feedback during input.
Compare 2 commits »
seb pushed to main at seb/toolLooper 2025-08-12 20:54:53 +00:00
0815d64802 Add ESLint configuration files and VSCode settings for improved code quality and development experience
seb pushed to main at seb/toolLooper 2025-08-12 18:34:15 +00:00
b515275407 Enhance CLI terminal integration and output handling in InkApp. Introduce terminalService for managing PTY backend, including resizing and updating terminal output. Implement ANSI stripping and tab expansion for accurate line rendering. Improve state management for terminal, logs, and LLM output, ensuring responsive UI updates and error handling during input submission.
seb pushed to main at seb/toolLooper 2025-08-12 05:44:21 +00:00
ac09e4ed08 Update CLI scripts to enhance functionality and error handling. Change shebang in cli-ink.js for improved compatibility with TypeScript. Modify websearch.js to utilize EXA_API_KEY from environment variables, adding error handling for missing keys. Refactor wget.js to use ES module syntax and improve filename generation for downloaded content.
seb pushed to main at seb/toolLooper 2025-08-12 04:36:18 +00:00
62e9754ab0 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.
seb pushed to main at seb/toolLooper 2025-08-12 04:19:28 +00:00
ff3accdc76 Refactor file listing in list_files.js to return structured objects for easier machine parsing and consistent output. Update sorting mechanism to ensure files are sorted by path before returning.
seb pushed to main at seb/toolLooper 2025-08-12 04:14:47 +00:00
60e288454c Refactor CLI input handling in cli.js to streamline the input structure and enhance the OpenAI call process. Introduce a new variable for previous response tracking and update file listing in list_files.js to return sorted file entries directly, improving output consistency.
seb pushed to main at seb/toolLooper 2025-08-12 03:50:19 +00:00
324aea5775 Update chroot path in multiple tools to use '/workspaces/aiTools' for consistent file handling across the codebase.
seb pushed to main at seb/toolLooper 2025-08-12 03:48:32 +00:00
182ccd34ca Adjust text verbosity and reasoning effort in CLI configuration for improved output clarity and performance.
seb pushed to main at seb/toolLooper 2025-08-12 03:42:47 +00:00
7a6c2488da Remove obsolete systemprompt.txt file to streamline the codebase and eliminate unnecessary components.
073d027880 Enhance CLI assistant instructions in cli.js to include detailed tool usage guidelines for improved user interaction. Update input structure to better facilitate user commands and clarify available functionalities.
70fe6fccdb Refactor CLI input handling to ensure userText is passed correctly and improve output formatting in cli.js. Update package.json and package-lock.json to include 'exa-js' dependency for enhanced functionality. Revise systemprompt.txt to clarify tool usage and streamline instructions.
Compare 3 commits »
seb pushed to main at seb/toolLooper 2025-08-12 00:56:16 +00:00
ce6933377a Refactor CLI input handling in cli-ink.js to improve ESC key detection for clean exit. Update InkApp import to .jsx extension and change start:ink script to use tsx for better compatibility. Remove deprecated InkApp.js file to streamline codebase.
seb pushed to main at seb/toolLooper 2025-08-11 23:40:35 +00:00
edf0d3cffb Update package dependencies to include 'ink' and 'ink-text-input' for enhanced terminal UI capabilities. Add new script 'start:ink' for launching the ink-based CLI interface. Clean up example.js by removing unnecessary whitespace for improved readability.
91d28779d6 Update package dependencies to include node-pty for improved terminal handling. Refactor stat-vit-term.js to utilize node-pty for process management and streamline input simulation. Clean up example.js by removing unnecessary input commands.
Compare 2 commits »
seb pushed to main at seb/toolLooper 2025-08-11 22:49:15 +00:00
2c83d402fc Update example.js to add multiple terminal inputs and extend timeout duration. Modify stat-vit-term.js to adjust shell arguments for improved compatibility.
seb pushed to main at seb/toolLooper 2025-08-11 22:28:23 +00:00
e1887980d4 Update example.js to replace 'top' command with 'ping' for improved functionality. Minor formatting adjustment in stat-vit-term.js to enhance code readability.