tsunami-code 2.5.1 → 2.5.2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -8,7 +8,7 @@ import { agentLoop } from './lib/loop.js';
8
8
  import { buildSystemPrompt } from './lib/prompt.js';
9
9
  import { runPreflight } from './lib/preflight.js';
10
10
 
11
- const VERSION = '2.5.1';
11
+ const VERSION = '2.5.2';
12
12
  const CONFIG_DIR = join(os.homedir(), '.tsunami-code');
13
13
  const CONFIG_FILE = join(CONFIG_DIR, 'config.json');
14
14
  const DEFAULT_SERVER = 'https://radiometric-reita-amuck.ngrok-free.dev';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tsunami-code",
3
- "version": "2.5.1",
4
- "description": "Tsunami Code CLI — AI coding agent powered by open-source models",
3
+ "version": "2.5.2",
4
+ "description": "Tsunami Code CLI — AI coding agent by Keystone World Management Navy Seal Unit XI3",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "tsunami": "index.js"