@ekkos/cli 1.1.0 → 1.1.1

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.
@@ -433,7 +433,7 @@ const isWindows = os.platform() === 'win32';
433
433
  // 'latest' = use latest version, or specify like '2.1.33' for specific version
434
434
  // Core ekkOS patches (eviction, context management) work with all recent versions
435
435
  // Cosmetic patches may fail on newer versions but don't affect functionality
436
- const PINNED_CLAUDE_VERSION = '2.1.37';
436
+ const PINNED_CLAUDE_VERSION = 'latest';
437
437
  // Max output tokens for Claude responses
438
438
  // Default: 16384 (safe for Sonnet 4.5)
439
439
  // Opus 4.5 supports up to 64k - set EKKOS_MAX_OUTPUT_TOKENS=32768 or =65536 to use higher limits
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekkos/cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Setup ekkOS memory for AI coding assistants (Claude Code, Cursor, Windsurf)",
5
5
  "main": "dist/index.js",
6
6
  "bin": {