Skip to content

docs: release develop to main

Viet Tan Tran requested to merge develop into main

Created by: ihsraham

Summary

  • Promote the latest develop updates to main.
  • Includes the local video embed fix for root-relative media assets.
  • Includes the Ask AI citation link fix that prevents streamed responses from retriggering citation cleanup.

Included PRs

  • #176 Fix local video embeds
  • #177 fix: prevent Inkeep citation href mutation loop

Validation

  • #176 validation passed: git diff --check, npm run check:meta, LINK_CHECK_EXTERNAL=false npm run check:links, npm run build.
  • #177 validation passed: git diff --check, npm run check:meta, focused TypeScript check for src/lib/inkeep.ts, LINK_CHECK_EXTERNAL=false npm run check:links, npm run build.
  • Ask AI was manually tested on the develop deployment after #177 landed: normal and complex questions completed with sources, chat reset worked, and no memory growth was observed during the manual pass.

Merge request reports