From fd08733f751650b93d54c5cecb33556e95e0274d Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Fri, 29 May 2026 20:19:37 +0900 Subject: docs(wishlist): add token usage tracking, queue-not-consumed bug, compaction tool --- wishlist.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3