@johpaz/hive-agents 0.0.33 → 0.0.34

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 (3) hide show
  1. package/README.md +16 -16
  2. package/dist/hive.js +11 -11
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -114,7 +114,7 @@ docker run -d \
114
114
  -v hive-data:/root/.hive \
115
115
  --name hive \
116
116
  --restart unless-stopped \
117
- johpaz/hive:0.0.32
117
+ johpaz/hive:0.0.34
118
118
  ```
119
119
 
120
120
  **Variables de entorno disponibles:**
@@ -188,10 +188,10 @@ En el equipo donde tienes conexión a internet:
188
188
 
189
189
  ```bash
190
190
  # Descargar la imagen si no la tienes
191
- docker pull johpaz/hive:0.0.32
191
+ docker pull johpaz/hive:0.0.34
192
192
 
193
193
  # Exportar a archivo tar (cabe en cualquier USB de 512 MB+)
194
- docker save johpaz/hive:0.0.32 -o /media/usb/hive-image.tar
194
+ docker save johpaz/hive:0.0.34 -o /media/usb/hive-image.tar
195
195
  ```
196
196
 
197
197
  **Paso 2 — Crear la estructura en la USB**
@@ -209,7 +209,7 @@ Crea el `docker-compose.yml` en la USB con el volumen apuntando a la USB:
209
209
  ```yaml
210
210
  services:
211
211
  hive:
212
- image: johpaz/hive:0.0.32
212
+ image: johpaz/hive:0.0.34
213
213
  ports:
214
214
  - "18790:18790"
215
215
  volumes:
@@ -288,11 +288,11 @@ Descarga manual de cualquier plataforma o versión específica.
288
288
 
289
289
  | Plataforma | Archivo | Descarga directa |
290
290
  |------------|---------|------------------|
291
- | Linux x64 | `hive-v0.0.32-linux-x64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.32-linux-x64) |
292
- | Linux ARM64 (Raspberry Pi, etc.) | `hive-v0.0.32-linux-arm64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.32-linux-arm64) |
293
- | macOS Apple Silicon (M1/M2/M3/M4) | `hive-v0.0.32-macos-arm64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.32-macos-arm64) |
294
- | macOS Intel | `hive-v0.0.32-macos-x64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.32-macos-x64) |
295
- | Windows x64 | `hive-v0.0.32-windows-x64.exe` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.32-windows-x64.exe) |
291
+ | Linux x64 | `hive-v0.0.34-linux-x64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.34-linux-x64) |
292
+ | Linux ARM64 (Raspberry Pi, etc.) | `hive-v0.0.34-linux-arm64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.34-linux-arm64) |
293
+ | macOS Apple Silicon (M1/M2/M3/M4) | `hive-v0.0.34-macos-arm64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.34-macos-arm64) |
294
+ | macOS Intel | `hive-v0.0.34-macos-x64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.34-macos-x64) |
295
+ | Windows x64 | `hive-v0.0.34-windows-x64.exe` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.34-windows-x64.exe) |
296
296
 
