From 389098da40be1d38e80aa03dab0e57887e5ec5b0 Mon Sep 17 00:00:00 2001 From: Kinzirva <11918573+kinzirva@users.noreply.github.com> Date: Mon, 7 Sep 2026 22:27:10 +0800 Subject: [PATCH] Add Codex Warp tab title workflow --- specs/codex/start_codex_with_warp_tab_titles.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 specs/codex/start_codex_with_warp_tab_titles.yaml diff --git a/specs/codex/start_codex_with_warp_tab_titles.yaml b/specs/codex/start_codex_with_warp_tab_titles.yaml new file mode 100644 index 0000000..5a2d2eb --- /dev/null +++ b/specs/codex/start_codex_with_warp_tab_titles.yaml @@ -0,0 +1,12 @@ +--- +name: Start Codex with Warp tab title status +command: codex --config 'tui.terminal_title=["run-state", "thread-title"]' +tags: + - codex +description: Starts Codex with its run state and thread title shown in the Warp tab title for this session. This does not change the saved Codex configuration. +source_url: "https://github.com/warp-context/rightStage/pull/1" +author: warp-context +author_url: "https://github.com/warp-context" +shells: + - bash + - zsh