More slash commands (#5858)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2025-12-16 19:26:49 -05:00
committed by GitHub
parent 07de82ba9b
commit fd9582a45f
7 changed files with 454 additions and 82 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ const TOKEN_LIMIT_DEFAULT = 128000; // fallback for custom models that the backe
const TOOLS_MAX_SUGGESTED = 60; // max number of tools before we show a warning
// Manual compact trigger message - must match backend constant
const MANUAL_COMPACT_TRIGGER = 'Please compact this conversation';
const MANUAL_COMPACT_TRIGGER = '/compact';
interface ModelLimit {
pattern: string;