docs: launch-readiness pass for the local inference feature#241
Open
quiet-node wants to merge 22 commits into
Open
docs: launch-readiness pass for the local inference feature#241quiet-node wants to merge 22 commits into
quiet-node wants to merge 22 commits into
Conversation
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
… LLM label Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
… wording Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
…-Ollama shared limits Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
…asoning Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
…e search guide Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
…drop migration history Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
…enter Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
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.
Overview
Aligns every user-facing word in the repo with the shipped local inference feature for the v0.15.0 release. The bundled built-in engine is the zero-setup default, with Ollama as the optional provider. This pass corrects stale copy, fills the documentation gap, and refreshes the in-app tips.
What changed
In-app copy
/thinkdescription, and the chat export.README
Docs
MAX_IMAGES_PER_MESSAGEconstant and documents the real, tunable image cap.Tips
Provider scope
kind = "openai"config for back-compat.Testing
bun run test:all:coverage(frontend 100%, 2075 tests; backend 100% lines) andbun run validate-buildboth pass.Notes
The README's demo videos and logo show older UI and need a human recapture (visuals cannot be verified headless). The CHANGELOG's hand-written Unreleased block carries the BREAKING migration notes, so only its factual contradiction was corrected here; how release-please folds it into the 0.15.0 section is a release-engineering choice left to the release.