Skip to content

v4.6.7

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 13:06
· 33 commits to main since this release
Immutable release. Only release title and notes can be modified.
68b3c0f

What's new

Threadnote 4.6.7 returns a complete memory from read_context up to 64 KiB, or refuses with an outline instead of paging.

Complete-or-refuse memory reads

read_context now returns the full memory in one shot when it fits in 65,536 UTF-8 bytes. Larger memories fail with an
outline plus mode=outline / section= guidance. There is no first-page tease and no continuation cursor. Recall,
Context Brief, and code-graph budgetTokens are unchanged.

Shared related_to and finalize_code_refs

remember_context accepts shared related_to targets that use a canonical memory URI without a memory_id field.
finalize_code_refs is a core MCP tool so agents can resolve pending code-reference locators after the graph is ready.

What's Changed

Full Changelog: v4.6.6...v4.6.7