This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 19:35:54 -07:00
parent cba2c91fce
commit 47d967d44d
3 changed files with 9 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
id: 30
title: Non-Fullscreen Scrollback Mode with Native Terminal Scroll
status: Not started # one of: Not started, Started, Needs manual review, Done, Cancelled
dependencies: "03,06,08,13,15,32,18,19,22,23"
summary: Offer a non-fullscreen TUI mode that appends conversation output and defers scrolling to the terminal scrollback.
goal: |
Provide an optional non-fullscreen mode for the chat UI where:

View File

@@ -2,6 +2,7 @@
id: 31
title: Display Remaining Context Percentage in codex-rs TUI
status: Not started # one of: Not started, Started, Needs manual review, Done, Cancelled
dependencies: "03,06,08,13,15,32,18,19,22,23"
summary: Show a live "x% context left" indicator in the TUI (Rust) to inform users of remaining model context buffer.
goal: |
Enhance the codex-rs TUI by adding a status indicator that displays the percentage of model context buffer remaining (e.g. "75% context left"). Update this indicator dynamically as the conversation progresses.

View File

@@ -3,10 +3,13 @@
# Valid status values: Not started | Started | Needs manual review | Done | Cancelled
---
id: <NN>
title: <Task Title>
status: Not started # one of: Not started, Started, Needs manual review, Done, Cancelled
summary: Brief summary of current status.
---
id = "<NN>"
title = "<Task Title>"
status = "<<<!!! MANAGER: SET VALID STATUS !!!>>>"
summary = "Brief summary of current status."
dependencies = "<<<!!! MANAGER: POPULATE THIS WHEN CREATING TASK !!!>>>"
last_updated = "<timestamp in ISO format>"
goal: |
Describe the objective of the task here.
---