summaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-16 17:51:44 +0300
committerPaul Buetow <paul@buetow.org>2025-08-16 17:51:44 +0300
commit1b01e35c34b953cbf51298f4650dc3215c382a4f (patch)
treed110ee48f9baa382b1906e74f45d42a264351f4c /IDEAS.md
parent77ff5d250ecc5cc8d4a493f4b98c5b82c6b84283 (diff)
feat(logging): add LLM stats (averages and per-minute)v0.0.2
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 5e69daf..de47d6e 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -64,5 +64,15 @@ command = "hexai"
## Prompting
-* Write a new function: `;Implement a function counting the number of files in a directory;`
-* In-place code add: `;Get number of files in a directory;`
+* Write a new function: ``
+* In-place code add: ``
+
+# Summary:
+# - Refactor and modularize code, add unit tests
+# - Address TODOs and improve diagnostics/code actions
+# - Integrate LLM-based code/text completion, code generation, and inline chat
+# - Support multiple LLMs (Ollama, OpenAI, Claude, Gemini)
+# - Enable code block actions (commenting, refactoring)
+# - Provide Helix LSP server integration and usage notes
+# - Facilitate prompting for code generation and actions:w
+