Replies: 4 comments 4 replies
|
@Marten2016 let me see what I can do about this with the deepseek api - thank you! |
0 replies
1 reply
|
This would be a very useful feature for DeepSeek TUI users. Real-time token count is not only a UI improvement — it helps users understand when a conversation is getting close to the context limit, and it also makes long-session cost easier to reason about. A few details could make it more helpful:
For DeepSeek TUI, this could reduce confusion between “the model is worse now” and “the context is overloaded.” It would also help experienced independent developers manage long conversations more deliberately instead of only noticing the problem after responses start degrading or failing. |
0 replies
|
what do you think about using OpenCode as config/interface reference? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Displaying the real-time token count of the current conversation in the TUI status bar, this helps users check if they are approaching the model context limit.
All reactions