Releases: wazionapps/nexo
Releases · wazionapps/nexo
v2.6.13
Full Changelog: v2.6.12...v2.6.13
v2.6.12
Full Changelog: v2.6.11...v2.6.12
v2.6.11
Full Changelog: v2.6.10...v2.6.11
v2.6.10
Full Changelog: v2.6.9...v2.6.10
Full Changelog: v2.6.9...v2.6.10
v2.6.9
Full Changelog: v2.6.8...v2.6.9
v2.6.7
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_coreevolution 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 inNEXO_HOME/pluginswith an optional companion script inNEXO_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
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
Full Changelog: v2.6.4...v2.6.5
v2.6.4
Fix
- CI test fixture missing
nexo-cron-wrapper.shin runtime root, causingtest_sync_script_runs_directly_from_runtime_rootto fail on all pushes since v2.6.0.
Full changelog
Full Changelog: v2.6.3...v2.6.4
v2.6.3
v2.6.3
- Fix
nexo updateon synced runtimes when cron sync hit same-file copies insideNEXO_HOME. - Fix Claude Code core hook migration so
PostToolUseentries are always stored in validmatcher + hooks[]format. - Align plugin metadata version with the published package version.