Skip to content

Releases: 7xuanlu/wenlan

v0.13.0

Choose a tag to compare

@7xuanlu 7xuanlu released this 12 Jul 22:37
a794bf4

0.13.0 (2026-07-12)

Features

  • external-LLM API key (Bearer), config hot-swap, external status (#342) (960095c)

v0.12.1

Choose a tag to compare

@7xuanlu 7xuanlu released this 12 Jul 05:56
7305256

0.12.1 (2026-07-12)

Bug Fixes

  • enforce release and public contract drift checks (#341) (9a59085)
  • route document source pages through PageWrite (a0861b2)

v0.12.0

Choose a tag to compare

@7xuanlu 7xuanlu released this 08 Jul 18:51
52825e2

0.12.0 (2026-07-08)

Features

  • distill redesign - one refresh op, canonical PageWrite births, citation-gated synthesis (#336) (33a721c)
  • per-claim verified citations for wiki pages (#332) (2f6ee4b)

Bug Fixes

  • guard loopback daemon against cross-origin browser access; gate release publish on build success (#335) (4ee3ee5)
  • server: bind port before any data-dir work (#334) (046a1c9)

v0.11.0

Choose a tag to compare

@7xuanlu 7xuanlu released this 03 Jul 06:27
f372430

What's Changed

Features

  • doc-grounded revisions — documents propose rewrites to conflicting captures (L3) (#330) (7267699)

Full Changelog: v0.10.1...v0.11.0

Install

Wenlan setup (local runtime + daemon):

npx -y wenlan setup

MCP connector only:

npx -y wenlan-mcp

Exact release setup:

WENLAN_RELEASE_TAG=v0.11.0 npx -y wenlan setup

Shell installer:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/main/install.sh | bash

Exact shell install for this release:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/v0.11.0/install.sh | WENLAN_RELEASE_TAG=v0.11.0 bash

Downloads exact binaries and prints manual isolated daemon/MCP setup steps.

Wenlan works in local memory mode without a local model or API key. Distill cycles are opt-in with wenlan models install or wenlan keys set anthropic.

v0.10.1

Choose a tag to compare

@7xuanlu 7xuanlu released this 03 Jul 03:09
7267699

What's Changed

Bug Fixes

  • clean up Wenlan command surface (bcd56e8)

Full Changelog: v0.10.0...v0.10.1

Install

Wenlan setup (local runtime + daemon):

npx -y wenlan setup

MCP connector only:

npx -y wenlan-mcp

Exact release setup:

WENLAN_RELEASE_TAG=v0.10.1 npx -y wenlan setup

Shell installer:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/main/install.sh | bash

Exact shell install for this release:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/v0.10.1/install.sh | WENLAN_RELEASE_TAG=v0.10.1 bash

Downloads exact binaries and prints manual isolated daemon/MCP setup steps.

Wenlan works in local memory mode without a local model or API key. Distill cycles are opt-in with wenlan models install or wenlan keys set anthropic.

v0.10.0

Choose a tag to compare

@7xuanlu 7xuanlu released this 02 Jul 22:51
d4c95ed

What's Changed

Features

  • folder & multi-format document ingest (L1) (#320) (4cdc456)

Bug Fixes

Full Changelog: v0.9.6...v0.10.0

Install

Wenlan setup (local runtime + daemon):

npx -y wenlan setup

MCP connector only:

npx -y wenlan-mcp

Exact release setup:

WENLAN_RELEASE_TAG=v0.10.0 npx -y wenlan setup

Shell installer:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/main/install.sh | bash

Exact shell install for this release:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/v0.10.0/install.sh | WENLAN_RELEASE_TAG=v0.10.0 bash

Downloads exact binaries and prints manual isolated daemon/MCP setup steps.

Wenlan works in local memory mode without a local model or API key. Distill cycles are opt-in with wenlan model install or wenlan key set anthropic.

v0.9.6

Choose a tag to compare

@7xuanlu 7xuanlu released this 02 Jul 05:49
a7aa143

What's Changed

Bug Fixes

  • add Codex plugin install path (eac308e)
  • add Wenlan plugin shared contract (4e786e9)
  • stop space auto-create and cascade space moves (993a039)

Full Changelog: v0.9.5...v0.9.6

Install

Wenlan setup (local runtime + daemon):

npx -y wenlan setup

MCP connector only:

npx -y wenlan-mcp

Exact release setup:

WENLAN_RELEASE_TAG=v0.9.6 npx -y wenlan setup

Shell installer:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/main/install.sh | bash

Exact shell install for this release:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/v0.9.6/install.sh | WENLAN_RELEASE_TAG=v0.9.6 bash

Downloads exact binaries and prints manual isolated daemon/MCP setup steps.

Wenlan works in local memory mode without a local model or API key. Distill cycles are opt-in with wenlan model install or wenlan key set anthropic.

v0.9.5

Choose a tag to compare

@7xuanlu 7xuanlu released this 01 Jul 01:04
95af4f0

What's Changed

Bug Fixes

  • /curate revision queue overhaul — diff preview, dismiss=unstage, dead-code cleanup (#311) (d072a38)

Full Changelog: v0.9.4...v0.9.5

Install

Wenlan setup (local runtime + daemon):

npx -y wenlan setup

MCP connector only:

npx -y wenlan-mcp

Exact release setup:

WENLAN_RELEASE_TAG=v0.9.5 npx -y wenlan setup

Shell installer:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/main/install.sh | bash

Exact shell install for this release:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/v0.9.5/install.sh | WENLAN_RELEASE_TAG=v0.9.5 bash

Downloads exact binaries and prints manual isolated daemon/MCP setup steps.

Wenlan works in local memory mode without a local model or API key. Distill cycles are opt-in with wenlan model install or wenlan key set anthropic.

v0.9.4

Choose a tag to compare

@7xuanlu 7xuanlu released this 30 Jun 14:43
3796725

What's Changed

Bug Fixes

  • pages/curate CLI-first browse + Wenlan capture-guidance boundary (#310) (682ba36)
  • preserve edited pages on skipped re-distill (ab84bdd)

Full Changelog: v0.9.3...v0.9.4

Install

Wenlan setup (local runtime + daemon):

npx -y wenlan setup

MCP connector only:

npx -y wenlan-mcp

Exact release setup:

WENLAN_RELEASE_TAG=v0.9.4 npx -y wenlan setup

Shell installer:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/main/install.sh | bash

Exact shell install for this release:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/v0.9.4/install.sh | WENLAN_RELEASE_TAG=v0.9.4 bash

Downloads exact binaries and prints manual isolated daemon/MCP setup steps.

Wenlan works in local memory mode without a local model or API key. Distill cycles are opt-in with wenlan model install or wenlan key set anthropic.

v0.9.3

Choose a tag to compare

@7xuanlu 7xuanlu released this 29 Jun 11:48
4d2b44e

What's Changed

Bug Fixes

  • add wenlan pages CLI; /pages skill browses + opens via it (#307) (f29b5ff)
  • include document tag map in tags response (#304) (1fdd5f3)
  • share on-device model DTOs (e401bc3)

Full Changelog: v0.9.2...v0.9.3

Install

Wenlan setup (local runtime + daemon):

npx -y wenlan setup

MCP connector only:

npx -y wenlan-mcp

Exact release setup:

WENLAN_RELEASE_TAG=v0.9.3 npx -y wenlan setup

Shell installer:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/main/install.sh | bash

Exact shell install for this release:

curl -fsSL https://raw.githubusercontent.com/7xuanlu/wenlan/v0.9.3/install.sh | WENLAN_RELEASE_TAG=v0.9.3 bash

Downloads exact binaries and prints manual isolated daemon/MCP setup steps.

Wenlan works in local memory mode without a local model or API key. Distill cycles are opt-in with wenlan model install or wenlan key set anthropic.