summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts
diff options
context:
space:
mode:
authorAllen Hutchison <[email protected]>2025-05-14 12:37:17 -0700
committerGitHub <[email protected]>2025-05-14 12:37:17 -0700
commit1245fe488510975b774816138e4597603851415f (patch)
tree98028ef3a4bb95d55fadc602375d7f1deb551678 /packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts
parent1fa40405ea88dc95e0e2b3df1d63c2d7e7ddc8fb (diff)
This commit introduces the hierarchical memory feature, allowing GEMI… (#327)
Diffstat (limited to 'packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts')
-rw-r--r--packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts b/packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts
new file mode 100644
index 00000000..025eb9a0
--- /dev/null
+++ b/packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts
@@ -0,0 +1,7 @@
+/**
+ * @license
+ * Copyright 2025 Google LLC
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+export const REFRESH_MEMORY_COMMAND_NAME = '/refreshmemory';