diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-02 09:40:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-02 09:40:56 +0300 |
| commit | 1f85356ea2e7244c242fd021694cae8abef3d702 (patch) | |
| tree | 22406a8d7d1d41085f3f1c5367b0c9eea09f8fba /prompts | |
| parent | 7a4294e5094f57d3e75d84579246ce0c3684514a (diff) | |
Remove hexai-tmux-edit references
hexai dropped the tmux-edit popup editor feature; drop the tmux
keybinding, update-tool lists, and the orphaned tmux-edit-send script
that duplicated it but was no longer bound to anything.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'prompts')
| -rw-r--r-- | prompts/skills/rocky-vm-setup/references/tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prompts/skills/rocky-vm-setup/references/tools.md b/prompts/skills/rocky-vm-setup/references/tools.md index c753414..b3307ef 100644 --- a/prompts/skills/rocky-vm-setup/references/tools.md +++ b/prompts/skills/rocky-vm-setup/references/tools.md @@ -52,7 +52,7 @@ fisher install PatrickF1/fzf.fish yes | task >/dev/null 2>&1 # 4. Install Go tooling binaries (run as paul) -for prog in ask hexai hexai-lsp-server hexai-tmux-action hexai-tmux-edit hexai-mcp-server; do +for prog in ask hexai hexai-lsp-server hexai-tmux-action hexai-mcp-server; do go install codeberg.org/snonux/hexai/cmd/$prog@latest done for prog in tasksamurai timesamurai gt; do |
