Summarize into new chat suggested action (#34)

This commit is contained in:
Will Chen
2025-04-28 16:14:12 -07:00
committed by GitHub
parent 0d441b15ca
commit 9fb5439ecf
8 changed files with 189 additions and 48 deletions

View File

@@ -156,7 +156,7 @@ export interface CodeProposal {
}
export interface SuggestedAction {
id: "restart-app";
id: "restart-app" | "summarize-in-new-chat";
}
export interface ActionProposal {