From 7c0266e94378f6121719939c6d53915eb72eed3e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Sep 2025 15:04:37 +0300 Subject: 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 --- PROJECTSTATUS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'PROJECTSTATUS.md') 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 -- cgit v1.2.3