Conversation
Deploying nimi-doc with
|
| Latest commit: |
f45b799
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://26c8755b.nimi-doc.pages.dev |
| Branch Preview URL: | https://develop.nimi-doc.pages.dev |
Signed-off-by: snowzane <eric.3126@gmail.com>
Signed-off-by: snowzane <eric.3126@gmail.com>
Signed-off-by: snowzane <eric.3126@gmail.com>
Signed-off-by: snowzane <eric.3126@gmail.com>
Signed-off-by: snowzane <eric.3126@gmail.com>
Route Sol and Astra plain text through captured Responses hooks, reject unsupported raw chunks, and retain candidate text while omitting opaque continuity. Keep native output budgets based on original protobuf content, stabilize embedding spaces across unrelated catalog revisions, and refresh the Rust bridge projection.
This branch has not been deployed
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.
Protected Local Apps currently cannot carry Runtime's existing function-tool and structured-text behaviors through their standard SDK/Kit path. This change adds the bounded text-generate variant to scenario execute and extends the existing text stream with ordered tool calls, results and response formats. Runtime still owns single model execution; the external App Host owns tool execution and subsequent steps.
The SDK adds a common Local App model binding. Kit carries the same values through native, main and renderer, and provides SDK AI/configuration/storage clients to App-owned Node modules on the existing Host. Session invalidation cancels old work before rebind, including failed rebind, and prevents a pending old asset write from committing. Candidate generation retains its narrow contract.
Validation: full Go AI service tests; affected driver and protected ingress tests; full SDK tests (480); Kit typecheck and tests (1179 passed, 1 skipped); native carrier (103 passed, 1 ignored) and Node (23 passed); App Tools tests; four-language generated SDK conformance; proto lint/breaking/drift and Rust bridge drift; authority fmt/check/compile/diff/impact; SDK/Kit component pack audits. Skipped native acceptance requires an installed fixed Runtime and is not claimed as passed.
Release candidates: SDK 0.12.0, Kit/native 0.8.0, Rust shells 0.4.0, App Tools 0.5.2. Vane product integration, real model/search acceptance and Desktop installation remain in progress; this PR does not claim those journeys are complete.