cascade-ai 0.12.24 → 0.13.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.
package/README.md CHANGED
@@ -63,6 +63,12 @@ Other AI CLIs run a single agent. Cascade runs a visible **organization** — an
63
63
 
64
64
  ## What's New
65
65
 
66
+ ### v0.13.2 — desktop bugfix round
67
+ - **Live streaming, tool approvals, and file creation work again in the app.** The chat reply streams token-by-token on every route (not just Complex), a **tool-approval modal** now pops for dangerous actions (showing the escalation trail), and approved file writes actually land. Dangerous tools always escalate to you — T2/T1 advise but never final-approve.
68
+ - **New Cockpit controls.** A manual **tier override** (Auto / T1 / T2 / T3) pins a run's root tier; **click any node** to open a live detail panel (role, status, stream, peer messages); coordinating workers now draw an animated **peer edge** in the graph.
69
+ - **Smarter auto-routing.** Explicit multi-step build prompts floor to Complex so genuinely complex work engages the full T1→T2→T3 hierarchy instead of stalling at T2.
70
+ - Plus: the session list loads on connect, long model names stay inside the dropdown, "Check for updates" stays calm mid-release, and the landing page fits phones.
71
+
66
72
  ### v0.6 → v0.9.1 — the agentic releases
67
73
  - **v0.9.1 — Workers recruit help.** A T3 worker that discovers its task should fan out can call `request_workers` to have its T2 spawn bounded sibling workers (no recursive 4th tier; depth-capped + budget-bounded).
68
74
  - **v0.9.0 — Resumability, reflection, smarter local exec.** `/continue` resumes a budget-capped task from its partial state; opt-in **reflection** revises a worker's output against the goal; `t3Execution: auto` runs T3 waves sequentially on local/Ollama tiers and parallel on cloud.
@@ -764,8 +770,19 @@ web/
764
770
  | ✓ | T3 text-tool fallback (Ollama support) |
765
771
  | ✓ | Peer communication visualization in dashboard |
766
772
  | ✓ | Conversational fast-path (bypass T1 for simple prompts) |
767
- | 🔜 | VSCode extension (`cascade-vscode`) |
768
- | 🔜 | JetBrains extension (`cascade-jetbrains`) |
773
+ | | Redaction layer secrets/PII stripped from T3 output before it travels upstream |
774
+ | | Per-path privacy tiers (`privacy.paths` — force local models + withhold output for sensitive folders) |
775
+ | ✓ | Tamper-evident audit log (encrypted + hash-chained; `/audit`, `GET /api/audit/verify`) |
776
+ | ✓ | Independent T2-critic reflection loop (`reflection.enabled`) |
777
+ | ✓ | Live steering — `/steer` / desktop Steer bar injects corrections into running workers |
778
+ | ✓ | Session rollback button (desktop) + `/rollback` (CLI) |
779
+ | ✓ | Cost-per-feature attribution (`costByFeature` in results, CLI cost panel, desktop chat) |
780
+ | ✓ | Project world state (encrypted local log feeding T1 planning) |
781
+ | 🔜 | VSCode extension (`cascade-vscode`) — see [docs/ROADMAP.md](docs/ROADMAP.md) |
782
+ | 🔜 | JetBrains extension (`cascade-jetbrains`) — see [docs/ROADMAP.md](docs/ROADMAP.md) |
783
+ | 🔜 | WASM/isolate sandboxing for tool execution — see [docs/ROADMAP.md](docs/ROADMAP.md) |
784
+ | 🔜 | Project knowledge graph (world-state v2) — see [docs/ROADMAP.md](docs/ROADMAP.md) |
785
+ | 🔜 | Multi-plan branching (T1 proposes N plans) — see [docs/ROADMAP.md](docs/ROADMAP.md) |
769
786
  | 🔜 | Cascade Cloud (hosted dashboard) |
770
787
  | 🔜 | Plugin marketplace |
771
788
  | 🔜 | Voice input (STT) |