From 8fa3c76907c3e99e75c5828d9b5642646c81205c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 19 Aug 2025 22:11:22 +0300 Subject: lsp: include space in trigger characters and allow space-triggered completions\n\n- Defaults now include space (" ") in trigger list\n- Prefix heuristic treats space as structural trigger (no min-prefix required)\n- README and config example updated\n- Tests: add coverage for space trigger --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e9c53c5..fe70232 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Hexai exposes a simple LLM provider interface. It supports OpenAI, GitHub Copilo "max_context_tokens": 4000, "log_preview_limit": 100, "no_disk_io": true, - "trigger_characters": [".", ":", "/", "_", ";", "?"], + "trigger_characters": [".", ":", "/", "_", " " ], "coding_temperature": 0.2, "provider": "ollama", "copilot_model": "gpt-4o-mini", -- cgit v1.2.3