We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad15f0 commit 5aa4313Copy full SHA for 5aa4313
1 file changed
action/mcp_client.py
@@ -548,6 +548,8 @@ def run(self, user_message):
548
def main():
549
"""Main entry point — read config from env vars, run analysis, write output."""
550
print("::group::Step 4 - AI Crash Dump Analysis", flush=True)
551
+ sys.stdout.reconfigure(encoding="utf-8")
552
+ sys.stderr.reconfigure(encoding="utf-8")
553
554
# -- Read configuration from environment variables -----------------------
555
api_key = os.environ.get("API_KEY", "")
0 commit comments