Commit bcb15d0
release: PRISM v2.7.0
Version bump to 2.7.0 — definitive release.
Changes since v2.6.1:
- Native Ratatui TUI (boot sequence, workspace tabs, sidebar browser, command palette, model picker)
- Tool calling pipeline (LLM → tool → result → LLM responds with real data)
- prism-llm standalone crate (MARC27 SSE proxy + OpenAI compatible)
- Workflow engine (8 step types: set, message, http, tool, if, parallel, workflow + retries)
- Billing CLI (balance, usage, history, prices, Stripe topup)
- Server config on login (default model + MP API key from platform)
- 108 tools verified working (search_materials, knowledge_search, literature_search, etc.)
- Auth fix (was reading stale credentials file)
- Windows build target added
- README rewritten
Platforms: Linux x86_64, macOS ARM64, Windows x86_64
571 tests, 0 clippy warnings.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 43400f8 commit bcb15d0
7 files changed
Lines changed: 138 additions & 195 deletions
File tree
- .github/workflows
- crates/cli/src/tui
- components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
62 | 72 | | |
63 | 73 | | |
64 | 74 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments