diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-22 23:21:36 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-22 23:21:36 +0300 |
| commit | c97687cb8a2f7ab578291e707bf6c920c346a8cb (patch) | |
| tree | e447451ce953353892ebb63df5c350da5f97cb1d /internal/hexailsp | |
| parent | 6ec565ce315a83dcd17c138d9347055000034bdd (diff) | |
stuff
Diffstat (limited to 'internal/hexailsp')
| -rw-r--r-- | internal/hexailsp/run.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/hexailsp/run.go b/internal/hexailsp/run.go index 366d71c..4700f27 100644 --- a/internal/hexailsp/run.go +++ b/internal/hexailsp/run.go @@ -115,5 +115,6 @@ func makeServerOptions(cfg appconfig.App, logContext bool, client llm.Client) ls CodingTemperature: cfg.CodingTemperature, Client: client, TriggerCharacters: cfg.TriggerCharacters, + ManualInvokeMinPrefix: cfg.ManualInvokeMinPrefix, } } |
