glm-5.1 f822d93662 Collapse 8 tools to 2: memory router + memory_compact
All read-only operations now dispatch through a single memory tool that
routes by {tool: "name", args: {...}}. This cuts visible tool count from
8 to 2, significantly reducing context bloat for small models. The
memory_compact tool remains separate as it is a write/mutation operation.
2026-04-21 11:17:34 +00:00
Description
No description provided
211 KiB
Languages
TypeScript 100%