mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
wip
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user