@jmanuelcorral/openteam 0.24.1 → 0.25.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.
package/README.es.md CHANGED
@@ -735,9 +735,18 @@ JSONL por sesión y la Console los vigila (`fs.watch`) y **agrega**.
735
735
 
736
736
  Muestra en vivo: **uso de tokens registrado y estimaciones de coste por
737
737
  mensaje** (input/output/reasoning/cache), toolcalls con duración, routing
738
- reciente, decisiones, reuniones, progreso, equipo y commits. Solo muestra hashes
739
- de prompt, nunca el texto. Los límites y estimaciones son finitos y auditables,
740
- pero no sustituyen la factura del provider. Se actualiza por **SSE**.
738
+ reciente, decisiones, reuniones, progreso, equipo y commits. La telemetría solo
739
+ contiene hashes de prompt, nunca el texto. Los límites y estimaciones son
740
+ finitos y auditables, pero no sustituyen la factura del provider. Se actualiza
741
+ por **SSE**.
742
+
743
+ **Las conversaciones aparecen por defecto.** Las vistas activas del árbol y
744
+ Logs muestran automáticamente tus prompts, las respuestas visibles de los
745
+ agentes y las interacciones registradas con herramientas, con actualizaciones
746
+ en vivo. Se lee el historial actual de opencode, sin copiar prompts a la
747
+ telemetría. No hace falta activar diagnóstico ni revelar cada agente; un
748
+ `console.sessionHistory.contentEnabled: false` explícito conserva la vista de
749
+ metadatos. Leer contenido no habilita el envío de prompts ni una PTY.
741
750
 
742
751
  Cada pestaña de sesión incluye además una **vista "Sesión"**: una consola por la
743
752
  que puedes **ver la salida en vivo** (SSE) y **enviar prompts** o **responder
@@ -785,7 +794,7 @@ Graph; el DAG separado de Graph sigue el `graph.mode` efectivo. Consulta
785
794
  [Línea de tiempo de agentes](docs/es/guide/agent-timeline.md) y
786
795
  [Web de observabilidad del grafo](docs/es/guide/graph-observability-web.md).
787
796
 
788
- > **Seguridad**: el servidor escucha **solo en loopback** (`127.0.0.1`/`localhost`, validado por Zod) y **nunca expone prompts** (solo `promptHash`), args de toolcall ni contenido de mensajes: solo contadores, costes y resúmenes redactados. La vista "Sesión"/"Terminal" exige el token efímero. Si el puerto está ocupado y `autoPortFallback` es `true`, prueba el siguiente libre. El acceso remoto mediante `openteam tunnel` se **eliminó del MVP** (2026-08-31) y se redefinirá más adelante; la Console no tiene camino de exposición remota integrado.
797
+ > **Seguridad**: el servidor escucha **solo en loopback** (`127.0.0.1`/`localhost`, validado por Zod). Las conversaciones exigen token efímero y validación del workspace exacto, ocultan patrones conocidos de credenciales y usan `no-store`. La telemetría, el ciclo de vida y el estado mantienen solo referencias; no se les copia el texto. El envío de prompts y la PTY conservan permisos independientes. Si el puerto está ocupado y `autoPortFallback` es `true`, se prueba el siguiente libre. El acceso remoto mediante `openteam tunnel` se **eliminó del MVP** (2026-08-31); no existe un camino de exposición remota integrado.
789
798
 
790
799
  **Estabilidad de la interfaz.** La superficie web de la Console es **pre-1.0**: su UI, sus endpoints, el bloque de configuración `console` y el formato de eventos pueden cambiar todavía. El router, los presupuestos, la telemetría y el core de memoria son estables.
791
800
 
