Diego Rodrigues de Sa e Souza
81a37b67ed
Release v3.8.26 ( #3875 )
...
OmniRoute v3.8.26 — see CHANGELOG.md [3.8.26] for the full notes.
Highlights: Vertex AI media generation (#3929 ), GLM-5.2 effort-tier routing (#3885 ),
sticky round-robin combos (#3846 ), OpenRouter connection presets (#3878 ), compression
prompt-cache fix (#3936/#3890), and a security pass (form-data/vite + workflow hardening, #3949 ).
Co-authored-by: artickc <artickc@users.noreply.github.com >
Co-authored-by: rdself <rdself@users.noreply.github.com >
Co-authored-by: herjarsa <herjarsa@users.noreply.github.com >
Co-authored-by: Jack Smith <16862258+YunyunZhai@users.noreply.github.com >
Co-authored-by: dhaern <dhaern@users.noreply.github.com >
Co-authored-by: adivekar-utexas <adivekar-utexas@users.noreply.github.com >
Co-authored-by: megamen32 <megamen32@users.noreply.github.com >
Co-authored-by: zhiru <zhiru@users.noreply.github.com >
Co-authored-by: insoln <insoln@users.noreply.github.com >
Co-authored-by: diego-anselmo <diego-anselmo@users.noreply.github.com >
2026-06-16 01:00:40 -03:00
diegosouzapw
afe2a67c76
Merge FASE 3: docs restructure into 8 subfolders
...
Reorganizes /docs into 8 subfolders (architecture, guides, reference, frameworks,
routing, security, compression, ops). Resolves two conflicts:
- scripts/docs/gen-provider-reference.ts: combined FASE 1's new __dirname-based
ROOT (two levels up from scripts/docs/) with FASE 3's new output path
(docs/reference/PROVIDER_REFERENCE.md).
- scripts/check-env-doc-sync.mjs: deleted by FASE 1, modified by FASE 3; FASE 1's
delete wins (file is at scripts/check/ now). The FASE 3 intent (point to
docs/reference/ENVIRONMENT.md) was applied to the strict checker at the new path.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-13 16:10:49 -03:00
diegosouzapw
f3b944a55a
refactor(scripts): organize into build/dev/check/docs/i18n/ad-hoc subfolders
...
Reorganizes the 29 active scripts under scripts/ into purpose-driven
subfolders:
- scripts/build/ (11) — Build, install, publish, runtime env
- scripts/dev/ (13) — Dev servers, test runners, healthchecks
- scripts/check/ (10) — Lint/validation/coverage checks
- scripts/docs/ (2) — Docs index and provider reference generation
- scripts/i18n/ (+3) — Adds Python translation utilities (check/validate/autotranslate)
- scripts/ad-hoc/ (4) — One-shot maintenance utilities
Updates all references in package.json, electron/package.json,
.husky/pre-commit, .github/workflows/ci.yml, Dockerfile, src/,
tests/, scripts/ internal cross-imports, playwright.config.ts,
and English docs (CODEBASE_DOCUMENTATION, ENVIRONMENT, FEATURES,
RELEASE_CHECKLIST, COVERAGE_PLAN, ELECTRON_GUIDE, I18N, GEMINI).
Also patches scripts/build/pack-artifact-policy.ts so the npm pack
allowlist mirrors the new layout.
Validates with:
- npm run lint (exit 0 — pre-existing minified-bundle errors only)
- npm run typecheck:core (exit 0)
- npm run check:docs-all (exit 0)
- unit tests for moved scripts (57 tests pass)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-13 10:14:25 -03:00