297
297
  > Los links anteriores siempre apuntan a la última versión publicada. Si necesitas una versión específica, visita la [página de releases](https://github.com/johpaz/hive/releases).
298
298
 
@@ -302,7 +302,7 @@ Descarga manual de cualquier plataforma o versión específica.
302
302
 
303
303
  ```bash
304
304
  # 1. Descargar el binario (reemplaza "linux-x64" por "linux-arm64" si es ARM)
305
- curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.32-linux-x64
305
+ curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.34-linux-x64
306
306
 
307
307
  # 2. Dar permisos de ejecución
308
308
  chmod +x hive
@@ -334,7 +334,7 @@ hive start
334
334
 
335
335
  ```bash
336
336
  # 1. Descargar
337
- curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.32-macos-arm64
337
+ curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.34-macos-arm64
338
338
 
339
339
  # 2. Dar permisos de ejecución
340
340
  chmod +x hive
@@ -374,7 +374,7 @@ hive start
374
374
  Igual que Apple Silicon pero descarga `macos-x64`:
375
375
 
376
376
  ```bash
377
- curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.32-macos-x64
377
+ curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.34-macos-x64
378
378
  chmod +x hive
379
379
  xattr -d com.apple.quarantine hive
380
380
  curl -L https://github.com/johpaz/hive/releases/latest/download/ui-dist.tar.gz \
@@ -389,7 +389,7 @@ mkdir -p ~/.hive/ui && cp -r ui-dist/* ~/.hive/ui/
389
389
 
390
390
  **Paso 1 — Descargar el binario**
391
391
 
392
- Descarga [`hive-v0.0.32-windows-x64.exe`](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.32-windows-x64.exe) desde GitHub o desde [hiveagents.io](https://www.hiveagents.io/#installation).
392
+ Descarga [`hive-v0.0.34-windows-x64.exe`](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.34-windows-x64.exe) desde GitHub o desde [hiveagents.io](https://www.hiveagents.io/#installation).
393
393
 
394
394
  **Paso 2 — Windows SmartScreen**
395
395
 
@@ -419,7 +419,7 @@ tar -xzf ui-dist.tar.gz -C "$env:USERPROFILE\.hive\ui"
419
419
  **Paso 4 — Ejecutar**
420
420
 
421
421
  ```powershell
422
- .\hive-v0.0.32-windows-x64.exe start
422
+ .\hive-v0.0.34-windows-x64.exe start
423
423
  ```
424
424
 
425
425
  El navegador se abre automáticamente en `http://localhost:18790`.
@@ -428,7 +428,7 @@ El navegador se abre automáticamente en `http://localhost:18790`.
428
428
 
429
429
  ```powershell
430
430
  # Mover a una carpeta ya en el PATH, por ejemplo:
431
- Move-Item .\hive-v0.0.32-windows-x64.exe C:\Windows\System32\hive.exe
431
+ Move-Item .\hive-v0.0.34-windows-x64.exe C:\Windows\System32\hive.exe
432
432
 
433
433
  # Luego ejecutar desde cualquier lugar:
434
434
  hive start
@@ -479,7 +479,7 @@ El binario standalone es ideal para llevarlo en una USB. Tu agente viaja contigo
479
479
  **Preparar la USB:**
480
480
 
481
481
  ```bash
482
- cp hive-v0.0.32-linux-x64 /media/usb/hive
482
+ cp hive-v0.0.34-linux-x64 /media/usb/hive
483
483
  chmod +x /media/usb/hive
484
484
  cp -r ui-dist/* /media/usb/ui/
485
485
 
package/dist/hive.js CHANGED
@@ -12503,7 +12503,7 @@ function finalize(ctx, schema) {
12503
12503
  result.$schema = "http://json-schema.org/draft-07/schema#";
12504
12504
  } else if (ctx.target === "draft-04") {
12505
12505
  result.$schema = "http://json-schema.org/draft-04/schema#";
12506
- } else if (ctx.target === "openapi-3.0") {} else {}
12506
+ } else if (ctx.target === "openapi-3.0") {}
12507
12507
  if (ctx.external?.uri) {
12508
12508
  const id = ctx.external.registry.get(schema)?.id;
12509
12509
  if (!id)
@@ -12764,7 +12764,7 @@ var formatMap, stringProcessor = (schema, ctx, _json, _params) => {
12764
12764
  if (val === undefined) {
12765
12765
  if (ctx.unrepresentable === "throw") {
12766
12766
  throw new Error("Literal `undefined` cannot be represented in JSON Schema");
12767
- } else {}
12767
+ }
12768
12768
  } else if (typeof val === "bigint") {
12769
12769
  if (ctx.unrepresentable === "throw") {
12770
12770
  throw new Error("BigInt literals cannot be represented in JSON Schema");
@@ -96706,7 +96706,7 @@ var init_pdf = __esm(() => {
96706
96706
  }
96707
96707
  if (this.data.combo) {
96708
96708
  this._setTextStyle(selectElement);
96709
- } else {}
96709
+ }
96710
96710
  this._setBackgroundColor(selectElement);
96711
96711
  this._setDefaultPropertiesFromJS(selectElement);
96712
96712
  this.container.append(selectElement);
@@ -123146,7 +123146,7 @@ var init_pdf2 = __esm(() => {
123146
123146
  }
123147
123147
  if (this.data.combo) {
123148
123148
  this._setTextStyle(selectElement);
123149
- } else {}
123149
+ }
123150
123150
  this._setBackgroundColor(selectElement);
123151
123151
  this._setDefaultPropertiesFromJS(selectElement);
123152
123152
  this.container.append(selectElement);
@@ -162182,7 +162182,7 @@ var require_zipEntries = __commonJS((exports2, module2) => {
162182
162182
  if (this.centralDirRecords !== this.files.length) {
162183
162183
  if (this.centralDirRecords !== 0 && this.files.length === 0) {
162184
162184
  throw new Error("Corrupted zip or bug: expected " + this.centralDirRecords + " records in central dir, got " + this.files.length);
162185
- } else {}
162185
+ }
162186
162186
  }
162187
162187
  },
162188
162188
  readEndOfCentral: function() {
@@ -231831,7 +231831,7 @@ var require_context2 = __commonJS((exports2) => {
231831
231831
  isOld = true;
231832
231832
  break;
231833
231833
  }
231834
- } else {}
231834
+ }
231835
231835
  if (isOld)
231836
231836
  continue;
231837
231837
  if (reaction2.type === "emoji") {
@@ -403065,7 +403065,7 @@ function append(data, historyCache, event, eventData, logger2) {
403065
403065
  delete data.messageUpdates[keyStr];
403066
403066
  }
403067
403067
  }
403068
- } else {}
403068
+ }
403069
403069
  break;
403070
403070
  case "messages.reaction":
403071
403071
  const reactions = eventData;
@@ -442344,7 +442344,7 @@ var require_dbcs_codec = __commonJS((exports2) => {
442344
442344
  if (resCode !== undefined) {
442345
442345
  dbcsCode = resCode;
442346
442346
  nextChar = uCode;
442347
- } else {}
442347
+ }
442348
442348
  }
442349
442349
  seqObj = undefined;
442350
442350
  } else if (uCode >= 0) {
@@ -442409,7 +442409,7 @@ var require_dbcs_codec = __commonJS((exports2) => {
442409
442409
  newBuf[j3++] = dbcsCode >> 8;
442410
442410
  newBuf[j3++] = dbcsCode & 255;
442411
442411
  }
442412
- } else {}
442412
+ }
442413
442413
  this.seqObj = undefined;
442414
442414
  }
442415
442415
  if (this.leadSurrogate !== -1) {
@@ -481138,7 +481138,7 @@ var package_default;
481138
481138
  var init_package = __esm(() => {
481139
481139
  package_default = {
481140
481140
  name: "@johpaz/hive-agents",
481141
- version: "0.0.33",
481141
+ version: "0.0.34",
481142
481142
  description: "Tu colmena de agentes IA. Local-first. Multi-canal. Open source. Construido desde Colombia para el mundo.",
481143
481143
  private: true,
481144
481144
  bin: {
@@ -487937,7 +487937,7 @@ async function start(flags3) {
487937
487937
  \u2551 \u2588\u2588\u2551 \u2588\u2588\u2551\u2588\u2588\u2551 \u255A\u2588\u2588\u2588\u2588\u2554\u255D \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557 \u2551
487938
487938
  \u2551 \u255A\u2550\u255D \u255A\u2550\u255D\u255A\u2550\u255D \u255A\u2550\u2550\u2550\u255D \u255A\u2550\u2550\u2550\u2550\u2550\u2550\u255D \u2551
487939
487939
  \u2551 \u2551
487940
- \u2551 Personal Swarm AI Gateway \u2014 v0.0.32 \u2551
487940
+ \u2551 Personal Swarm AI Gateway \u2014 v0.0.34 \u2551
487941
487941
  \u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D
487942
487942
 
487943
487943
  \uD83D\uDCE6 Installation: ${adapter.name}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@johpaz/hive-agents",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "Hive CLI — Command line interface for the Hive AI Gateway",
5
5
  "bin": {
6
6
  "hive": "./dist/hive.js"
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@clack/prompts": "1.1.0",
24
- "@johpaz/hive-agents-core": "workspace:*",
25
- "@johpaz/hive-agents-code-bridge": "workspace:*",
24
+ "@johpaz/hive-agents-core": "^0.0.34",
25
+ "@johpaz/hive-agents-code-bridge": "^0.0.34",
26
26
  "toon-format-parser": "1.1.3"
27
27
  },
28
28
  "devDependencies": {