@@ -1002,7 +1011,7 @@ Consulta [docs/compatibility.md](docs/compatibility.md). Resumen verificado el `
1002
1011
 
1003
1012
  | Superficie | Versión / contrato |
1004
1013
  | --- | --- |
1005
- | openteam | `0.24.1`; versión actual del paquete |
1014
+ | openteam | `0.25.0`; versión actual del paquete |
1006
1015
  | `@opencode-ai/plugin` | `1.18.19` |
1007
1016
  | `@opencode-ai/sdk` | `1.18.19` |
1008
1017
  | Hook de routing | `chat.message`; no `chat.params` para cambiar modelo |
package/README.md CHANGED
@@ -730,6 +730,13 @@ agent decisions and meetings, orchestration progress, the team, and commits.
730
730
  These controls and estimates are finite/auditable, but they are not provider
731
731
  invoice accounting.
732
732
 
733
+ **Conversations are visible by default.** Active Agent tree and Logs views
734
+ automatically show operator prompts, visible agent responses and recorded tool
735
+ interactions, with live updates. Reads use opencode's current session history,
736
+ not prompt copies in telemetry. No diagnostic flag or per-agent reveal is
737
+ required; explicit `console.sessionHistory.contentEnabled: false` keeps a
738
+ metadata-only view. Content access does not enable terminal input or a PTY.
739
+
733
740
  Each session tab also includes a **"Session" view**: a console where you can **watch the live output** (SSE) and **send prompts** or **answer permissions** for that opencode session, authenticated with an **ephemeral token** per launch. Optionally, with the `terminal.pty` flag, a **"Terminal" view** opens a **real shell** in the workspace via opencode's PTY API (no `node-pty`).
734
741
 
735
742
  ```powershell
@@ -769,7 +776,7 @@ authority; the separate Graph DAG follows the effective `graph.mode`. See
769
776
  [Agent timeline](docs/guide/agent-timeline.md) and
770
777
  [Graph observability web](docs/guide/graph-observability-web.md).
771
778
 
772
- > **Security**: the server listens **on loopback only** (`127.0.0.1`/`localhost`, Zod-validated) and **never exposes prompts** (only `promptHash`), tool-call args or message content only counters, costs and redacted summaries. The "Session"/"Terminal" view requires the ephemeral token. If the port is busy and `autoPortFallback` is `true`, it tries the next free one. Remote access via `openteam tunnel` was **removed from the MVP** (2026-08-31) and will be redefined later; the Console has no built-in remote-exposure path.
779
+ > **Security**: the server listens **on loopback only** (`127.0.0.1`/`localhost`, Zod-validated). Conversation reads require the ephemeral token and exact-workspace validation, mask known credential patterns and use `no-store`. Telemetry/lifecycle/state remain reference-only; conversation text is not copied into them. Session input and PTY retain their separate permissions. If the port is busy and `autoPortFallback` is `true`, the Console tries the next free one. Remote access via `openteam tunnel` was **removed from the MVP** (2026-08-31); there is no built-in remote-exposure path.
773
780
 
774
781
  **Interface stability.** The Console's web surface is **pre-1.0**: its UI, endpoints, `console` config block and event format may still change. The routing, budgets, telemetry and memory core are stable.
775
782
 
@@ -954,7 +961,7 @@ See [docs/compatibility.md](docs/compatibility.md). Verified summary as of `2026
954
961
 
955
962
  | Surface | Version / contract |
956
963
  | --- | --- |
957
- | openteam | `0.24.1`; current package version |
964
+ | openteam | `0.25.0`; current package version |
958
965
  | `@opencode-ai/plugin` | `1.18.19` |
959
966
  | `@opencode-ai/sdk` | `1.18.19` |
960
967
  | Routing hook | `chat.message`; not `chat.params` for model changes |
@@ -34,12 +34,12 @@
34
34
  "idempotent": true
35
35
  },
36
36
  "performance": {
37
- "p95Millis": 0.5172820000000229,
37
+ "p95Millis": 0.4849879999999871,
38
38
  "budgetMillis": 50,
39
39
  "samples": 100
40
40
  }
41
41
  },
42
42
  "verdict": "pass",
43
43
  "failedGates": [],
44
- "digest": "ca432b799decdb8cb51c4dd99513b2a044566f51b959a7a5467ad6c0a49f5ff5"
44
+ "digest": "c3f5875e459a914431dd62d1d51666849fcc9746e37b47b2280b114bad36cb6d"
45
45
  }
@@ -20,7 +20,7 @@
20
20
  "rawFindings": 0
21
21
  },
22
22
  "overhead": {
23
- "p95Millis": 0.37030599999999936,
23
+ "p95Millis": 0.34576800000002095,
24
24
  "budgetMillis": 25,
25
25
  "samples": 1000
26
26
  },
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "verdict": "pass",
37
37
  "failedGates": [],
38
- "digest": "3bf65af9802ad8a0cf385b1c03776445cb6bda020c51ae31d6a6d73b0589fc89"
38
+ "digest": "5a4acec761ee74f67ee576dc55913b3afbd8f6524133d3075022928daa6e8adf"
39
39
  }