trustgraph/ts/packages
elpresidank 4c356cd24c fix(client): use correct put/delete config wire shape
ConfigApi.putConfig and deleteConfig (and the duplicate in FlowsApi) sent
a flat values:[{type,key,value}] array and a keys:{type,key} object —
neither matches the ConfigService schema, which requires keys:[namespace,
...innerKeys] and values:Record<string,unknown>. Every save in the
workbench /mcp-tools page returned `Put requires at least one key
(namespace)`.

putConfig now groups items by type (namespace) and issues one put per
group; deleteConfig sends keys:[type, key].

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 22:16:28 -05:00
..
base feat: fix RAG pipelines, Beep Graph branding, PWA, and ambient glow UI 2026-04-12 10:19:10 -05:00
cli fix: comprehensive QA audit — light mode, accessibility, error handling, code quality 2026-04-07 09:15:59 -05:00
client fix(client): use correct put/delete config wire shape 2026-05-01 22:16:28 -05:00
flow feat: fix RAG pipelines, Beep Graph branding, PWA, and ambient glow UI 2026-04-12 10:19:10 -05:00
mcp fix: comprehensive QA audit — light mode, accessibility, error handling, code quality 2026-04-07 09:15:59 -05:00
workbench feat: fix RAG pipelines, Beep Graph branding, PWA, and ambient glow UI 2026-04-12 10:19:10 -05:00