From c5398e43f007458934a625c3e270ae723fd78b62 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Feb 2026 17:44:33 +0200 Subject: Update content for gemtext --- gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi | 4 ++++ .../2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl | 4 ++++ gemfeed/atom.xml | 6 +++++- 3 files changed, 13 insertions(+), 1 deletion(-) (limited to 'gemfeed') diff --git a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi index 67f93801..c2d8d625 100644 --- a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi +++ b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi @@ -81,6 +81,10 @@ And here is the full script. It is a bit ugly since it's shell (written with Cur > Updated 2026-02-02: Script now works on both Linux and macOS; the listing below reflects the latest version. +> Update 2026-02-08: This functionality has been integrated into the hexai project (https://codeberg.org/snonux/hexai) with proper multi-agent support for Cursor Agent, Claude Code CLI, and Ampcode. The hexai version includes unit tests, configuration files, and better agent detection. While still experimental, it's more robust than this shell script. See the hexai-tmux-edit command for details. + +=> https://codeberg.org/snonux/hexai + ```bash #!/usr/bin/env bash set -u -o pipefail diff --git a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl index 4a4d6684..dfa42d50 100644 --- a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl +++ b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl @@ -72,6 +72,10 @@ And here is the full script. It is a bit ugly since it's shell (written with Cur > Updated 2026-02-02: Script now works on both Linux and macOS; the listing below reflects the latest version. +> Update 2026-02-08: This functionality has been integrated into the hexai project (https://codeberg.org/snonux/hexai) with proper multi-agent support for Cursor Agent, Claude Code CLI, and Ampcode. The hexai version includes unit tests, configuration files, and better agent detection. While still experimental, it's more robust than this shell script. See the hexai-tmux-edit command for details. + +=> https://codeberg.org/snonux/hexai + ```bash #!/usr/bin/env bash set -u -o pipefail diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 2be85c5a..546626d9 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2026-02-05T21:36:44+02:00 + 2026-02-08T17:43:20+02:00 foo.zone feed To be in the .zone! @@ -103,6 +103,10 @@ bind-key e run-shell -b "tmux display-message -p '#{pane_id}'
Updated 2026-02-02: Script now works on both Linux and macOS; the listing below reflects the latest version.

+Update 2026-02-08: This functionality has been integrated into the hexai project (https://codeberg.org/snonux/hexai) with proper multi-agent support for Cursor Agent, Claude Code CLI, and Ampcode. The hexai version includes unit tests, configuration files, and better agent detection. While still experimental, it's more robust than this shell script. See the hexai-tmux-edit command for details.
+
+https://codeberg.org/snonux/hexai
+