@syntero/orca-cli 1.3.43 → 1.3.45

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.
package/dist/tokens.d.ts CHANGED
@@ -8,9 +8,9 @@ export declare const MODEL_CONTEXT_LIMITS: Record<string, number>;
8
8
  /**
9
9
  * Auto-compaction threshold in tokens.
10
10
  * When conversation reaches this size, trigger automatic compaction.
11
- * Set to 150K tokens as requested.
11
+ * Set to 250K tokens as requested.
12
12
  */
13
- export declare const AUTO_COMPACT_THRESHOLD = 150000;
13
+ export declare const AUTO_COMPACT_THRESHOLD = 250000;
14
14
  /**
15
15
  * Estimate the number of tokens in a string.
16
16
  * Uses a simple character-based heuristic.
package/dist/tokens.js CHANGED
@@ -27,9 +27,9 @@ export const MODEL_CONTEXT_LIMITS = (() => {
27
27
  /**
28
28
  * Auto-compaction threshold in tokens.
29
29
  * When conversation reaches this size, trigger automatic compaction.
30
- * Set to 150K tokens as requested.
30
+ * Set to 250K tokens as requested.
31
31
  */
32
- export const AUTO_COMPACT_THRESHOLD = 150000;
32
+ export const AUTO_COMPACT_THRESHOLD = 250000;
33
33
  /**
34
34
  * Estimate the number of tokens in a string.
35
35
  * Uses a simple character-based heuristic.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syntero/orca-cli",
3
- "version": "1.3.43",
3
+ "version": "1.3.45",
4
4
  "description": "LLM-powered deployment troubleshooting assistant for Orca",
5
5
  "type": "module",
6
6
  "bin": {