From 266bedf71fe8a54b86af038889522a68bae562a8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 2 May 2026 11:41:44 +0300 Subject: Drop hexai edit; document hexai config only. The CLI now opens the config file only via hexai config (and --config). README, usage, and configuration docs describe the subcommand. Version 0.38.4. Co-authored-by: Cursor --- docs/usage.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/usage.md') diff --git a/docs/usage.md b/docs/usage.md index 096b93a..40e8e82 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -81,6 +81,7 @@ Process text via the configured LLM: - `cat SOMEFILE.txt | hexai` - `hexai 'some prompt text here'` - `cat SOMEFILE.txt | hexai 'some prompt text here'` (stdin and arg are concatenated) +- `hexai config` opens the global config file in `$HEXAI_EDITOR` or `$EDITOR` (use `hexai --config /path/to.toml config` for another file) - `hexai --tps-simulation 12-18` to simulate model output speed without calling a provider Defaults: concise answers. If the prompt asks for commands, Hexai outputs only commands. Add the word `explain` to request a verbose explanation. Exit codes: `0` success, `1` provider/config error, `2` no input`. -- cgit v1.2.3