Skip to content

Release v0.2.1-beta5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jul 04:48

[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)

  • Pass extra args through lazy cast commands (#49)(ef7fef0)

Documentation

  • Enable enforce_admins=true on both protected branches (#47)(7094a82)

Features

  • Add interactive WebSocket terminal mode for(380eef6)

  • Add 'prism setup' command (#48)(461b7f2)

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

  • Enable shell tab completion for all commands (#45)(6c23d9d)

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

  • Dependabot config fix + pyjwt security + deps update (#20)(2487523)

Testing

  • Add cast template integration tests (16 tests) (#38)(81c875f)

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)

  • Set dependabot target-branch to development (#18)(51be909)

  • 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 astral-sh/setup-uv from 5 to 7 (#24)(b093647)

  • Bump actions/upload-artifact from 4 to 7 (#23)(1f4c5ce)

  • Bump actions/deploy-pages from 4 to 5 (#22)(cc764bc)

  • Bump actions/download-artifact from 4 to 8 (#7)(e15f2dc)

  • 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 cryptography from 46.0.5 to 48.0.1 (#9)(955807a)

  • 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 config with 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

  • Native terminal retry fix + development updates (#15)(1b9d5c6)

Testing

  • Add Vagrant Windows integration test suite(f6052ed)

Deps

  • Bump pyjwt from 2.11.0 to 2.13.0 (security release) (#19)(335a70f)

Merge

  • Resolve conflict in terminal.py (keep conn=None guard from development)(4a6b301)

[0.1.3] - 2026-04-21