Skip to content

FastCtx v0.2.3

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jul 20:47

FastCtx v0.2.3 gives a read call room worth its round trip.

Output budgets

  • The default tier now writes tool_output_token_limit = 60000 and takes 54,000 of it. Compact is 20,000 and High is 100,000.
  • Only read grows with the tier. The other four long-output tools get a share sized for each tier, so at the default grep and run hold 10,800 and glob and job_output hold 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 auto returns 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 limit is 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.