summaryrefslogtreecommitdiff
path: root/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-17 21:09:30 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-17 21:09:30 -0700
commitbd230674bd78425dc0931e6725547faea73c1ee5 (patch)
tree52b6cda3bc6ea4e4d361f96023570c5294b5f41b /extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
parent56c4b2abeb03ded8cb72cad6594ae2f92566f7d5 (diff)
downloadsncontinue-bd230674bd78425dc0931e6725547faea73c1ee5.tar.gz
sncontinue-bd230674bd78425dc0931e6725547faea73c1ee5.tar.bz2
sncontinue-bd230674bd78425dc0931e6725547faea73c1ee5.zip
show exact prompt/completion logs
Diffstat (limited to 'extension/react-app/src/hooks/ContinueGUIClientProtocol.ts')
-rw-r--r--extension/react-app/src/hooks/ContinueGUIClientProtocol.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
index a179c2bf..6c0df8fc 100644
--- a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
+++ b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
@@ -28,6 +28,8 @@ abstract class AbstractContinueGUIClientProtocol {
abstract setPinnedAtIndices(indices: number[]): void;
abstract toggleAddingHighlightedCode(): void;
+
+ abstract showLogsAtIndex(index: number): void;
}
export default AbstractContinueGUIClientProtocol;