Raine Virta

Results 54 issues of Raine Virta

This works: ```lua require("csharp").setup() ``` But as soon as you try to set options: ```lua require("csharp").setup({ lsp = { omnisharp = { analyze_open_documents_only = false, cmd_path = "", debug =...

## Environment - Platform (select one): - [x] Anthropic API - Claude CLI version: 1.0.24 - Operating System: macOS - Terminal: Alacritty ## Bug Description Entering files with @ used...

bug
platform:macos
area:tui
perf:memory

``` session_name: helloworld windows: - window_name: dev start_directory: /home/parallels panes: - shell_command: "echo foo" - shell_command: "echo bar" ``` ![Image](https://github.com/user-attachments/assets/ffdf8ecc-6422-4595-830b-709a76eb2cc0) If you press up to get the previous command, there...

Problem: The response schema for LLM responses is created dynamically in the TypeScript code of my application like so: ```typescript const stream = await llmClient.chat.completions.create({ model: CONVERSATION_MODEL_NAME, messages: [ {...