mecatui: incorrect context-window sizes in /models and the info bar
@JAORMX is already working on this.
Since Sep 10, 2026.
- Dominant language
- Go
- Stars
- 152
- Forks
- 16
- Avg merge
- 14h 48m
- Merged PRs (30d)
- 536
Description
Version
v0.0.23-23-ga4c2d008
Description
Model context-window sizes are displayed incorrectly in both the /models list and the info bar after selecting a model.
For example, Astra is shown with a 128K-token context window, whereas its context window is 1.05M tokens.
Steps to reproduce
- Open mecatui.
- Run
/models. - Inspect the context-window size displayed for Astra.
- Select Astra and inspect the context-window size in the info bar.
Actual behavior
Both the /models list and the info bar display Astra’s context window as 128K tokens.
Expected behavior
Both surfaces should display Astra’s context window as 1.05M tokens. Other models should likewise show accurate context-window sizes.
Impact
Incorrect context limits make it difficult to compare models, select one with sufficient capacity, and understand the available context for the active model.
Screenshot
To be added by the reporter after filing.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.