Skip to content

docs: changelog and blog post for v0.9.1 - #3438

Merged
nicoloboschi merged 2 commits into
mainfrom
docs-changelog-0.9.1
Aug 14, 2026
Merged

docs: changelog and blog post for v0.9.1#3438
nicoloboschi merged 2 commits into
mainfrom
docs-changelog-0.9.1

Conversation

@nicoloboschi

Copy link
Copy Markdown
Collaborator

Changelog and release blog post for v0.9.1.

Important

Draft — the v0.9.1 tag has not been cut yet. This PR only prepares the docs. Run ./scripts/release.sh 0.9.1 off a clean main to actually cut/publish the release; the release-tag links in the changelog become valid once that runs. This branch was cut off the current origin/main (ec4b68ebf).

What's here

  • hindsight-docs/src/pages/changelog/index.md — generated 0.9.1 changelog entry (generate-changelog, gpt-5.2), covering v0.9.0..main excluding integrations.
  • hindsight-docs/blog/2026-08-12-version-0-9-1.md — hand-written release blog post (core engine/API/ops only; no integrations). Prettier-clean.
  • skills/hindsight-docs/references/changelog/index.md — regenerated docs-skill changelog mirror.

Blog highlights

  • More model control — xAI OAuth provider, forced-tool structured output for LiteLLM, restored prompt caching on load-balanced backends, configurable Ollama thinking.
  • Portable transfers — async document export, bank transfers that carry Knowledge Pages, every bank config field export+importable, per-bank store capabilities.
  • A sharper reflect — current-time temporal reasoning, entity-name resolution on sub-recalls, synthesis that never drops evidence.
  • Operate with confidence — DB-free liveness probe, strict per-bank scoping, and a large reliability + performance pass. Upgrade recommended.

@nicoloboschi
nicoloboschi force-pushed the docs-changelog-0.9.1 branch 4 times, most recently from 0c5f82e to 1a6690b Compare August 14, 2026 08:13
… summaries

Two fixes to the core changelog generator:
- Drop any commit that touches hindsight-integrations/ (not just commits that
  touch *only* that path), so integration/plugin PRs that also touch shared
  docs/CI/scripts stop leaking into the core changelog. Guard the core-changelog
  LLM prompt with an explicit skip rule too (not applied to an integration's own
  changelog).
- Escape < and > in summary prose so an HTML/JSX-like token (e.g. <think>) is
  rendered as text instead of failing MDX compilation of the changelog page.
@nicoloboschi
nicoloboschi marked this pull request as ready for review August 14, 2026 09:20
@nicoloboschi
nicoloboschi merged commit 3c24979 into main Aug 14, 2026
91 checks passed
@nicoloboschi
nicoloboschi deleted the docs-changelog-0.9.1 branch August 14, 2026 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant