Conversation
Adds session-history ingest, configurable output language, and a defensive cap that prevents compile from crashing on popular concepts. Closes a batch of CJK / collision / silent-loss bugs in the ingest path. Tightens compile --review with provenance lint. Refactors the shared ProvenanceMetadata shape and removes an unreliable LLM extraction-time estimate in favour of body-derived counts. See CHANGELOG.md for the full release notes.
…anguage
Three updates surfaced after the 0.6.0 changes landed:
- Commands table was missing `llmwiki ingest-session`,
`llmwiki export`, and the `--lang <code>` option that ships on
`compile` and `query`.
- "Shipped in 0.6.0" only mentioned the export bundle. Add session-
history adapters, configurable output language, and the defensive
prompt budget — the other user-visible features in the release.
- "Next up: Session-history adapters" was stale (it shipped this
release). Drop the empty Next up block; the Future ideas list
already names the remaining priorities.
Also adds a brief Output language sub-section under Configuration so
LLMWIKI_OUTPUT_LANG has a documented home alongside provider creds and
request timeouts.
The 0.6.0 roadmap entry mentions the defensive per-concept prompt budget but Configuration didn't name the env var. Adds a short "Per-concept prompt budget" sub-section parallel to "Request timeouts" documenting LLMWIKI_PROMPT_BUDGET_CHARS, its default, and when to raise/lower it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts the 0.6.0 release covering ten merged PRs since 0.5.1.
What's in 0.6.0
New features
` — non-English wiki output (#46)Bug fixes
Internal cleanup (post-merge audit)
Test count grew from 480 (post-0.5.1) to 632.
Full release notes in CHANGELOG.md.
Pre-publish checklist
After merge