Releases: langchain-ai/openwiki
Release list
v0.5.0
Minor Changes
- #720
6ba64c9Thanks @colifran! - feat: add durable page-level resumability across local, CI, and host runs
Patch Changes
-
#743
0492b5eThanks @Christian-Sidak! - fix: set maxTokens on Bedrock Converse API calls to avoid 4096-token default cap -
#414
e280c17Thanks @bikeusaland! - fix: correct git-repo incremental diff and isolate connector ingestion failures -
#744
7c3a540Thanks @Christian-Sidak! - fix: force streaming for GitHub Copilot non-GPT-5 models to prevent empty responses from DeepAgents internal invoke calls -
#748
2d6a36cThanks @easyhak! - feat: add cursor coding-agent integration target -
#416
0bd0ac2Thanks @bikeusaland! - fix: make OpenRouter debug-fetch patch concurrency-safe -
#789
84c8d6cThanks @HwangJohn! - fix: allow the native repository planner to repeat an accepted plan without aborting the run. -
#769
58a1358Thanks @colifran! - feat: reconcile page Claims sparsely so updates retain unaffected Claims without round-tripping their statements and evidence through the model, while exposing complete Claims through optional on-demand inspection -
#761
97c6ef0Thanks @easyhak! - fix: reject an unrecognized--languagevalue instead of silently generating an English wiki -
#767
06eedd1Thanks @forrinzhao! - fix: tolerate human-readable "not found" errors from DeepAgents backends when rolling back failed page workers and deleting non-existent pages, instead of aborting the whole run -
#781
6be1e01Thanks @colifran! - fix: tolerate windows stat identity drift while fingerprinting
v0.4.3
v0.4.2
v0.4.1
Patch Changes
-
#724
57948adThanks @akyourowngames! - fix: keep hint/legend overlay inside the graph panel and make background clicks no longer clear the reader -
#730
9f95289Thanks @colifran! - fix: stabilize generated wiki formatting and claims hashes -
#728
d219653Thanks @colifran! - fix: prevent invalid optional OKF metadata from aborting wiki generation by repairing or removing it deterministically -
#732
ca4e21bThanks @colifran! - fix: skip failed page workers without aborting updates
v0.4.0
Minor Changes
-
#581
fab0a3fThanks @JHSeo-git! - feat: adopt okf v0.2 with code-owned generated provenance -
#638
c1ca21bThanks @colifran! - feat: add grounded claims for self-correcting code wikis -
#713
4882ba3Thanks @colifran! - feat: replace repository generation with a resumable page-job lifecycle
Patch Changes
-
#685
392de6fThanks @colifran! - feat: add openwiki integrations for coding agents -
#711
1c70d0fThanks @kido5217! - feat: add opencode coding-agent integration target -
#675
6ffa7b6Thanks @green3sf! - fix: omit unsupported prompt cache retention from GPT-5.6 ChatGPT requests -
#674
da87fa0Thanks @BenjiKo14! - feat: add a resizable, collapsible graph panel to the visualizer -
#682
04511deThanks @colifran! - chore: improve init and update terminal ux -
#459
21746ceThanks @geonwoo-jeong! - feat: configure model output and bedrock stream limits -
#548
31dddeaThanks @GautamSharma99! - fix: run clean updates when the requested output language changes -
#274
98ccf03Thanks @akyourowngames! - feat: support OPENWIKI_CONFIG_DIR env var and display configurable paths -
#634
a943efbThanks @jyje! - feat: add configurable reasoning effort via OPENWIKI_REASONING_EFFORT for supported OpenAI GPT-5.6 and NVIDIA NIM models -
#692
ecec08cThanks @colifran! - feat: project claims evidence into okf v0.2 sources front matter and stamp durable machine verification after complete claims reconciliation -
#715
dee5272Thanks @colifran! - chore: implement better claims reconciliation guidance -
#660
bbae2ddThanks @JayDataEngineer! - fix: stream updates instead of messages for openai-compatible providers -
#656
f37c70dThanks @Amzp! - feat: add OPENWIKI_OPENAI_COMPATIBLE_STREAMING=true to force the streaming transport for openai-compatible gateways that return empty content for non-streaming requests -
#678
ea80ddcThanks @timaxorum! - chore: serve the visualizer styles as a standalone stylesheet -
#657
e155526Thanks @Aveek-Saha! - feat: add static export to openwiki visualizer -
#647
46d437aThanks @IstPlayer! - fix: refresh .last-update.json timestamp on no-op updates so freshness checks reflect the actual last run, preserving the wiki's persisted language across the refresh -
#699
337f890Thanks @colifran! - feat: regenerate repository wikis from scratch on init -
#684
46c0a3dThanks @colifran! - fix: finalize OKF generated provenance after wiki post-processing so every body change, including whitespace, receives an accurate stamp while front-matter-only changes preserve the prior stamp
v0.3.3
Patch Changes
-
#619
250296cThanks @DecentralizedJM! - feat: add built-in custom-mcp connector for arbitrary mcp sources -
#603
20f88c9Thanks @akyourowngames! - fix: gate connector tools to personal/local-wiki runs -
#266
3dcb382Thanks @ousamabenyounes! - feat: allow openai-compatible provider to opt into responses api -
#566
c5d41cbThanks @divya0795! - fix: follownextCursorwhen listing MCP tools, so tools on a paginated server past the first page are discovered and callable instead of rejected as "not returned by tools/list" -
#621
239f810Thanks @danielsogl! - feat: generate the ci workflow env block from the configured provider -
#635
9fb0097Thanks @Bubblegunn! - fix: sync bundled skills from read-only installations -
#550
f7c9f13Thanks @GautamSharma99! - fix: strip terminal control sequences from streamed Markdown output -
#639
8e6dc99Thanks @Christian-Sidak! - feat: add apac region support for langsmith -
#622
2865cd6Thanks @colifran! - feat: add LEDGER, a longitudinal benchmark for wiki grounding and forgetting -
#491
4f61f7fThanks @jyje! - feat: validate selected openai models against api-key availability before inference -
#640
3a25d09Thanks @Christian-Sidak! - fix: generate CLAUDE.md as a pointer to AGENTS.md on init -
#590
4fc9dffThanks @pawel-twardziak! - feat: cap openrouter output tokens with OPENWIKI_OPENROUTER_MAX_TOKENS to avoid 402 errors on low credit balances
v0.3.2
Patch Changes
-
#616
7531d61Thanks @colifran! - fix: pin patched js-yaml and undici via pnpm overrides -
#513
adc03d6Thanks @colifran! - chore: reorganize repo code to make into domain specific directories and improve test coverage to prevent regressions -
#610
c74ae1eThanks @Tomaskobel! - fix: preserve exec bit on dist/cli.js after build -
#599
f9b9f0dThanks @sudipawtg! - Pass WindowsAPPDATAandLOCALAPPDATAinto stdio MCP child environments so local MCP servers can resolve their config and cache directories. -
#605
bff302cThanks @dependabot! - chore: bump mermaid from 11.16.0 to 11.16.1 -
#611
817b2a0Thanks @colifran! - chore: reorganize CLI into domain modules and add test coverage -
#604
a0e28a3Thanks @colifran! - fix: harden error classification and run accounting -
#612
3d51348Thanks @colifran! - chore: split credentials.tsx pure logic into credentials/ modules with tests
v0.3.1
v0.3.0
Minor Changes
- #579
1e818aeThanks @bracesproul! - Improve coding-agent wiki prompts and make OpenWiki guidance optional and just-in-time.
Patch Changes
-
#555
ad9c7b5Thanks @GautamSharma99! - fix: report rejected and timed-out telemetry sends accurately -
#547
0aa6ddcThanks @GautamSharma99! - fix: preserve agent instructions when managed markers are malformed -
#560
5a2e8dcThanks @nick-hollon-lc! - refactor: expose openwiki agent graph factory -
#371
5f8a8fbThanks @DecentralizedJM! - feat: validate wiki internal links after generation -
#578
73d8591Thanks @dependabot! - chore(deps): bump postcss from 8.5.21 to 8.5.23 -
#564
03128a6Thanks @dependabot! - chore(deps): bump the major group with 3 updates -
#568
13e2f97Thanks @divya0795! - fix: display array tool-call arguments as a value list instead of0=…, 1=… -
#549
5323914Thanks @GautamSharma99! - fix: serialize concurrent environment saves and isolate temporary files -
#577
c30edbcThanks @colifran! - fix: fetch full git history in scheduled update workflows -
#576
45d2416Thanks @colifran! - fix: make the residual agent_error telemetry bucket diagnostic
v0.2.5
Patch Changes
-
#514
b8c510fThanks @colifran! - chore: setup changeset tooling for automated releases -
#530
1695c3fThanks @Monkey-wusky! - fix: allow comma in model id for gateway/proxy routing identifiers -
#533
fdfdfd8Thanks @jyje! - fix: keep release workflow opt-in on forks -
#481
b3b0b43Thanks @HwangJohn! - fix: ignore stray oauth callback requests -
#455
161b6a4Thanks @colifran! - feat: implement native wiki visualizer for openwiki -
#165
d6e5fbeThanks @n33levo! - feat: exclude paths from doc runs via .openwikiignore -
#504
63c848cThanks @Mohith26! - fix: route summarization history offload outside the documented repo -
#534
aa417e1Thanks @colifran! - chore(deps): bump @langchain/core to ^1.2.4 to pick up the nested-tracer coalescing fix -
#500
b469109Thanks @colifran! - chore: improve health telemetry to better understand and diagnose init and update failures