NexaAct 0.2.0
Release Notes
English
- Improved Provider configuration persistence, account validation, secret redaction, safe default restoration, and safer JSON import/export or share flows.
- Added Provider credential-pool foundations, including account metadata, rotation strategy controls, failure state tracking, endpoint health checks, latency testing, and settings health summaries.
- Added non-secret settings backup management in Version settings, with create, import, restore, rename, delete, copy, and validated restore flows that preserve saved secrets.
- Improved built-in Skill and plugin management with safer synchronization, GitHub skill provenance, marketplace update feedback, trusted skill channels, MCP starter entries, and automation blueprints.
- Added Personal Habit Memory management in Settings, including create, import, delete, select, open, and manual backup support for editable memory folders.
- Aligned Personal Habit Memory with the habit-skill model, with a section-based folder structure, one selected editable memory folder, AI improvement controls, an independent application switch, safer imports, and software preference tracking.
- Fixed Habit Memory and skill replay rendering issues so auto-applied habits no longer appear as mentions or duplicate sent user messages.
- Added usage diagnostics, cost report, and release verification foundations with redacted logs, summaries, estimated known-model cost, CSV export, and JSON evidence export.
- Improved Windows support, broader compatibility scanning, and safer Windows path handling for skills, Habit Memory, and session recovery checks.
- Improved NexaBrowse interoperability on Windows, including PowerShell-safe request bodies, internal raw request forwarding, bundled Node/npm PATH injection, and quieter fallback launches.
中文
- 优化 Provider 配置持久化、账号验证、密钥脱敏、安全恢复默认配置,以及更安全的 JSON 导入/导出和分享流程。
- 增加 Provider 凭据池基础能力,包括账号元数据、轮换策略、失败状态、端点健康检查、延迟测试和设置页健康摘要。
- 在版本设置中增加非密钥设置备份管理,支持创建、导入、恢复、重命名、删除、复制和保留密钥的校验恢复流程。
- 优化内置 Skill 和插件管理,支持更安全的同步、GitHub Skill 来源记录、市场更新反馈、可信 Skill 渠道、MCP 起点条目和自动化蓝图。
- 在设置中增加个人习惯记忆管理,可创建、导入、删除、选择、打开和手动备份可编辑记忆文件夹。
- 将个人习惯记忆对齐到 habit-skill 模型,支持分区文件夹结构、单个可编辑记忆选择、AI 完善控制、独立应用开关、安全导入和软件偏好统计。
- 修复个人习惯记忆和 Skill 回放相关显示问题,自动应用的习惯不再显示为提及,也不会重复显示已发送的用户消息。
- 增加用量诊断、成本报表和发布验证基础能力,支持脱敏日志、摘要、已知模型成本估算、CSV 导出和 JSON 验证记录导出。
- 优化 Windows 支持,扩展兼容性扫描,并改善 Skill、个人习惯记忆和会话恢复检查中的 Windows 路径处理。
- 优化 Windows 下 NexaBrowse 互操作,支持 PowerShell 安全请求体、内部 raw request 转发、内置 Node/npm PATH 注入,并减少兜底启动时的非致命日志干扰。
Installation Notes
English
- If macOS says "NexaAct" is damaged and can't be opened, Gatekeeper quarantine is usually blocking this non-App-Store build because it may not be Apple-notarized yet. Move NexaAct to Applications, then run:
xattr -dr com.apple.quarantine /Applications/NexaAct.app- If the DMG is blocked before installation, run this on the downloaded DMG first, then open it again:
xattr -dr com.apple.quarantine ~/Downloads/NexaAct_0.2.0_aarch64.dmg- This only removes the download quarantine flag for NexaAct. It does not change app data or workspace files.
中文
- 如果 macOS 提示“NexaAct 已损坏,无法打开”,通常是 Gatekeeper quarantine 阻止了未公证的站外分发版本。把 NexaAct 移到 Applications 后运行:
xattr -dr com.apple.quarantine /Applications/NexaAct.app- 如果 DMG 打不开,先对下载的 DMG 运行下面命令,再重新打开:
xattr -dr com.apple.quarantine ~/Downloads/NexaAct_0.2.0_aarch64.dmg- 这只会移除 NexaAct 的下载隔离标记,不会修改应用数据或项目文件。