Skip to content

Releases: wazionapps/nexo

v2.6.13

04 Apr 18:01

Choose a tag to compare

v2.6.12

04 Apr 17:37

Choose a tag to compare

Full Changelog: v2.6.11...v2.6.12

v2.6.11

04 Apr 14:46

Choose a tag to compare

Full Changelog: v2.6.10...v2.6.11

v2.6.10

04 Apr 13:55

Choose a tag to compare

Full Changelog: v2.6.9...v2.6.10

Full Changelog: v2.6.9...v2.6.10

v2.6.9

04 Apr 11:59

Choose a tag to compare

Full Changelog: v2.6.8...v2.6.9

v2.6.7

04 Apr 10:38

Choose a tag to compare

Public Contributor Evolution

  • Added an opt-in public contribution mode for install/update on GitHub-authenticated machines.
  • Public contribution runs now use an isolated checkout, a dedicated public_core evolution policy, and can open a single Draft PR before pausing that machine.
  • Added contributor lifecycle controls via nexo contributor status|on|off, with persisted state and guardrails that block personal runtime data, prompts, logs, secrets, and personal scripts from reaching public proposals.

Personal MCP Scaffolding

  • Added nexo_personal_plugin_create, a core tool that scaffolds persistent personal MCP plugins in NEXO_HOME/plugins with an optional companion script in NEXO_HOME/scripts.
  • Added a reusable personal plugin template so user-specific capabilities can survive updates without becoming core.

Operator Experience & Memory Continuity

  • Install/update now show clearer progress while copying files, pulling changes, running migrations, reconciling schedules, and verifying the runtime.
  • nexo_session_diary_read(last_day=true) now returns a recent continuity window (~36h) instead of truncating to the latest calendar day.
  • Auto-close diary promotion now preserves more goal/next-step/reasoning context from checkpoints and tool logs.

Full Changelog: v2.6.5...v2.6.7

v2.6.6

04 Apr 09:27

Choose a tag to compare

NEXO v2.6.6

This patch release ships the new macOS Full Disk Access guidance flow without touching the public site surface.

Highlights:

  • Install and interactive update now detect when Full Disk Access is actually relevant on macOS.
  • NEXO opens the correct System Settings pane, explains what to add, and persists a best-effort FDA state.
  • Startup preflight and runtime update now carry the persisted FDA state alongside power policy.
  • Doctor output now makes the TCC/FDA boundary explicit: NEXO can guide and verify best effort, but approval remains manual.

Full Changelog: v2.6.5...v2.6.6

Full Changelog: v2.6.5...v2.6.6

v2.6.5

04 Apr 08:42

Choose a tag to compare

Full Changelog: v2.6.4...v2.6.5

v2.6.4

04 Apr 01:36

Choose a tag to compare

Fix

  • CI test fixture missing nexo-cron-wrapper.sh in runtime root, causing test_sync_script_runs_directly_from_runtime_root to fail on all pushes since v2.6.0.

Full changelog

v2.6.3...v2.6.4

Full Changelog: v2.6.3...v2.6.4

v2.6.3

04 Apr 00:57

Choose a tag to compare

v2.6.3

  • Fix nexo update on synced runtimes when cron sync hit same-file copies inside NEXO_HOME.
  • Fix Claude Code core hook migration so PostToolUse entries are always stored in valid matcher + hooks[] format.
  • Align plugin metadata version with the published package version.