Removed compact command changes from elsewhere

This commit is contained in:
Luke K (pr-0f3t)
2026-01-08 10:41:09 -05:00
parent 8445c9a5e8
commit 713eb898f6
3 changed files with 0 additions and 17 deletions

View File

@@ -72,14 +72,6 @@ const CHAT_COMMANDS: ChatCommandDefinition[] = [
description: "Start a new session.",
textAliases: ["/new"],
},
{
key: "compact",
nativeName: "compact",
description: "Compact the current session context.",
textAliases: ["/compact"],
acceptsArgs: true,
supportsNative: false,
},
{
key: "think",
nativeName: "think",