Raine Virta
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...
``` session_name: helloworld windows: - window_name: dev start_directory: /home/parallels panes: - shell_command: "echo foo" - shell_command: "echo bar" ```  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: [ {...