mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-03 22:02:08 +03:00
Release v3.8.42 — full CHANGELOG in CHANGELOG.md. CI: 103 checks green incl. CodeQL (all languages), Semgrep, all 8 unit shards, coverage, Node 24 compat, and integration tests. Full unit suite validated locally: 19437 pass / 0 fail. The 3 red checks are advisory and do not gate main (no required status checks): SonarCloud/SonarQube new-code coverage gate, and PR Test Policy (test-masking detector flagging the legitimate dead-Phind provider removal in #5530 — reviewed, correct). Includes cycle-close reconciliation + repair of inherited base-red tests from #5480/#5527/#5427/#5521 that the PR->release fast-path did not exercise.
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
||
"language": "zh",
|
||
"category": "filler",
|
||
"rules": [
|
||
{
|
||
"name": "zh_filler_please",
|
||
"pattern": "请(?:你|您)?(?:帮我|帮忙)?",
|
||
"replacement": "",
|
||
"context": "user",
|
||
"category": "filler",
|
||
"minIntensity": "lite"
|
||
},
|
||
{
|
||
"name": "zh_filler_thanks",
|
||
"pattern": "(?:谢谢|多谢|感谢)(?:你|您|大家)?[。,!]?",
|
||
"replacement": "",
|
||
"context": "all",
|
||
"category": "filler",
|
||
"minIntensity": "lite"
|
||
},
|
||
{
|
||
"name": "zh_filler_trouble",
|
||
"pattern": "(?:麻烦你|麻烦您|劳驾)[,]?",
|
||
"replacement": "",
|
||
"context": "user",
|
||
"category": "filler",
|
||
"minIntensity": "lite"
|
||
},
|
||
{
|
||
"name": "zh_filler_greeting",
|
||
"pattern": "(?:你好|您好|大家好)[,,]?",
|
||
"replacement": "",
|
||
"context": "all",
|
||
"category": "filler",
|
||
"minIntensity": "lite"
|
||
},
|
||
{
|
||
"name": "zh_filler_hedge_think",
|
||
"pattern": "(?:我觉得|我认为|我想说)",
|
||
"replacement": "",
|
||
"context": "all",
|
||
"category": "filler",
|
||
"minIntensity": "full"
|
||
},
|
||
{
|
||
"name": "zh_filler_hedge_actually",
|
||
"pattern": "(?:其实|说实话|基本上)[,,]?",
|
||
"replacement": "",
|
||
"context": "all",
|
||
"category": "filler",
|
||
"minIntensity": "full"
|
||
}
|
||
]
|
||
}
|