f43e0af918Update ModelDialog to accept options for model selection and enhance error handling for invalid models. Modify CLI to use the new model configuration and update interrogation command for improved functionality.
main
sebseb7
2025-08-22 22:43:27 +00:00
46c9fe9facAdd pricing structure for token usage in CLI and enhance token handling in ModelDialog. Implement cost breakdown per model based on input, cached, and output tokens, and ensure proper initialization of token counts in usage handling.
sebseb7
2025-08-21 13:31:15 +00:00
eb3f58b2e6Refactor CLI and file handling tools for improved functionality. Update CLI interrogation command for better clarity and adjust logging format. Modify list_files.js to enhance path display logic and update read_file.js schema to allow null values for optional parameters, improving flexibility in file reading operations.
sebseb7
2025-08-21 12:58:14 +00:00
6e8a336143Enhance message handling in ModelDialog by adding console logging for sent messages and enabling parallel_tool_calls for improved response processing.
sebseb7
2025-08-21 12:50:44 +00:00
839cea7fe6Update ModelDialog and list_files.js to enhance functionality. Add parallel_tool_calls option in ModelDialog for improved response handling. Modify list_files.js schema to allow null types for path, depth, and includeHidden properties, and remove required fields for greater flexibility.
sebseb7
2025-08-21 12:41:31 +00:00
131a45e305Update CLI interrogation command for improved file handling and output clarity. Enhance error logging in patch_files.js by integrating chalk for better visibility of patch errors and refining path resolution logic for file updates.
sebseb7
2025-08-21 08:33:00 +00:00
7ad5d10378Update CLI and ModelDialog to enhance functionality and user experience. Modify interrogation command in CLI for improved output generation, adjust model settings in ModelDialog for better reasoning effort, and introduce a new plugin structure in plan.md for LLM integration in Roundcube. Add spinner functionality in InkApp for loading states and improve error handling in read_file.js to ensure proper line breaks in file content output.
sebseb7
2025-08-21 08:20:38 +00:00
3c6bf7184cRefactor path handling in patch_files.js to use user-specified paths for action keys, improving consistency and error messaging. Update CLI to replace commented-out test cases with a new interrogation command in German for business website creation, enhancing functionality.
sebseb7
2025-08-14 11:01:55 +00:00
9974a78394Refactor 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.
sebseb7
2025-08-14 10:22:27 +00:00
421b47355bRefactor 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.
sebseb7
2025-08-14 10:09:24 +00:00
657b6af993Enhance 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.
sebseb7
2025-08-14 09:41:17 +00:00
df85e5e603Enhance 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.
sebseb7
2025-08-13 04:56:39 +00:00
b49c798fc7Implement 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.
sebseb7
2025-08-13 01:57:11 +00:00
83ac8709b7Refactor 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.
sebseb7
2025-08-13 00:59:20 +00:00
58d8c352f3Add Array.fromAsync polyfill in cli.js for better async iterable support. This enhancement improves compatibility with async data processing in the CLI environment.
sebseb7
2025-08-12 22:07:48 +00:00
14305859deUpdate 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.
sebseb7
2025-08-12 22:02:01 +00:00
0815d64802Add ESLint configuration files and VSCode settings for improved code quality and development experience
sebseb7
2025-08-12 20:54:46 +00:00
b515275407Enhance 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.
sebseb7
2025-08-12 18:34:07 +00:00
ac09e4ed08Update 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.
sebseb7
2025-08-12 05:44:17 +00:00
62e9754ab0Refactor 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.
sebseb7
2025-08-12 04:36:15 +00:00
ff3accdc76Refactor 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.
sebseb7
2025-08-12 04:19:25 +00:00
60e288454cRefactor 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.
sebseb7
2025-08-12 04:14:42 +00:00
324aea5775Update chroot path in multiple tools to use '/workspaces/aiTools' for consistent file handling across the codebase.
sebseb7
2025-08-12 03:50:16 +00:00
182ccd34caAdjust text verbosity and reasoning effort in CLI configuration for improved output clarity and performance.
sebseb7
2025-08-12 03:48:30 +00:00
7a6c2488daRemove obsolete systemprompt.txt file to streamline the codebase and eliminate unnecessary components.
sebseb7
2025-08-12 03:42:35 +00:00
073d027880Enhance 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.
sebseb7
2025-08-12 03:42:09 +00:00
70fe6fccdbRefactor 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.
sebseb7
2025-08-12 03:38:23 +00:00
ce6933377aRefactor 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.
sebseb7
2025-08-12 02:56:13 +02:00
edf0d3cffbUpdate 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.
sebseb7
2025-08-12 01:40:32 +02:00
91d28779d6Update 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.
sebseb7
2025-08-12 01:36:10 +02:00
2c83d402fcUpdate example.js to add multiple terminal inputs and extend timeout duration. Modify stat-vit-term.js to adjust shell arguments for improved compatibility.
sebseb7
2025-08-12 00:49:12 +02:00
e1887980d4Update example.js to replace 'top' command with 'ping' for improved functionality. Minor formatting adjustment in stat-vit-term.js to enhance code readability.
sebseb7
2025-08-12 00:28:18 +02:00
83c912d8e0Refactor 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.
sebseb7
2025-08-12 00:23:04 +02:00
697cf74cc3Integrate 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.
sebseb7
2025-08-12 00:16:03 +02:00
b91c4bf5e7Enhance 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.
sebseb7
2025-08-11 23:07:59 +02:00
15d8e96b49Enhance 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.
sebseb7
2025-08-11 23:05:14 +02:00
8645909fd5Refactor 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.
sebseb7
2025-08-11 22:39:25 +02:00
2de276761aRefactor 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.
sebseb7
2025-08-11 22:34:43 +02:00
8d23ec53e1Remove echo.js tool as it is no longer needed for input handling and response generation. This simplifies the codebase by eliminating unused functionality.
sebseb7
2025-08-11 22:16:24 +02:00
fc0c0669f8Refactor 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.
sebseb7
2025-08-11 21:38:17 +02:00
c61c088785Refactor 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.
sebseb7
2025-08-11 20:04:51 +02:00
31b8b5c719Enhance 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.
sebseb7
2025-08-11 19:51:06 +02:00
f21aa45065Enhance 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.
sebseb7
2025-08-11 17:51:28 +02:00
b26d0d3f7eUpdate test script in package.json and enhance patch_files.js with chroot support and improved path handling for file operations.
sebseb7
2025-08-11 17:27:46 +02:00
612a4a6b9dAdd detailed patch file format documentation to patch_files.js, including instructions for context and code changes.
sebseb7
2025-08-11 17:15:43 +02:00
439cdfcfd1Update 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.
sebseb7
2025-08-11 17:12:03 +02:00
1737b90db8Update .gitignore to include .env and tmp directories for better environment management.
sebseb7
2025-08-11 15:55:25 +02:00
70f54684e6Refactor CLI tool to support streaming responses with previous response tracking and update file listing tool schema by removing unnecessary 'chroot' parameter from required fields.
sebseb7
2025-08-11 15:54:58 +02:00
f6f809263cInitial 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.
sebseb7
2025-08-11 15:21:01 +02:00