summaryrefslogtreecommitdiff
path: root/SCRATCHPAD.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-24 23:21:43 +0300
committerPaul Buetow <paul@buetow.org>2025-09-24 23:21:43 +0300
commitc3c71345db9086392cd9b7529c7f5287009c226e (patch)
treed227894ab900d6050cbe1418984526088a692db5 /SCRATCHPAD.md
parent127844a4ee481590ef53b6777d34bf2114cb3ab1 (diff)
Add runtime config store and reload command
Diffstat (limited to 'SCRATCHPAD.md')
-rw-r--r--SCRATCHPAD.md21
1 files changed, 4 insertions, 17 deletions
diff --git a/SCRATCHPAD.md b/SCRATCHPAD.md
index e03ca81..dba529c 100644
--- a/SCRATCHPAD.md
+++ b/SCRATCHPAD.md
@@ -4,25 +4,12 @@ This document shows future items and items in progress. Already completed ones a
## Features
-* [ ] For in-editor chat add a way to print current hexai status such as
- * active LLM
- * active stats
- * current config printed out
- * could use a special keyword like /status?TRIGGER (e.g. > as TRIGGER)
- * what other slasm commands could we think of?
-* [ ] Be able to switch LLMs ad-hoc.
+* [ ] hexai cli to keep context for the follow-up question/prompt?
+* [/] Be able to switch LLMs ad-hoc by re-reading the config.
## More
-* [ ] Configure hexai-lsp multiple times, but with different LLM backends? E.g. a remote cloud one and a local one?
+* [ ] Exclude the test coverage files from git and wipe them from the history
* [/] Review documentation
* [/] Manual review the code
-* [ ] Useful: https://deepwiki.com/helix-editor/helix/4.3-language-server-protocol
-* [/] Code review with another LLM
-
-## Additional Ideas (Nice to Have)
-
-* **LSP: Inlay Hints (`textDocument/inlayHint`)**: Use AI to provide dynamic, inline hints like inferred types, performance warnings (e.g., `O(n^2)`), or security alerts.
-* **LSP: Hover (`textDocument/hover`)**: Enrich hover popups with AI-generated natural language explanations of code, usage examples, and complexity analysis.
-* **LSP: Semantic Tokens (`textDocument/semanticTokens`)**: Implement semantic tokenization to build a deeper understanding of the code, which would improve the accuracy and context-awareness of all other AI features.
-* **LSP: Rename (`textDocument/rename`)**: Add safe rename capabilities, potentially enhanced with AI to proactively suggest better, more descriptive names for variables and functions.
+* [ ] ASCIInema: Record and share terminal sessions for demos and bug reports