Releases: rachidlaad/uxarion
Release list
Uxarion 0.3.1
Uxarion 0.3.1
- add GPT-5.5 to the bundled OpenAI model catalog and make it the default OpenAI picker option
- raise the OpenAI backend compatibility client version to 0.124.0 so GPT-5.5 is discoverable without changing the public Uxarion versioning scheme
- bump package and runtime versions to 0.3.1
Uxarion 0.3.0
Uxarion 0.3.0 release.
- Adds provider-aware auth and model selection for OpenAI/Codex, Claude (Anthropic), Ollama, and LM Studio.
- Adds Anthropic Messages API support with function-tool translation and filtering for OpenAI-native tools.
- Tightens security reporting guardrails so evidence, findings, and reports stay in the security session flow.
- Keeps anonymous telemetry and report-generation tracking in the release line.
- Moves public npm publishing to GitHub Actions: the release workflow builds/uploads the Linux runtime asset, then publishes the npm wrapper.
v0.2.0
What changed:
- skill-backed security report generation
- stricter assessment and report guardrails
- optional anonymous telemetry pipeline
- fixed
uxarion execsecurity profile preservation so built-in security tools are used consistently
Fixes:
- security sessions now stay on the intended built-in evidence, finding, and report flow
- report generation and telemetry hooks are aligned with the shipped runtime build
Platform:
- Linux x86_64
Uxarion 0.1.9
Fixes\n- fix /provider api so it saves the real API provider instead of the local pentest-local backend\n- keep API sessions from incorrectly routing to http://127.0.0.1:8080/v1/responses after restart\n\n## Notes\n- Linux x64 runtime included in this release\n- npm package version and runtime version are both 0.1.9
Uxarion 0.1.8
Adds localhost-first ZAP configuration, the new /zap setup flow, and the zap_status structured tool.\n\nHighlights:\n- default ZAP URL is now http://127.0.0.1:8080\n- env > config > default resolution for ZAP\n- persisted [security.zap] config support\n- new /zap command for status, URL, enable/disable, and API key setup\n- new zap_status tool and richer security inventory
Uxarion 0.1.6
Uxarion 0.1.6 is the current native runtime release. The Linux x64 runtime is available from the canonical repo under releases/v0.1.6/uxarion-0.1.6-linux-x64.tar.xz.
Uxarion 0.1.5
Uxarion 0.1.5
- clearer local-provider guidance in the README and config docs
- warmer Uxarion update/provider accents in the TUI
- updated update-prompt snapshots and release version metadata
Install or update with: npm install -g uxarion@latest
Uxarion 0.1.4
Uxarion 0.1.4 adds the new /provider flow for switching between API-backed mode and local OSS providers such as Ollama and LM Studio while keeping the API path as the default. It also moves runtime downloads to GitHub release assets on uxarion-security so npm and installer-based installs use the canonical public release channel.
Uxarion 0.1.2
Uxarion 0.1.2 updates the release wrapper and installers to fetch runtime binaries from the public downloads repo raw path, while keeping version checks on uxarion-security.
Uxarion 0.1.1
Uxarion 0.1.1 release metadata for startup update checks. Runtime assets continue to be served from the release mirror for now.