diff options
| author | Adam Malczewski <[email protected]> | 2026-05-29 20:19:37 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-05-29 20:19:37 +0900 |
| commit | fd08733f751650b93d54c5cecb33556e95e0274d (patch) | |
| tree | 0b9ec392f478f01cd8e2cf36f36668cb26c9eee5 | |
| parent | 98eda71da4de34981967c5835251fc79f4e0c26c (diff) | |
| download | dispatch-fd08733f751650b93d54c5cecb33556e95e0274d.tar.gz dispatch-fd08733f751650b93d54c5cecb33556e95e0274d.zip | |
docs(wishlist): add token usage tracking, queue-not-consumed bug, compaction tool
| -rw-r--r-- | wishlist.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wishlist.md b/wishlist.md index 1799aac..43e579b 100644 --- a/wishlist.md +++ b/wishlist.md @@ -18,3 +18,9 @@ - **ntfy push notifications.** Configurable ntfy.sh notifications — ping on chat completion, errors, permission prompts, and other events. Configure topic URL and which events trigger notifications. - **Fix the todo system.** The current task list tool and its UI have bugs or limitations that need addressing. + +- **Track token usage in a tab.** Display token usage (e.g. prompt/completion/total tokens) for the chat within each tab. + +- **Fix queue not being consumed after the AI finishes its turn.** When the AI completes its turn, a queued user message is just attached to the chat without continuing the conversation — the turn ends instead of consuming the queue and generating a response. The queued message should kick off a new turn. + +- **Compaction tool.** A tool to compact/summarize the conversation history to reduce context size while preserving important information.
\ No newline at end of file |
