Commit graph

1 commit

Author SHA1 Message Date
Yun Chan
08c6504589 feat(supabase): let owners change the prompt of their preset commands
Preset custom_instructions rows are not client-writable, yet the phone runs
every command with the row's prompt. sync_set_builtin_instruction_prompt_v1
changes only the prompt of the caller's preset (NULL restores the default),
sync_list_builtin_instructions_v1 reports whether each prompt is the default,
and the defaults live in one function.
2026-09-27 16:24:25 +09:00