sebseb7
|
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.
|
2025-08-21 08:20:38 +00:00 |
|
sebseb7
|
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.
|
2025-08-13 01:57:11 +00:00 |
|
sebseb7
|
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.
|
2025-08-13 00:59:20 +00:00 |
|
sebseb7
|
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.
|
2025-08-12 22:02:01 +00:00 |
|
sebseb7
|
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.
|
2025-08-12 18:34:07 +00:00 |
|
sebseb7
|
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.
|
2025-08-12 02:56:13 +02:00 |
|
sebseb7
|
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.
|
2025-08-12 01:40:32 +02:00 |
|
sebseb7
|
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.
|
2025-08-12 01:36:10 +02:00 |
|
sebseb7
|
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.
|
2025-08-12 00:49:12 +02:00 |
|
sebseb7
|
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.
|
2025-08-12 00:28:18 +02:00 |
|
sebseb7
|
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.
|
2025-08-12 00:23:04 +02:00 |
|
sebseb7
|
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.
|
2025-08-12 00:16:03 +02:00 |
|