diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-17 21:33:45 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-17 21:33:45 +0300 |
| commit | 88103657fb230bb41217a06aa5602ae23e7acb8b (patch) | |
| tree | 524c437e4e40ee5d6713b6ea5414ad975654cc52 /SCRATCHPAD.md | |
| parent | 2b6232704ecc90630196b9f829f966533e5cdccd (diff) | |
feat(stats,tmux): global Σ@window stats across processes with flocked cache; width mitigation (narrow/maxlen); configurable [stats] window_minutes; robust coverage parsing; docs update\n\n- Add internal/stats with windowed event cache + flock + atomic writes\n- Wire stats into LSP/CLI/Tmux Action; tmux shows Σ@window with per-model tail\n- HEXAI_TMUX_STATUS_NARROW and HEXAI_TMUX_STATUS_MAXLEN for width control\n- Add [stats] window_minutes to config and apply on startup\n- Improve Magefile coverage handling; add tests to lift coverage >85%\n- Update docs/tmux.md and config example
Diffstat (limited to 'SCRATCHPAD.md')
| -rw-r--r-- | SCRATCHPAD.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/SCRATCHPAD.md b/SCRATCHPAD.md index afea5aa..d9874bc 100644 --- a/SCRATCHPAD.md +++ b/SCRATCHPAD.md @@ -4,9 +4,12 @@ This document shows future items and items in progress. Already completed ones a ## Features -* [ ] Keep global stats about LLM usage for the tmux pane! -* [ ] No a feature, but verify my OpenAI API account so I can use GPT-5 via the API. -* [ ] In-editor chat triggers should be context aware of the current file, buffer and function! +* [/] Keep global stats about LLM usage for the tmux pane! +* [/] No a feature, but verify my OpenAI API account so I can use GPT-5 via the API. + * [ ] Temperature must by default be 1 for GPT-5 + * [ ] Answers aren't streamed ot th eCLI anymore? + * [ ] GPT-5 is timing out on large responses? + * [ ] Any more tweaks for GPT-5 API? * [ ] Kagi FastGPT for in-editor search - Think about an in-editor chat trigger, maybe with S> for search! * [ ] Test whethe GitHub Copilot support actually works now, and if not, fix it! @@ -25,6 +28,7 @@ This document shows future items and items in progress. Already completed ones a * [/] 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) |
