Plugins: harden bound conversation routing

This commit is contained in:
huntharo
2026-03-15 16:07:56 -04:00
committed by Vincent Koc
parent 4adddbdab3
commit f554b736f5
10 changed files with 775 additions and 99 deletions

View File

@@ -279,6 +279,7 @@ export type PluginCommandContext = {
export type PluginConversationBindingRequestParams = {
summary?: string;
detachHint?: string;
};
export type PluginConversationBinding = {
@@ -293,6 +294,7 @@ export type PluginConversationBinding = {
threadId?: string | number;
boundAt: number;
summary?: string;
detachHint?: string;
};
export type PluginConversationBindingRequestResult =