Releases: PythonIaMath/PromptRail-Plugins
Releases · PythonIaMath/PromptRail-Plugins
Release list
v1.3.1
Patch Changes
- Route every Claude Code inference request through the production LFM2 model-tier and ArchRouter thinking worker. The router now selects and applies the Claude model and effort together, preserves compact prior-turn context, and displays both choices in the submitted-prompt hook.
v1.3.0
Minor Changes
- Add contextual model and thinking routing for Codex. Each request is independently routed with the current prompt and the previous user and assistant turn, while preserving the user's native Luna, Terra, and Sol models.
- Add the co-located LFM2 model-tier and ArchRouter reasoning-grade worker, including multi-turn routing benchmarks and regression coverage.
v1.2.2
Patch Changes
- 20b7783: Link the installer documentation directly to the PromptRail access-token page.
v1.2.1
Patch Changes
- 7233cb6: Add the PromptRail plugins page link to the published Codex and Claude plugin descriptions.
v1.2.0
Minor Changes
- 9e5bc09: Improve Codex effort selection by reserving
nonefor genuinely trivial prompts and providing ArchRouter with the previous user prompt and assistant reasoning summary when available.
v1.1.2
Patch Changes
- 34ebdb2: Keep Claude Code sessions that were already running during installation working by grading their latest user prompt directly when no hook-selected route is cached.
v1.1.1
Patch Changes
- Include the Claude Code marketplace manifest in the published npm package.
v1.1.0
Minor Changes
- Automate npm releases, package versioning, and changelog updates with Changesets.
All notable changes to PromptRail Plugins are documented here.