Commit Graph

4477 Commits

Author SHA1 Message Date
Lenine Júnior
89fb1dde4d fix(dashboard): close review gaps in bulk provider connection actions (#3271 follow-up) (#3673)
Integrated into release/v3.8.22 — page.tsx conflict (god-component split #3501) resolved by re-applying the bulk-action deltas to ProviderDetailPageClient.tsx
2026-06-11 16:52:56 -03:00
Lenine Júnior
592554dbcd feat(dashboard): deactivate/activate accounts from the quota overview (#3675)
Integrated into release/v3.8.22
2026-06-11 16:41:10 -03:00
Diego Rodrigues de Sa e Souza
ef82f10a0d fix(combo): stop premature context compaction — real auto-combo windows + per-target compression limit (#3680)
Integrated into release/v3.8.22
2026-06-11 16:39:49 -03:00
Diego Rodrigues de Sa e Souza
bbace56180 feat(obsidian): add /api/v1/webdav file server for Obsidian vault sync (#3485 part 2) (#3678)
Part 2 of #3485. WebDAV server (PROPFIND/GET/PUT/DELETE/MKCOL/MOVE/OPTIONS) handled in the custom server layer (standalone-server-ws.mjs) since the App Router cannot export WebDAV methods. Basic-Auth (constant-time), path-traversal hardened, password decrypt ported from encryption.ts (parity-tested), DATA_DIR resolution parity-tested against dataPaths.ts. End-to-end Obsidian-over-Tailscale validation is a live VPS step (Rule #18).
2026-06-11 15:33:48 -03:00
Diego Rodrigues de Sa e Souza
dbbcc65693 feat(obsidian): add WebDAV config route + encrypt creds at rest (#3485 part 1) (#3677)
Part 1 of #3485. Adds /api/settings/obsidian/webdav (GET/POST/DELETE) wiring the ready obsidianSync lib, encrypts webdav password + obsidian token at rest, removes the duplicate UI block, drops the KNOWN_MISSING entry. WebDAV file server is part 2.
2026-06-11 15:33:38 -03:00
Diego Rodrigues de Sa e Souza
623806b6d7 refactor(dashboard): extract ConnectionRow + ModelCompatPopover + SiliconFlowEndpointModal — #3501 Phase 1d (#3676)
#3501 Phase 1d: god-component 8,092->6,838 LOC.

Co-authored-by: oyi77 <oyi77@users.noreply.github.com>
2026-06-11 14:57:22 -03:00
diegosouzapw
a3253399b3 docs(changelog): reconcile v3.8.22 — credit #3621/#3622 + MiMoCode follow-up roll-up 2026-06-11 14:09:39 -03:00
Diego Rodrigues de Sa e Souza
9196a5427e refactor(dashboard): extract AddApiKeyModal + EditConnectionModal — #3501 Phase 1c (#3674)
#3501 Phase 1c: extract AddApiKeyModal, EditConnectionModal, WebSessionCredentialGuide into components/; god-component 10,166->8,092 LOC. Reconciles the v3.8.22 file-size drift for this file.

Co-authored-by: oyi77 <oyi77@users.noreply.github.com>
2026-06-11 13:41:39 -03:00
Diego Rodrigues de Sa e Souza
acadb593d8 fix(dashboard): honor auto-hide and switch to visible filter on passthrough Test-all (#3610) (#3669)
Closes #3610
2026-06-11 13:16:23 -03:00
Diego Rodrigues de Sa e Souza
8f281ed8c7 fix(i18n): use logical CSS direction utilities for sidebar and key overlays (RTL #3541) (#3670)
Closes #3541
2026-06-11 13:16:14 -03:00
Diego Rodrigues de Sa e Souza
eb32352076 fix(resilience): clear stale transient connection cooldowns on startup (#3625) (#3672)
Closes #3625
2026-06-11 13:15:57 -03:00
Diego Rodrigues de Sa e Souza
8a2d86a576 fix(oauth): name Kiro/AWS auto-imported accounts and dedupe by profileArn (#3615) (#3671)
Closes #3615
2026-06-11 13:15:47 -03:00
Diego Rodrigues de Sa e Souza
34c278324b fix(dashboard): restore home topology live in-flight pulse (#3507) (#3667)
Closes #3507
2026-06-11 12:55:32 -03:00
Diego Rodrigues de Sa e Souza
7e7fdbd30d fix(electron): launch peer-stamping server-ws.mjs entrypoint to avoid 403 LOCAL_ONLY (#3386) (#3665)
Closes #3386
2026-06-11 12:55:16 -03:00
Diego Rodrigues de Sa e Souza
47155fa3a0 fix(api): flag provider topology error state by current status, not stale history (#3619) (#3666)
Closes #3619
2026-06-11 12:55:02 -03:00
Diego Rodrigues de Sa e Souza
8c7f37340c fix(api): fetch live OpenCode model catalog for no-auth model picker (#3611) (#3664)
Closes #3611
2026-06-11 12:54:46 -03:00
Diego Rodrigues de Sa e Souza
03039321d5 fix(cli): honor HERMES_HOME for Hermes Agent config path (#3628) (#3663)
Closes #3628
2026-06-11 12:54:28 -03:00
Diego Rodrigues de Sa e Souza
bc164d0df5 fix(mitm): remove duplicated 'Command failed:' error prefix (#3641) (#3662)
Closes #3641
2026-06-11 12:53:11 -03:00
Diego Rodrigues de Sa e Souza
3ce157d22e fix(responses): detect stream readiness for tool-call-only and object-less chunks (#3612) (#3661)
Closes #3612
2026-06-11 12:53:07 -03:00
diegosouzapw
60e38a71d1 fix(mimocode): add required authHeader:"none" to registry entry (#3659 follow-up)
The mimocode RegistryEntry omitted the required authHeader field, which broke
typecheck:core (TS2741). Match the no-auth convention (authType:"none" + authHeader:"none")
used by veoaifree-web and other free providers. Follow-up to #3659 (@pizzav-xyz).
2026-06-11 11:59:18 -03:00
diegosouzapw
a702a9e56f docs(changelog): credit #3632/#3631/#3637/#3659/#3540/#3616/#3523 (v3.8.22 targeted review round) 2026-06-11 11:57:26 -03:00
Witroch4
2b39b8357c Add Claude Code routing preference for unprefixed Claude models (#3540)
Integrated into release/v3.8.22 — page.tsx conflict resolved (re-applied toggle to ProviderDetailPageClient) + disable-test updated for catalog drift in review.
2026-06-11 11:53:59 -03:00
kkkayye
3813fa4a85 Log Responses WebSocket calls in history (#3616)
Integrated into release/v3.8.22 — Codex Responses WebSocket call history logging.
2026-06-11 11:46:32 -03:00
PizzaV
5a5d2ee5a4 feat(providers): add MiMoCode free-tier provider with bootstrap JWT auth (#3659)
Integrated into release/v3.8.22 — page.tsx conflict resolved + NoAuthAccountCard re-applied to ProviderDetailPageClient in review. MiMoCode endpoint validated live.
2026-06-11 11:45:10 -03:00
Hernan Javier Ardila Sanchez
337f16ca6b fix(combo): skip same-provider targets on 408/500/502/503/504/524 errors (#3637)
Integrated into release/v3.8.22 — circuit-breaker guard added in review (#1731v2)
2026-06-11 11:42:01 -03:00
Nicolas Lorin
9574d572d6 refactor: small code cleanup (#3523)
Integrated into release/v3.8.22
2026-06-11 11:36:40 -03:00
NOXX - Commiter
8ecfe757ea fix(kiro): route enterprise IAM Identity Center accounts to their regional endpoint (#3631)
Integrated into release/v3.8.22
2026-06-11 11:36:36 -03:00
Abhishek Divekar
c5b21412c0 fix(reasoning): replay reasoning_content on plain DeepSeek turns (#1682) (#3632)
Integrated into release/v3.8.22
2026-06-11 11:36:32 -03:00
Diego Rodrigues de Sa e Souza
d8b9759db6 refactor(dashboard): extract remaining shared helpers to providerPageHelpers — #3501 Phase 2b (#3658)
#3501 Phase 2b: extract remaining shared helpers to providerPageHelpers (leaf, cycle-safe). Heavy modals unblocked.

Co-authored-by: oyi77 <oyi77@users.noreply.github.com>
2026-06-11 11:10:41 -03:00
Diego Rodrigues de Sa e Souza
2ec54d06f6 refactor(dashboard): extract pure helpers to providerPageHelpers — #3501 Phase 2 (#3653)
#3501 Phase 2: extract pure helpers to providerPageHelpers (leaf, cycle-safe).

Co-authored-by: oyi77 <oyi77@users.noreply.github.com>
2026-06-11 10:25:07 -03:00
Diego Rodrigues de Sa e Souza
c4bdd4a90b chore(db-gate): reclassify external-DB reads, fully close #3500 (#3649)
Closes #3500: reclassify external-DB reads; all internal raw-SQL migrated to db/ modules.
2026-06-11 09:49:56 -03:00
Diego Rodrigues de Sa e Souza
870f825196 refactor(db): move usage_logs/semantic_cache/proxy_logs SQL into db modules (#3500 slice 4) (#3648)
#3500 slice 4: usage_logs/semantic_cache/proxy_logs SQL → db modules. All internal routes done (2 external by-design remain).
2026-06-11 09:46:11 -03:00
Diego Rodrigues de Sa e Souza
53af75fcac refactor(db): move skills UPDATE + db-backups SQL into db modules (#3500 slice 5) (#3647)
#3500 slice 5: skills UPDATE (allowlist) + db-backups SQL → db modules.
2026-06-11 09:43:33 -03:00
Diego Rodrigues de Sa e Souza
581878a421 refactor(db): move usage_history SQL into usageAnalytics module (#3500 slice 2) (#3644)
#3500 slice 2: usage_history/daily_usage_summary SQL → usageAnalytics db module.
2026-06-11 09:32:55 -03:00
Diego Rodrigues de Sa e Souza
9e9262b145 refactor(db): move community_servers SQL into gamification db module (#3500 slice 3) (#3639)
#3500 slice 3: community_servers SQL → gamification db module.
2026-06-11 09:16:27 -03:00
Diego Rodrigues de Sa e Souza
ee53ced36b refactor(dashboard): extract EditCompatibleNodeModal — #3501 Phase 1b (#3638)
#3501 Phase 1b: extract EditCompatibleNodeModal (cycle-safe via leaf constants module).

Co-authored-by: oyi77 <oyi77@users.noreply.github.com>
2026-06-11 09:14:57 -03:00
Diego Rodrigues de Sa e Souza
1d147b61da refactor(db): move call_logs aggregations into callLogStats db module (#3500) (#3636)
#3500 slice 1: call_logs aggregations → src/lib/db/callLogStats.ts (Rule #5). Byte-identical queries; TDD 6/6.
2026-06-11 08:58:33 -03:00
Diego Rodrigues de Sa e Souza
f6632c0cd4 fix(db): reclassify localDb unexported modules as intentionally-internal (#3499) (#3635)
Closes #3499 — reclassify localDb unexported modules as intentionally-internal (audit + honest gate framing).
2026-06-11 08:56:45 -03:00
Diego Rodrigues de Sa e Souza
3a2cfd63ae refactor(dashboard): extract auth-import modals — #3501 Phase 1a (#3634)
#3501 Phase 1a: extract 3 auth-import modal clusters.

Co-authored-by: oyi77 <oyi77@users.noreply.github.com>
2026-06-11 08:54:38 -03:00
Diego Rodrigues de Sa e Souza
bb6d5a288a refactor(dashboard): extract ProviderDetailPageClient — #3501 Phase 0 (#3633)
#3501 Phase 0: extract ProviderDetailPageClient + smoke test.

Co-authored-by: oyi77 <oyi77@users.noreply.github.com>
2026-06-11 08:40:15 -03:00
diegosouzapw
cf06adf2e3 chore(release): open v3.8.22 development cycle 2026-06-11 05:16:40 -03:00
Diego Rodrigues de Sa e Souza
a32e52eed6 fix(ci): increase execFileSync maxBuffer in validate-pack-artifact (#3622)
npm pack --dry-run --json on large packages exceeds the default 1 MB
buffer. Set maxBuffer to 64 MB so check:pack-artifact does not fail
with ENOBUFS on the CI runner.
2026-06-11 05:08:54 -03:00
Diego Rodrigues de Sa e Souza
88857237a2 fix(guardrails): use validateBody() in /api/guardrails/test route (#3621)
Replaces request.json() + TestRequestSchema.parse() pattern with the
canonical validateBody()/isValidationFailure() pattern from
@/shared/validation/helpers, satisfying check:route-validation:t06.
2026-06-11 05:06:58 -03:00
Diego Rodrigues de Sa e Souza
c315a2394c Release v3.8.21 (#3593)
* chore(release): open v3.8.21 development cycle

* fix: pass through valid max_tokens-truncated responses instead of fake 502 (#3572) (#3595)

* fix: /v1/completions returns legacy text-completion format, not chat (#3571) (#3596)

* fix: z.ai/GLM coding plan no longer shows Monthly 0% when no monthly cap (#3580) (#3597)

* docs: mark DISCOVERY_TOOL_DESIGN endpoints as Phase-2 not-yet-implemented (#3498) (#3599)

* fix(agent-bridge): add validate-only upstream-ca/test route (#3488) (#3600)

* fix(gamification): add level/badges/badges-earned profile routes (#3484)

* security(oauth): migrate 5 public client_ids to resolvePublicCred (#3493)

* fix(mcp): ship MCP server source closure in npm files + coverage gate (#3578)

* fix: add reasoning token buffer for combo routing (fixes #3587) (#3588)

Integrated into release/v3.8.21

* Refactor: Extract chatCore phases into modular files (#3598)

Integrated into release/v3.8.21 — chatCore phase modularization. Adjusted: re-derive idempotencyKey for the save path after the check moved into the module (co-authored). Thanks @oyi77!

* docs(changelog): credit #3598 (chatCore modularization) + #3588 (combo reasoning buffer)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* fix(api): implement GET /api/guardrails + POST /api/guardrails/test, drop shadow/guardrails doc-fiction (#3496) (#3602)

Integrated into release/v3.8.21 — implements GET /api/guardrails + POST /api/guardrails/test, removes shadow/guardrails doc-fiction. TDD-validated (5/5) + check-docs-symbols/typecheck/eslint green.

* fix(gemini): isolate textual reasoning wrappers (#3605)

Split-out PR C from #3584. Isolates textual reasoning wrappers (<think>/<thinking>/<thought>/<internal_thought>, including malformed/open tags) into reasoning_content across both the non-streaming sanitizer and the Gemini streaming translator, with split-chunk buffering. Additive to the existing textual tool-call pipeline; does not touch the #3569 native functionResponse path. Integrated into release/v3.8.21. Thanks @dhaern!

* fix(antigravity): normalize Gemini 3.5 Flash tier IDs (#3603)

Split-out PR A from #3584. Normalizes the Antigravity/agy Gemini 3.5 Flash tier IDs to clean public names (gemini-3.5-flash-low/medium/high), maps them to the live upstream IDs at the executor boundary, and removes Antigravity from the global model resolver so the executor owns wire normalization. Maintainer follow-up: kept gemini-3.5-flash-preview as a hidden backward-compat alias routing to the High tier (so saved combos/configs keep working). Live-validated the tier set via the agy CLI catalog. Integrated into release/v3.8.21. Thanks @dhaern!

* fix(agent-bridge): surface real MITM startup-failure cause, not always port 443 (#3606) (#3608)

Integrated into release/v3.8.21 (#3606)

* fix(oauth): surface real Kiro import-token failure cause, not a bare 500 (#3589) (#3609)

Integrated into release/v3.8.21 (#3589)

* docs(opencode-provider): soft-deprecate in favor of @omniroute/opencode-plugin (#3419) (#3613)

Integrated into release/v3.8.21 (#3419)

* fix(usage): normalize Antigravity and agy provider quotas (#3604)

Split-out PR B from #3584. Normalizes Antigravity/agy provider quotas: prefers retrieveUserQuota for live consumption, falls back to fetchAvailableModels and local usage_history, sanitizes cached Provider Limits so retired upstream IDs are not re-exposed, and schedules a deduplicated post-usage refresh. Maintainer follow-up: decoupled the post-usage refresh via a lightweight usageEvents bus (usageHistory no longer dynamic-imports providerLimits) so it does not pull the executors/translator graph into the typecheck-core surface — typecheck:core stays at 0. Integrated into release/v3.8.21. Thanks @dhaern!

* feat(cli): add autostart on/off/toggle shorthand for headless serve mode (#3331) (#3614)

Integrated into release/v3.8.21 (#3331)

* docs(changelog): credit #3603 (Flash tier IDs) + #3604 (provider quotas) + #3605 (reasoning wrappers)

Co-authored-by: diegosouzapw <diegosouza.pw@gmail.com>

* fix(review): resolve findings from /review-reviews battery (v3.8.21 hardening) (#3618)

Pre-release hardening from the /review-reviews battery — 15 findings resolved (L1-L13,L15) + L14 live-verified WONTFIX, convergence re-review clean. lint/typecheck:core/test:vitest(146)/build green; zero new test:unit failures vs baseline 797de433f.

* chore(release): v3.8.21 CHANGELOG + i18n + env-doc sync

---------

Co-authored-by: Hernan Javier Ardila Sanchez <hjasgr@gmail.com>
Co-authored-by: Paijo <14921983+oyi77@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Raxxoor <manker_lol@hotmail.com>
2026-06-11 04:01:24 -03:00
Hernan Javier Ardila Sanchez
4bfd9e2845 fix: add reasoning token buffer for combo routing (fixes #3587) (#3588)
Integrated into release/v3.8.21
2026-06-10 21:29:11 -03:00
Diego Rodrigues de Sa e Souza
d6f008cdaf fix(resilience): expose providerCooldown in GET+PATCH /api/resilience (#3591) v3.8.20 2026-06-10 16:28:24 -03:00
Diego Rodrigues de Sa e Souza
bf8b56b29f Release v3.8.20 (#3547)
* chore(release): open v3.8.20 development cycle

* fix(images): prefer bare combos over image aliases (#3527)

Integrated into release/v3.8.20

* fix(translator): map Codex local_shell tool (#3534)

Integrated into release/v3.8.20

* fix(usage): make opencode-go quota fetcher fail-open instead of throwing 500 (#3522)

Integrated into release/v3.8.20

* Fix Runtime page breaker state rendering (#3533)

Integrated into release/v3.8.20

* Expose provider breaker degradation threshold setting (#3535)

Integrated into release/v3.8.20

* fix(executor): strip provider prefix from versioned built-in tool model field (#3532)

Integrated into release/v3.8.20

* feat(providers): add Claude Fable 5 support (#3524)

Integrated into release/v3.8.20

* feat(resilience): add global provider cooldown tracking to prevent combo re-walking (#3556)

Integrated into release/v3.8.20 (default OFF, opt-in)

* fix(translator): scope thoughtSignature bypass to Antigravity/CLI only (#3560)

Integrated into release/v3.8.20. Co-authored-by: Six7Day <six7day@gmail.com>

* fix(routing): normalize thinking:disabled for combo-substituted models that reject it (#3554) (#3563)

Integrated into release/v3.8.20

* fix(usage): accept 0/empty budget limits so the dashboard can save and clear (#3537) (#3564)

Integrated into release/v3.8.20

* docs(changelog): credit @Six7Day for #3560 thoughtSignature fix (#3414)

The #3560 squash co-author trailer landed inline (unparsed by GitHub), so add
an explicit CHANGELOG credit ensuring @Six7Day (original #3414) and @oyi77 are
on the public record for the Gemini thoughtSignature fix.

* fix(gamification): dedup badge unlock via user_badges so events don't re-fire every request (#3472) (#3565)

Integrated into release/v3.8.20

* fix(routing): pass through 'auto' keyword on codex /v1/responses instead of rewriting to codex/auto (#3509) (#3566)

Integrated into release/v3.8.20

* fix(cli-tools): normalize apiKey null in guide-settings schema so cloud-mode config saves (#3552) (#3567)

Integrated into release/v3.8.20

* fix(catalog): reclassify PublicAI from keyless to one-time-initial (requires API key) (#3558) (#3568)

Integrated into release/v3.8.20

* fix(gemini-web): surface missing Playwright browser as actionable 503 + cooldown hint, not a retryable 500 loop (#3516) (#3570)

Integrated into release/v3.8.20

* fix(security): sanitize raw err.message in web executors + embeddings/search response bodies (Rule #12) (#3494, #3495) (#3573)

Integrated into release/v3.8.20

* fix(dashboard): point CustomHostsManager + FeatureFlagsGrid at real routes (#3486, #3487) (#3574)

Integrated into release/v3.8.20

* chore(providers): remove dead krutrim entry (#3483) + docs(api): fix agent-bridge per-agent state route (#3489) (#3575)

Integrated into release/v3.8.20

* docs(api): correct API_REFERENCE.md paths for skills/plugins/admin/cache/acp/system-info (#3497) (#3577)

Integrated into release/v3.8.20

* fix(proxy): drive SOCKS5 UI option from runtime ENABLE_SOCKS5_PROXY, not build-time NEXT_PUBLIC (#3508) (#3579)

Integrated into release/v3.8.20

* fix(playground): filter playground models by node prefix so custom-endpoint models appear (#3505) (#3581)

Integrated into release/v3.8.20

* fix(usage): show an informative message instead of a blank Kiro quota card when no usage breakdown (#3506) (#3582)

Integrated into release/v3.8.20

* docs(changelog): add the #3506 Kiro quota entry (missed in #3582 due to a stale-base CHANGELOG anchor) (#3583)

Integrated into release/v3.8.20

* fix(auto-update): use stable PROJECT_ROOT walker, not frozen process.cwd() (#3561)

Integrated into release/v3.8.20. Auto-update PROJECT_ROOT now uses a stable __dirname-anchored upward walker instead of the no-op process.cwd() resolver.

* fix: address PR #3518 review comments (lifecycle hooks, regex, indentation, route params) (#3562)

Integrated into release/v3.8.20. Addresses #3518 review: regex literals, logs/[id] route params (Next 16), indentation, and wires plugin lifecycle hooks (onInstall/onActivate/onDeactivate/onUninstall) in the loader so manager.ts can register them. Adds Rule #18 regression test.

* docs(changelog): credit @ViFigueiredo (#3423) for PROJECT_ROOT + log #3561/#3562 (v3.8.20)

* fix: openai to gemini incorrectly translates historical tool calls into text (#3569)

Integrated into release/v3.8.20. Standard Gemini direct path now maps historical tool calls to native functionCall/functionResponse parts (signaturelessToolCallMode: native) instead of inert text — validated against the real Gemini API (gemini-2.5-flash returns 200 for signatureless native functionCall, even with tools+thinking; Hard Rule #18). Eliminates the text-serialization leak. Antigravity/CLI sentinel path (#3560) untouched.

* docs(changelog)+test: reconcile standard-Gemini native mode (#3569) — update round-2 rationale comment + log VPS validation

* docs(changelog): reconcile v3.8.20 — add 9 missing bullets + move [Unreleased] to versioned section

* docs(changelog): complete v3.8.20 reconciliation — 27 bullets, 11 contributors

---------

Co-authored-by: Alexander Averyanov <alex@averyan.ru>
Co-authored-by: Hakan Kurşun <bykamaka@gmail.com>
Co-authored-by: Wilson <pedbookmed@gmail.com>
Co-authored-by: Randi <55005611+rdself@users.noreply.github.com>
Co-authored-by: Giorgos Giakoumettis <giorgos@yiakoumettis.gr>
Co-authored-by: PizzaV <103120356+pizzav-xyz@users.noreply.github.com>
Co-authored-by: Paijo <14921983+oyi77@users.noreply.github.com>
Co-authored-by: Markus Hartung <mail@hartmark.se>
2026-06-10 13:49:08 -03:00
Diego Rodrigues de Sa e Souza
630680067c fix(security): block cloud-metadata SSRF pivot in cli-tools catalog fetch (CodeQL #326 critical) (#3544)
assertSafeCatalogUrl() blocks the cloud-metadata/link-local SSRF→IAM pivot + non-http(s) + embedded creds before the user-controlled baseUrl reaches fetch; loopback (the legitimate OmniRoute target) and public OmniRoute Cloud stay allowed. Fetches the re-parsed (taint-severed) URL. TDD: 4 guard cases. CodeQL FP (custom-guard limitation) dismissed per Rule #14. Folded into v3.8.19.
v3.8.19
2026-06-10 02:20:21 -03:00
Ramel Tecnologia - Rafa Martins
6a7a36c09e Update WhatsApp Brasil link in README.md (#3543)
Atualizaçao grupo Brasil
2026-06-10 01:15:56 -03:00
Diego Rodrigues de Sa e Souza
d65d8bb54f chore(quality): re-baseline complexity to the published v3.8.18 inheritance (1739→1746) (#3542)
Proven against pre-cycle base 5f2722bd6 (v3.8.19 cycle adds zero). Reduction = Phase 6A (2026-06-16).
2026-06-09 23:27:02 -03:00