antri_cli 1.34.0 → 1.35.0

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.
@@ -5,7 +5,7 @@ import dotenv from 'dotenv';
5
5
  // Load .env if present
6
6
  dotenv.config();
7
7
  const DEFAULT_CONFIG = {
8
- version: '1.34.0',
8
+ version: '1.35.0',
9
9
  provider: 'deepseek',
10
10
  model: 'deepseek-v4-flash-(latest)',
11
11
  mode: 'vibe',
@@ -1,5 +1,5 @@
1
1
  export declare class Updater {
2
- static readonly CURRENT_VERSION = "1.34.0";
2
+ static readonly CURRENT_VERSION = "1.35.0";
3
3
  static readonly PACKAGE_NAME = "antri_cli";
4
4
  /**
5
5
  * Checks for available updates and self-updates the global antri CLI
@@ -4,7 +4,7 @@ import chalk from 'chalk';
4
4
  import ora from 'ora';
5
5
  const execPromise = util.promisify(exec);
6
6
  export class Updater {
7
- static CURRENT_VERSION = '1.34.0';
7
+ static CURRENT_VERSION = '1.35.0';
8
8
  static PACKAGE_NAME = 'antri_cli';
9
9
  /**
10
10
  * Checks for available updates and self-updates the global antri CLI
@@ -15,7 +15,7 @@
15
15
  <header class="app-header">
16
16
  <div class="brand-zone">
17
17
  <span class="logo-mark">ANTRI</span>
18
- <span class="version-tag">v1.34.0</span>
18
+ <span class="version-tag">v1.35.0</span>
19
19
  </div>
20
20
 
21
21
  <!-- Mode Toggle -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antri_cli",
3
- "version": "1.34.0",
3
+ "version": "1.35.0",
4
4
  "description": "ANTRI Code - An intelligent, terminal-first AI coding chatbot, proactive facilitator, and autonomous meta-agent",
5
5
  "type": "module",
6
6
  "bin": {