summaryrefslogtreecommitdiff
path: root/internal/hexailsp
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-22 23:21:36 +0300
committerPaul Buetow <paul@buetow.org>2025-08-22 23:21:36 +0300
commitc97687cb8a2f7ab578291e707bf6c920c346a8cb (patch)
treee447451ce953353892ebb63df5c350da5f97cb1d /internal/hexailsp
parent6ec565ce315a83dcd17c138d9347055000034bdd (diff)
stuff
Diffstat (limited to 'internal/hexailsp')
-rw-r--r--internal/hexailsp/run.go1
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,
}
}