• Joined on 2022-11-12
seb pushed to master at seb/fibdash 2025-08-23 02:17:22 +00:00
adfcd90dcf Enhance transaction filtering by time range in API
bb610e0480 Add duplicate transaction check in CSV import process
44d6cf6352 Update CSV import queries to include 'pending' status for datevlink field
Compare 3 commits »
seb pushed to main at seb/toolLooper 2025-08-22 22:43:30 +00:00
f43e0af918 Update 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.
seb pushed to main at seb/toolLooper 2025-08-21 13:31:29 +00:00
46c9fe9fac Add 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.
eb3f58b2e6 Refactor 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.
6e8a336143 Enhance message handling in ModelDialog by adding console logging for sent messages and enabling parallel_tool_calls for improved response processing.
839cea7fe6 Update 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.
Compare 4 commits »
seb pushed to master at seb/fibdash 2025-08-21 09:41:23 +00:00
74529d8b19 Enhanced error handling and logging for the DATEV export process.
bd7c6dddbf Enhance CSV import functionality with improved error messaging and logging
Compare 2 commits »
seb pushed to main at seb/toolLooper 2025-08-21 08:33:16 +00:00
131a45e305 Update 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.
7ad5d10378 Update 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.
Compare 3 commits »
seb pushed to master at seb/fibdash 2025-08-15 17:48:49 +00:00
8e8d93e4a6 Implement Google OAuth flow and enhance login functionality
seb pushed to main at seb/toolLooper 2025-08-14 11:01:59 +00:00
3c6bf7184c Refactor 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.
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.