Skip to content

Releases: naxe-run/naxe

v0.4.1

09 Jun 18:23
4cc1abf

Choose a tag to compare

  • Update of pyproject.toml to reflect new release version

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Jun 18:17
77f2e3a

Choose a tag to compare

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

07 Jun 02:47

Choose a tag to compare

What's Changed

CLI redesign

All commands are now under a single naxe entrypoint:

  • naxe init — setup wizard
  • naxe ui — terminal UI
  • naxe 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 init now auto-installs the PostgreSQL driver when you select PostgreSQL
  • MCP registration instructions updated to use --scope user for availability across all projects

v0.2.0

06 Jun 23:05

Choose a tag to compare

  • Move of psycopg binary to required
  • Drop of [postgres] suffix from install command

v0.1.1

06 Jun 22:59

Choose a tag to compare

  • Update of documentation to now reference PyPI after publish

v0.1.0

06 Jun 22:54

Choose a tag to compare

Initial release