Skip to content

Commit 0462356

Browse files
committed
chore(release): codex 1.1.16 (source)
1 parent 1faee2e commit 0462356

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/classify_ci_noise.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ class NoiseRule:
103103
NoiseRule(
104104
"serena-mcp-runtime-log",
105105
re.compile(
106-
r"^(INFO|WARNING) \d{4}-\d{2}-\d{2} .*"
106+
r"^(?:(INFO|WARNING) \d{4}-\d{2}-\d{2} .*"
107107
r"(serena|solidlsp|sensai|mcp\.server)\."
108-
r"|^CRITICAL: Before starting to work on a coding task, call the `initial_instructions` tool"
108+
r"|CRITICAL: Before starting to work on a coding task, call the `initial_instructions` tool)"
109109
),
110110
"Serena MCP and its language-server dependencies log normal startup/shutdown detail to stderr.",
111111
),

0 commit comments

Comments
 (0)