FastCtx v0.2.3 gives a read call room worth its round trip.
Output budgets
- The default tier now writes
tool_output_token_limit = 60000and takes 54,000 of it. Compact is 20,000 and High is 100,000. - Only
readgrows with the tier. The other four long-output tools get a share sized for each tier, so at the defaultgrepandrunhold 10,800 andglobandjob_outputhold 5,400 — about what they held before, on a budget three times larger. - A share can be any whole percentage: adjust it with the arrow keys or type one in, and
autoreturns the tool to its tier. Each share is shown beside the token ceiling it resolves to. A share you set survives a tier change; one you never touched follows the tier. - Existing installs get a one-time notice on the next launch and pick up the new defaults after one re-apply.
Reading
- A text read that omits
limitis no longer cut off at 2,000 lines. The output budget is the only ceiling, so a file that fits comes back whole in one call. Explicit paging is unchanged.