You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Field updates can append to multi-value fields — supertag set-field now exposes Tana Local API's native append mode via --append, and MCP callers can pass mode: "append" to both tana_set_field and tana_set_field_option. Text/content updates and option-field updates now forward mode: "replace" | "append" directly to the Local API. Option updates no longer require a dummy positional value when --option-id is used.