summaryrefslogtreecommitdiff
path: root/PROJECTSTATUS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-06 15:04:37 +0300
committerPaul Buetow <paul@buetow.org>2025-09-06 15:04:37 +0300
commit7c0266e94378f6121719939c6d53915eb72eed3e (patch)
tree64017871e9516fbe3cf2dfbd63729e790ed1e0ef /PROJECTSTATUS.md
parente2418d22e0ff8d5d8bb883cf38b47dc94a6c308e (diff)
feat(hexai-action): add --infile/--outfile flags; docs and tests\n\n- Add flags to read from file and write to file\n- Refactor IO open into helper for testability\n- Add CLI integration-style test for IO\n- Update README and docs/usage.md with examples\n- Update docs/testing.md with instructions
Diffstat (limited to 'PROJECTSTATUS.md')
-rw-r--r--PROJECTSTATUS.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/PROJECTSTATUS.md b/PROJECTSTATUS.md
index 1f61d5e..5959f31 100644
--- a/PROJECTSTATUS.md
+++ b/PROJECTSTATUS.md
@@ -4,7 +4,7 @@ This documents shows future items and in progress items. Already completed ones
## Features
-### AI menu
+### [/] AI menu
```
[keys.normal]
@@ -23,8 +23,7 @@ And then generate a menu with all the code actions hexai-lsp knows of and includ
### More features
-* [ ] Have all text LLM prompts be configurable. With defaults as of now.
-* [ ] implement a code action for selected code block the way via a unix pipe as faster access in helix
+* [/] implement a code action for selected code block the way via a unix pipe as faster access in helix
- pipe selected code to external command and replace selection with output
- the external command should open a menu to select an action (e.g. "format", "refactor", "explain", "test", etc.) and then apply it to the selected code
- the external menu can be opened in a separate tmux pane