mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-26 17:12:27 +03:00
chore(ci): unblock quality gates - env-doc sync + stryker tap.testFiles registration (#9282) (#11609)
Merged via /merge-batch (lote 2026-08-26 batch 2, v3.8.51). Dois conflitos, ambos triviais: (1) stryker.conf.json — mesma linha com indentação diferente, mantida a indentação correta; (2) ts7-executor-shared-shapes.test.ts — mesma correção já coberta por #11591/#11608 (mergeados neste lote), mantido o describe/comentário melhor deste PR sobre a asserção já validada. Validado: 4/4 testes passando. Obrigado pela contribuição.
This commit is contained in:
@@ -3062,3 +3062,9 @@ QUOTA_STORE_DRIVER=sqlite
|
||||
# without a configured budget are always considered affordable. Requires the
|
||||
# provider_quota_state table (migration 148).
|
||||
# OMNIROUTE_QUOTA_AWARE_ROUTING=0
|
||||
|
||||
# ─── LOCAL CORPUS (opt-in document index) ───
|
||||
# Size of the in-memory LRU index cache for the local document corpus used by
|
||||
# corpus-aware retrieval. Higher values keep more index entries hot.
|
||||
# Used by: src/lib/localCorpus/configured.ts
|
||||
# OMNIROUTE_CORPUS_CACHE_SIZE=5
|
||||
|
||||
@@ -14,7 +14,11 @@ const { OpencodeExecutor } = await import("../../open-sse/executors/opencode.ts"
|
||||
* that failed to type-check — no duplicate added here.
|
||||
*/
|
||||
|
||||
describe("OpencodeExecutor — the tools array survives the narrowing fix", () => {
|
||||
// NOTE: the former truncates-to-128 guard here is superseded by
|
||||
// opencode-tools-no-truncation.test.ts (#11444): tool-list limiting moved to
|
||||
// chatCore truncateToolList(); the executor must forward arrays intact.
|
||||
|
||||
describe("OpencodeExecutor — tools truncation survives the narrowing fix", () => {
|
||||
const executor = new OpencodeExecutor("opencode-go");
|
||||
const CREDENTIALS = { apiKey: "k" } as Record<string, unknown>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user