antri_cli 1.57.46 → 1.57.47

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
  export declare class Updater {
2
2
  static readonly PACKAGE_NAME = "antri_cli";
3
- static readonly CURRENT_VERSION = "1.57.46";
3
+ static readonly CURRENT_VERSION = "1.57.47";
4
4
  /**
5
5
  * Fetches latest release version directly from registry.npmjs.org (cache-free)
6
6
  */
@@ -5,7 +5,7 @@ import ora from 'ora';
5
5
  const execPromise = util.promisify(exec);
6
6
  export class Updater {
7
7
  static PACKAGE_NAME = 'antri_cli';
8
- static CURRENT_VERSION = '1.57.46';
8
+ static CURRENT_VERSION = '1.57.47';
9
9
  /**
10
10
  * Fetches latest release version directly from registry.npmjs.org (cache-free)
11
11
  */
@@ -15,7 +15,7 @@
15
15
  <header class="app-header">
16
16
  <div class="brand-zone">
17
17
  <span class="logo-text">ANTRI</span>
18
- <span class="version-tag">v1.57.46</span>
18
+ <span class="version-tag">v1.57.47</span>
19
19
  </div>
20
20
 
21
21
  <!-- Mode Toggle -->
@@ -2554,6 +2554,32 @@ body.antri-app {
2554
2554
  ✨ High-Contrast Luminous Typography & Formatted Markdown for Dark Surfaces
2555
2555
  ========================================================================== */
2556
2556
 
2557
+ .badge-consensus {
2558
+ display: inline-flex;
2559
+ align-items: center;
2560
+ gap: 6px;
2561
+ font-size: 11px;
2562
+ font-weight: 700;
2563
+ padding: 4px 10px;
2564
+ border-radius: 12px;
2565
+ background: rgba(56, 189, 248, 0.12);
2566
+ border: 1px solid rgba(56, 189, 248, 0.35);
2567
+ color: #38bdf8;
2568
+ font-family: var(--font-mono);
2569
+ letter-spacing: 0.5px;
2570
+ }
2571
+
2572
+ .deliverables-header h3 {
2573
+ color: #f8fafc;
2574
+ font-size: 13px;
2575
+ font-weight: 700;
2576
+ margin: 0;
2577
+ }
2578
+
2579
+ .swarm-svg-node text {
2580
+ user-select: none;
2581
+ }
2582
+
2557
2583
  #tab-swarm {
2558
2584
  color: #f1f5f9;
2559
2585
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antri_cli",
3
- "version": "1.57.46",
3
+ "version": "1.57.47",
4
4
  "description": "ANTRI Code - The Autonomous Agentic CLI & Desktop Assistant",
5
5
  "type": "module",
6
6
  "bin": {