mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-09 17:28:51 +00:00
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>
15 lines
603 B
INI
15 lines
603 B
INI
# Advisory prose lint for OmniRoute docs (Vale — https://vale.sh).
|
|
# Warning-first: surfaces vague language, passive voice, and terminology drift without
|
|
# blocking CI. The Microsoft style is pulled by the CI step (vale sync / vale-action).
|
|
# Project terms live in the OmniRoute vocabulary so they never read as misspellings.
|
|
StylesPath = .vale/styles
|
|
MinAlertLevel = warning
|
|
Packages = Microsoft
|
|
Vocab = OmniRoute
|
|
|
|
[*.md]
|
|
BasedOnStyles = Vale, Microsoft
|
|
|
|
# Code-heavy reference docs and auto-generated catalogs are noisy under prose rules.
|
|
[docs/reference/PROVIDER_REFERENCE.md]
|
|
BasedOnStyles = Vale
|