Skip to content

Releases: langchain-ai/openwiki

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 15:27
64903f9

Minor Changes

  • #720 6ba64c9 Thanks @colifran! - feat: add durable page-level resumability across local, CI, and host runs

Patch Changes

  • #743 0492b5e Thanks @Christian-Sidak! - fix: set maxTokens on Bedrock Converse API calls to avoid 4096-token default cap

  • #414 e280c17 Thanks @bikeusaland! - fix: correct git-repo incremental diff and isolate connector ingestion failures

  • #744 7c3a540 Thanks @Christian-Sidak! - fix: force streaming for GitHub Copilot non-GPT-5 models to prevent empty responses from DeepAgents internal invoke calls

  • #748 2d6a36c Thanks @easyhak! - feat: add cursor coding-agent integration target

  • #416 0bd0ac2 Thanks @bikeusaland! - fix: make OpenRouter debug-fetch patch concurrency-safe

  • #789 84c8d6c Thanks @HwangJohn! - fix: allow the native repository planner to repeat an accepted plan without aborting the run.

  • #769 58a1358 Thanks @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 97c6ef0 Thanks @easyhak! - fix: reject an unrecognized --language value instead of silently generating an English wiki

  • #767 06eedd1 Thanks @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 6be1e01 Thanks @colifran! - fix: tolerate windows stat identity drift while fingerprinting

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 27 Aug 05:03
5020dbb

Patch Changes

  • #740 ec95f45 Thanks @colifran! - fix: finalize repository generation once when source changes during a run

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 27 Aug 00:26
3c2e43e

Patch Changes

  • #737 d9e958b Thanks @colifran! - fix: allow init and update runs to snapshot pages that do not exist yet

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 23:18
8e5175b

Patch Changes

  • #724 57948ad Thanks @akyourowngames! - fix: keep hint/legend overlay inside the graph panel and make background clicks no longer clear the reader

  • #730 9f95289 Thanks @colifran! - fix: stabilize generated wiki formatting and claims hashes

  • #728 d219653 Thanks @colifran! - fix: prevent invalid optional OKF metadata from aborting wiki generation by repairing or removing it deterministically

  • #732 ca4e21b Thanks @colifran! - fix: skip failed page workers without aborting updates

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 15:56
27d835c

Minor Changes

Patch Changes

  • #685 392de6f Thanks @colifran! - feat: add openwiki integrations for coding agents

  • #711 1c70d0f Thanks @kido5217! - feat: add opencode coding-agent integration target

  • #675 6ffa7b6 Thanks @green3sf! - fix: omit unsupported prompt cache retention from GPT-5.6 ChatGPT requests

  • #674 da87fa0 Thanks @BenjiKo14! - feat: add a resizable, collapsible graph panel to the visualizer

  • #682 04511de Thanks @colifran! - chore: improve init and update terminal ux

  • #459 21746ce Thanks @geonwoo-jeong! - feat: configure model output and bedrock stream limits

  • #548 31dddea Thanks @GautamSharma99! - fix: run clean updates when the requested output language changes

  • #274 98ccf03 Thanks @akyourowngames! - feat: support OPENWIKI_CONFIG_DIR env var and display configurable paths

  • #634 a943efb Thanks @jyje! - feat: add configurable reasoning effort via OPENWIKI_REASONING_EFFORT for supported OpenAI GPT-5.6 and NVIDIA NIM models

  • #692 ecec08c Thanks @colifran! - feat: project claims evidence into okf v0.2 sources front matter and stamp durable machine verification after complete claims reconciliation

  • #715 dee5272 Thanks @colifran! - chore: implement better claims reconciliation guidance

  • #660 bbae2dd Thanks @JayDataEngineer! - fix: stream updates instead of messages for openai-compatible providers

  • #656 f37c70d Thanks @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 ea80ddc Thanks @timaxorum! - chore: serve the visualizer styles as a standalone stylesheet

  • #657 e155526 Thanks @Aveek-Saha! - feat: add static export to openwiki visualizer

  • #647 46d437a Thanks @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 337f890 Thanks @colifran! - feat: regenerate repository wikis from scratch on init

  • #684 46c0a3d Thanks @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

Choose a tag to compare

@github-actions github-actions released this 14 Aug 02:18
355f4f6

Patch Changes

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 11 Aug 03:19
50e897d

Patch Changes

  • #616 7531d61 Thanks @colifran! - fix: pin patched js-yaml and undici via pnpm overrides

  • #513 adc03d6 Thanks @colifran! - chore: reorganize repo code to make into domain specific directories and improve test coverage to prevent regressions

  • #610 c74ae1e Thanks @Tomaskobel! - fix: preserve exec bit on dist/cli.js after build

  • #599 f9b9f0d Thanks @sudipawtg! - Pass Windows APPDATA and LOCALAPPDATA into stdio MCP child environments so local MCP servers can resolve their config and cache directories.

  • #605 bff302c Thanks @dependabot! - chore: bump mermaid from 11.16.0 to 11.16.1

  • #611 817b2a0 Thanks @colifran! - chore: reorganize CLI into domain modules and add test coverage

  • #604 a0e28a3 Thanks @colifran! - fix: harden error classification and run accounting

  • #612 3d51348 Thanks @colifran! - chore: split credentials.tsx pure logic into credentials/ modules with tests

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 01:01
630eb9e

Patch Changes

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 01:37
9a02b35

Minor Changes

  • #579 1e818ae Thanks @bracesproul! - Improve coding-agent wiki prompts and make OpenWiki guidance optional and just-in-time.

Patch Changes

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 31 Jul 19:40
08280e2

Patch Changes