docs(readme): feature fable-5 in the TUI analytics example#495
Merged
Conversation
The README's interactive-TUI screenshot showed a per-model burn-rate breakdown led by opus-4-8 with no fable row — out of step with fable-5 being the current flagship (and the most-used model in practice). Add a fable-5 row at the top and rebalance the shares (still sums to the 247 requests / 100% shown above). Box alignment preserved (all rows 72 cols). Docs-only; no version bump.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The README's interactive-TUI screenshot showed a per-model burn-rate breakdown led by
opus-4-8with no fable row — out of step with fable-5 being the current flagship and, in practice, the most-used model.Added a
fable-5row at the top of the Per-model bars and rebalanced the request shares so they still sum to the 247 requests / 100% shown in the same panel:Box-drawing alignment preserved — every row is 72 code-points like the rest of the panel (verified programmatically). The overage-guard TUI example below still shows
claude-opus-4-8, left as-is since that's a current model and a model-agnostic incident illustration. Docs-only; no version bump (won't trigger auto-release).