Release v0.2.1-beta7
Pre-release[0.2.1-beta7] - 2026-07-19
Bug Fixes
- Correct wizard image aspect ratios in Inno Setup installer(58473d9)
[0.2.1-beta6] - 2026-07-19
Features
- Add Ctrl+C interrupt, multi-line editing, namespace tracking(6c40f54)
Styling
- Ruff format(7b1d393)
[0.2.1-beta5] - 2026-07-19
Bug Fixes
- Strip full ANSI escape sequences from IRIS output(8f7e6a3)
[0.2.1-beta4] - 2026-07-19
Bug Fixes
-
Wrap prompt in ANSI() to prevent ^[ escape character display(d910fe5)
-
ci: Pin IRIS Docker image to 2025.3 instead of latest(de7634f)
-
Use dynamic API version from server instead of hardcoded v8(f9bbbba)
-
Handle read messages, Windows headless fallback, EOFError(f324901)
Documentation
Features
Miscellaneous
-
Remove stray file(c5b59a5)
-
ci: Remove changelog workflow that caused non-fast-forward push failures(7326672)
Release
[0.2.1-beta1] - 2026-07-16
Features
Release
[0.2.0] - 2026-07-16
Bug Fixes
-
PyInstaller fastmcp metadata crash + add --version flag (#39)(28347e1)
-
Consolidate pre-release commits in stable release notes (#36)(19c5805)
-
Remove changelog workflow, generate notes on release instead (#35)(7e35f9a)
-
ci: Inno Setup installer + changelog on dev push + typer dep (#30)(2602442)
Features
-
Add Prism logo icons to Windows builds + minimal installer (#37)(495b6f7)
-
Add prism index for token-efficient code indexing (#32)(3639b68)
-
Add prism cast — custom command plugin system (#33)(a44b029)
Sync
Testing
Merge
- Sync main into development(f519de5)
Release
[0.2.0-beta.1] - 2026-07-15
Bug Fixes
-
ci: Add Inno Setup installer to Windows build(5cf3971)
-
ci: Changelog workflow creates PR instead of pushing to main(ab0a26e)
-
Add typer to dependencies (was missing from pyproject.toml)(06bec4e)
-
Move _connect inside try/except for license error retry (#14)(95b96f2)
-
Resolve PyInstaller runtime issues with iris native API and terminal(c29e482)
CI/CD
-
Bump actions/upload-pages-artifact from 3 to 5 (#4)(ef7882c)
-
Add GitHub Actions workflows for testing and releases (#1)(3cbbff5)
-
Add security policy, dependabot, issue/PR templates(f3296ff)
-
Add GitHub Pages workflow for MkDocs documentation(e1cb8cc)
-
Add GitHub Actions workflow for lint and tests(d4778ab)
Dependencies
-
deps: Bump python-multipart from 0.0.22 to 0.0.31 (#11)(8b635d0)
-
deps: Bump GitHub Actions and pydantic-settings (#17)(9d094d5)
Documentation
-
Review and update documentation, add integration tests (#21)(bc33d4f)
-
Add comprehensive testing guide(23060ea)
-
Add PowerShell quoting guide to prism-iris-tools skill(9182867)
Features
-
config: Expand
prism configwith full setting coverage and reset modes(d1aaf5a) -
Add TOON output format support for CLI and MCP tools(1c8c799)
Miscellaneous
-
Bump version to 0.2.0(7cda0a2)
-
Update PyInstaller build script for iris native modules(24d9004)
-
Bump version to 0.1.5(26174b2)
Refactoring
- Consolidate settings on pydantic-settings(210fb4a)
Sync
Testing
- Add Vagrant Windows integration test suite(f6052ed)
Deps
Merge
- Resolve conflict in terminal.py (keep conn=None guard from development)(4a6b301)