You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [2.6.0] - 2026-04-04
9
9
10
+
## [2.6.1] - 2026-04-06
11
+
12
+
### Added
13
+
- Native PRISM command/tool parity across the Rust agent, CLI, and TUI, including typed surfaces for workflow, deploy, discourse, ingest, models, run, publish, and node flows.
14
+
- Live platform discovery integration for agent capabilities, knowledge capabilities, and project-scoped hosted LLM models.
15
+
- External MCP tool loading in the merged catalog used by `prism tools`, the Rust agent, and the TUI permission/editor flow.
16
+
- Node-side deployment lifecycle handling plus platform-aligned node public-key and E2EE exchange support.
17
+
18
+
### Changed
19
+
- The shell/TUI now renders grouped turns, inline approvals, structured command views, and richer status/session/plan screens.
20
+
-`prism ingest` now uses one unified command shape for local and platform-backed ingestion, including PDF routing and corpus-aware status reporting.
21
+
- The PM dashboard is wired to live PRISM data and the native release pipeline ships the real dashboard and standalone TUI binaries.
22
+
- CLI node key fetch/exchange now honor env-based MARC27 auth in the same way as the rest of the platform-backed command surface.
23
+
10
24
### Added — Rust Agent (prism-agent crate)
11
25
-**TAOR agent loop**: Think-Act-Observe-Repeat loop in pure Rust with hooks, permissions, doom loop detection, compaction, and scratchpad logging.
0 commit comments