Codex Task Title Organizer — project-aware titles without reading transcripts #41898
Replies: 2 comments
|
I read the current hook and the Codex title-tool implementation. One measurement gap is worth making explicit: codex/codex-rs/tui/src/dynamic_tools.rs Lines 784 to 800 in 2b7c279 A privacy-preserving way to evaluate Because the tool result has no previous-value or changed field, label the metric |
|
You're right about that. I'm trying a small I'll run it through the 2/4/10 cases, including manual title edits and a task that really changes direction. If 10 mostly turns into repeat calls, I'll drop it and keep 2/4. Appreciate the nudge. |
Uh oh!
There was an error while loading. Please reload this page.
I built Codex Task Title Organizer, a standalone Codex Desktop plugin for people whose task sidebar fills up with similar-looking titles.
The goal is intentionally narrow: make many tasks easier to scan and return to without reading transcripts or modifying Codex databases.
Default color-block style
Titles follow this shape:
Marker Domain|Project/repository|Work type|Concrete object: purpose or symptomThe package combines a skill with a privacy-conscious
UserPromptSubmitHook:cwdbasename instead of inventing a placeholder ID.Color blocks are the default, but the skill also supports semantic icons and an explicit project-defined custom marker or category mapping in
AGENTS.md.Semantic-icon variant
Privacy boundary
The Hook stores only hashed session/turn identifiers, small counters, and fired checkpoints. It does not persist prompt text, generated titles, transcripts, rollout data, Codex databases, full paths, or project taxonomy.
Install
After installing, restart or refresh Codex, inspect the exact command in
/hooks, and explicitly trust it before automatic checkpoints become active. The current package isv0.4.0; its 14 tests pass locally and the latest Windows/Linux CI run is green.This is an interim workflow rather than a replacement for native title management. It does not add folders, full-text search, task status, or cross-device sync.
Questions for the Codex team and plugin authors
Marker|Project|Work type|Summary, while Codex generates the values and always preserves manually edited titles.2, 4, 10useful or too intrusive?Related native feature requests: #14044 and #40389.
All reactions