·
33 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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
- chore: align Effect usage with maximum tsgo lint by @Kashkovsky in #358
- Return complete memory reads and prepare 4.6.7 by @Kashkovsky in #365
Full Changelog: v4.6.6...v4.6.7