Skip to content

v0.3.2

Choose a tag to compare

@tuirk tuirk released this 26 Jul 10:17
· 15 commits to main since this release

Summary

  • UX release over v0.3.1: chat drawer, wiki sidebar/search fixes, Gemini-or-DeepSeek setup clarity.
  • Docs: “What is Kompl?” rewrite; MCP tools noted as four for now.
  • Security deps: Next 16.2.11, sharp 0.35.3, postcss 8.5.18, brace-expansion floors, @hono/node-server ≥2.0.5.
  • Credits/CODEOWNERS cleanup; Scorecard #70/#90/#91 disposition refreshed.

Highlights

  • Chat drawer (#177): TopNav opens chat in a right drawer (ChatDrawer / ChatPanel); /chat stays available.
  • Wiki sidebar (#176): remembers open sections; defaults all open when uncached.
  • Wiki search (#175): /wiki/search?q= seeds the search box (Suspense-safe).
  • Providers (#178): install/README/setup accept Gemini or DeepSeek (or both).
  • Docs (#182): README “What is Kompl?”; slim AGENTS.md pointer.
  • Security (#174, #179, #181): Next 16.2.11; sharp / postcss / brace-expansion / hono node-server bumps.

Upgrade

kompl update

git pull alone does not refresh Docker images — see README Updating.

Known limitations

  • Scorecard branch-protection #27 remains open by design.
  • Chroma/numpy migration still deferred (chromadb==0.4.24, numpy<2).
  • See docs/security/scorecard-deferred.md for pip hash-pinning and integration-test downloadThenRun deferrals.