Releases: naxe-run/naxe
Releases · naxe-run/naxe
v0.4.1
- Update of pyproject.toml to reflect new release version
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Auto-route to awaiting_approval on complete_task when requires_approval is set
- Add context support for workspace isolation
- Add NaxeClient abstraction, HTTP/SSE server, and remote TUI mode
- Rename requires_approval to approval_gate
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
CLI redesign
All commands are now under a single naxe entrypoint:
naxe init— setup wizardnaxe ui— terminal UInaxe config— configuration and agent management
The separate naxe-init, naxe-ui, and naxe-config binaries have been removed.
Installation simplified
PostgreSQL support is now bundled by default — no extras needed:
pip install naxe
Setup improvements
naxe initnow auto-installs the PostgreSQL driver when you select PostgreSQL- MCP registration instructions updated to use
--scope userfor availability across all projects
v0.2.0
- Move of psycopg binary to required
- Drop of [postgres] suffix from install command
v0.1.1
- Update of documentation to now reference PyPI after publish
v0.1.0
Initial release