summaryrefslogtreecommitdiff
path: root/extension/react-app/src/hooks/useContinueGUIProtocol.ts
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-21 15:36:12 -0700
committerTy Dunn <ty@tydunn.com>2023-06-21 15:36:12 -0700
commit559a5301c382934f48c81f476909931a0a0e9b44 (patch)
treee524a302c67527aba3e83bf83715b35cd59dc25e /extension/react-app/src/hooks/useContinueGUIProtocol.ts
parenta1f9bfd25c2df807ccc49be67b0bc0e57321c272 (diff)
downloadsncontinue-559a5301c382934f48c81f476909931a0a0e9b44.tar.gz
sncontinue-559a5301c382934f48c81f476909931a0a0e9b44.tar.bz2
sncontinue-559a5301c382934f48c81f476909931a0a0e9b44.zip
initial ideas
Diffstat (limited to 'extension/react-app/src/hooks/useContinueGUIProtocol.ts')
-rw-r--r--extension/react-app/src/hooks/useContinueGUIProtocol.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/extension/react-app/src/hooks/useContinueGUIProtocol.ts b/extension/react-app/src/hooks/useContinueGUIProtocol.ts
index 59397742..4eb68046 100644
--- a/extension/react-app/src/hooks/useContinueGUIProtocol.ts
+++ b/extension/react-app/src/hooks/useContinueGUIProtocol.ts
@@ -55,6 +55,10 @@ class ContinueGUIClientProtocol extends AbstractContinueGUIClientProtocol {
});
}
+ changeDefaultModel() {
+ this.messenger.send("change_default_model", {});
+ }
+
sendClear() {
this.messenger.send("clear_history", {});
}