blun-king-cli 9.1.173 → 9.1.174

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const DEFAULT_MAX_CHARS = 4_000;
3
+ const DEFAULT_MAX_CHARS = 3_000;
4
4
  const DEFAULT_MAX_SECTIONS = 5;
5
5
  const RECENT_USER_MESSAGES = 4;
6
6
  const STOP_WORDS = new Set([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.173",
3
+ "version": "9.1.174",
4
4
  "description": "BLUN CLI - your own AI agent with a Telegram channel. Get it done. With BLUN.",
5
5
  "license": "MIT",
6
6
  "bin": {