Skip to content

Commit 35c8f57

Browse files
committed
release: cut v2.6.1
1 parent 020dc62 commit 35c8f57

7 files changed

Lines changed: 36 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [2.6.0] - 2026-04-04
99

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+
1024
### Added — Rust Agent (prism-agent crate)
1125
- **TAOR agent loop**: Think-Act-Observe-Repeat loop in pure Rust with hooks, permissions, doom loop detection, compaction, and scratchpad logging.
1226
- **10 agent modules**: types, models, transcript, permissions, hooks, scratchpad, session, prompts, agent_loop, protocol — faithfully ported from deleted Python agent.
@@ -197,4 +211,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
197211

198212
### Removed
199213

200-
- **Problematic Test**: The test file `tests/test_ask_command.py` was removed due to persistent, unresolvable issues with mocking.
214+
- **Problematic Test**: The test file `tests/test_ask_command.py` was removed due to persistent, unresolvable issues with mocking.

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = [
2020
resolver = "2"
2121

2222
[workspace.package]
23-
version = "2.6.0"
23+
version = "2.6.1"
2424
edition = "2021"
2525
license = "LicenseRef-MARC27-Dual"
2626
authors = ["MARC27 <team@marc27.com>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<em>MARC27</em>
99
</p>
1010
<p align="center">
11-
<code>v2.6.0</code> &nbsp;|&nbsp; <code>16 Rust crates</code> &nbsp;|&nbsp; <code>494 Rust tests + 551 Python tests</code> &nbsp;|&nbsp; <code>49 tools</code>
11+
<code>v2.6.1</code> &nbsp;|&nbsp; <code>16 Rust crates</code> &nbsp;|&nbsp; <code>494 Rust tests + 551 Python tests</code> &nbsp;|&nbsp; <code>49 tools</code>
1212
</p>
1313

1414
<p align="center">

SPRINT_STATUS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PRISM Sprint Status — Full Audit (2026-04-04)
22

3-
## What's Shipped (v2.6.0)
3+
## What's Shipped (v2.6.1)
44

55
**Rust Agent (crates/agent/) — DONE:**
66
- [x] TAOR agent loop (think-act-observe-repeat)

crates/agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prism-agent"
3-
version = "2.6.0"
3+
version = "2.6.1"
44
edition = "2021"
55

66
[dependencies]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "prism-platform"
7-
version = "2.6.0"
7+
version = "2.6.1"
88
description = "AI-Native Autonomous Materials Discovery Platform"
99
readme = "README.md"
1010
authors = [{ name = "MARC27", email = "team@marc27.com" }]

0 commit comments

Comments
 (0)