·
11 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
- Create SECURITY.md by @lucasmaan in #6
- test: expand unit coverage across Go, Python and web; fix 9 bugs it exposed by @lucasmaan in #8
- docs: add hand-drawn wordmark to README header by @lucasmaan in #9
- docs: make English the only language of this repository by @lucasmaan in #10
- docs(readme): add badges, project status and one unified Quick Start by @lucasmaan in #11
- ci: run the Go, Python and web test suites on pull requests by @lucasmaan in #12
- ci: publish a multi-arch image to ghcr.io by @lucasmaan in #13
- docs: let an agent set up KaaS from the repository URL alone by @lucasmaan in #14
- fix(api): confine wiki article reads to the wiki dir against symlinks by @lucasmaan in #15
- ci(docker): keep publishing out of the pull-request check list by @lucasmaan in #16
- fix: correct cost accounting, source citation and catalog defects found by self-hosting KaaS by @lucasmaan in #17
- feat(retrieval): advertise reference-table keys in the catalog line by @lucasmaan in #19
- feat(derive): derive a topic-scoped knowledge base from the catalog by @lucasmaan in #21
- test: raise coverage on the untested failure paths by @lucasmaan in #27
- fix(distill,frontmatter): stop doubling the .md suffix, and stop truncating frontmatter at the first three dashes by @lucasmaan in #28
- feat(derive): select over raw documents, not only compiled articles by @lucasmaan in #29
- feat(derive): let the HTTP and UI paths choose the catalog too by @lucasmaan in #30
- fix(compile): don't promote a merge into a path whose create just failed by @lucasmaan in #31
- feat(extraction): give each document's extraction its own layer by @lucasmaan in #32
- fix(compile,llm): cap write-phase calls and make a stalled one attributable by @lucasmaan in #33
- fix(derive,web): stop the derive dialog reporting an off-topic count it cannot get by @lucasmaan in #34
- fix(derive): report the filtered unit in the CLI response, and drop the dead API off-topic field by @lucasmaan in #36
- fix(storage): read a raw document's frontmatter from behind distill's provenance comment by @lucasmaan in #38
- docs(readme): show the product above the fold and lead with the differentiator by @lucasmaan in #39
- docs(readme): give each section one figure and drop the repeated pipeline by @lucasmaan in #40
- fix(extract): carry enumerations as a field instead of prose about them (#41) by @lucasmaan in #43
- fix(write): stop the writer inventing content its material does not contain (#42) by @lucasmaan in #45
- feat(upload): integrate MarkItDown for rich document uploads (PDF, DOCX, PPTX, XLSX, HTML, EPUB, RTF) by @tybot02 in #46
Full Changelog: v0.1.0-rc.1...v0.1.0-rc.2