diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-19 22:11:22 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-19 22:11:22 +0300 |
| commit | 8fa3c76907c3e99e75c5828d9b5642646c81205c (patch) | |
| tree | 75cf350ab4c01000603f7843c6427bc10710c68c /README.md | |
| parent | 9f59e7acd647f9adc0903e9c9655c04495f13a53 (diff) | |
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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
