rari404
rari404
Closes #4885 When the debug console is visible, clicking anywhere on it copies all console logs to the clipboard and shows a toast notification. **Changes:** - Add mouse click handler...
## Summary Add Dockerfile LSP support via dockerfile-language-server-nodejs. ## Changes - Add DockerfileLS LSP server with auto-install from npm - Supports files named `Dockerfile` and files with `.dockerfile` extension ##...
## Summary Add LaTeX LSP support via TexLab language server. ## Changes - Add TexLab LSP server with auto-download from GitHub releases - Add latexindent formatter for .tex files ##...
## Summary Fixes #14919 When users create prompts using the external editor (Ctrl+X), `@file` references were not being automatically loaded. Instead, the LLM had to initiate file reads itself, wasting...
## Summary Implements tokens/second display for assistant messages per #5374. ## Changes - Track `firstToken` timestamp when streaming begins - Display `tok/s` rate next to response duration (only for completed...
Closes #4885 Supersedes #5239 — uses opentui's new `onCopySelection` callback from [sst/opentui#411](https://github.com/sst/opentui/pull/411). ## Changes - Updated `@opentui/core` and `@opentui/solid` to `0.1.61` - Wired `renderer.console.onCopySelection` callback for clipboard integration - Removed...
Implements the background job queue for async subagent delegation (#5887). **Stacked on #5996** — review/merge that first, then rebase this PR. Changes: - `enqueue()` with FIFO queue, deduplication, concurrency limit...
## Phase 4: Rework TaskTool to schedule background execution (fire-and-forget) ### Changes - TaskTool now returns immediately after scheduling child session work via SessionRunner - Added `toolPartID` to Tool.Context for...
Routes async session work through the SessionRunner queue (#5887). **Stacked on #6036** — review/merge that first, then rebase this PR. Changes: - Task tool now uses `SessionRunner.enqueue()` for child sessions...