Skip to content

Nori Work v1.0.0-pre.0 (Preview)

Pre-release
Pre-release

Choose a tag to compare

@wangyuahn wangyuahn released this 16 Jul 11:10

Preview release: this is not the final stable 1.0 release. Back up important work before testing.

Highlights

  • Multi-tab embedded Browser controlled by the main Agent: navigation, stable-reference snapshots, click/type/upload, screenshots, console/network diagnostics, annotations, safe local HTML, and user takeover.
  • Built-in LSP operations and common language-server discovery.
  • Custom Agent roles with explicit read/write/terminal/web/delegation permissions.
  • Background Agent and AgentSwarm execution with project/session ownership, nested activity, output previews, token accounting, controls, and completion/failure wakeups.
  • Project-scoped change/Git inspector, persistent terminal, Markdown rendering/copying, file references, and movable/standalone inspector tools.
  • Obsidian-compatible Vault links, backlinks, graph, migration, and optional dedicated vector-retrieval provider.

Fixed bugs

  • Browser actions no longer wait for the 90-second timeout when no page is open; the model is told to navigate first immediately.
  • Browser tools no longer disappear while the desktop bridge starts or reconnects; independent heartbeats keep long actions alive.
  • Local .html/.htm pages now open safely without enabling arbitrary file:// access.
  • Desktop packaging rejects stale Web/SEA inputs, preventing a new UI from shipping with an old backend.
  • Startup recovers stale or incompatible server locks instead of silently attaching to an old process.
  • Ordinary Agent and Swarm activity now reports project/session/nested ownership, output, completion counts, and completed/failed states correctly.
  • Chat navigation returns to the conversation view and session list.
  • Vault no longer creates duplicate empty plural folders; Related resolves full Obsidian paths and backlinks.
  • LSP discovery checks supported installed/configured servers before reporting that no language server is available.

Download

Windows x64: Nori-Work-1.0.0-pre.0-x64.exe

The Windows build is unsigned. latest.yml and the blockmap are attached for preview update testing; stable-channel users should not be auto-upgraded to this prerelease.

Verification

Focused release suites passed: Desktop 10, Web 91, Server 32, Agent Core 158, OAuth 41, Protocol 22; TypeScript checks, native smoke, Browser Electron smoke, and packaging freshness checks passed.

The repository-wide legacy suite is not fully green in this preview: 8,386 tests pass and 253 legacy/environment-sensitive tests still fail, mainly old Kimi-brand assertions, Windows symlink/Unix-command assumptions, and ACP/SDK fixtures that have not yet migrated to current contracts.