callstack / ai-cli

AI assistant in your terminal.
https://callstack.github.io/ai-cli/
MIT License
21 stars 0 forks source link

feat: show stats #16

Closed mdjastrzebski closed 6 months ago

mdjastrzebski commented 6 months ago

Summary

Display usage stats: response time and used tokens.

Control:

Test plan

User testing.

Q1w1N commented 6 months ago

I tested that, and it would be really awesome if stats could be also displayed retroactively. So if all of previous messages could get stats next to them as well (not sure if easily achievable, but would be amazing)

mdjastrzebski commented 6 months ago

Redisplaying all previous messages, would involve modifying the previous terminal lines (potentially also above the scroll). Not sure how difficult is that. If you want, we could do it later as a nice-to-have feature