summaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-18 09:11:20 +0300
committerPaul Buetow <paul@buetow.org>2025-08-18 09:11:20 +0300
commit3217d2738af345629e7da14c52fa4ee5cb288fe9 (patch)
tree29381af9217aabc8fb9029225bfd7650e8f20717 /IDEAS.md
parent041d1f140436c6fdd223844b04c6592c84951878 (diff)
feat(config): per-provider temperature defaults and docs\n\n- Add , , to config with coding-friendly default 0.2.\n- Wire defaults through providers (OpenAI, Copilot, Ollama).\n- Update CLI and LSP runners to pass configured temperatures.\n- Document temperature behavior and examples in README.\n- Update config.json.example to show new keys.
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 11cae34..a455e7e 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -15,7 +15,8 @@
### New features
-* [ ] Use hexai as a gh copilot... CLI replacemant for command line questions
+* [ ] implement a code action for selected code block the way via a unix pipe as faster access in helix
+* [x] Use hexai as a gh copilot... CLI replacemant for command line questions
* [ ] Resolve diagnostics code action feature
* [X] LSP server to be used with the Helix text editor
* [X] Code completion using LLMs