fix: remove committed binary and stop leaking API key in prompt

Remove cmd/supervisor/supervisor binary from git (was accidentally
committed) and add it to .gitignore. Move LITELLM_API_KEY from the
prompt string into the subprocess env, preventing it from appearing
in error log output when JSON parsing fails.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-17 08:49:44 +02:00
co-authored by Claude Sonnet 4.6
parent d60c11c260
commit 48d2d7dd73
3 changed files with 7 additions and 5 deletions
+1
View File
@@ -4,6 +4,7 @@
# Binaries
bin/
*.exe
cmd/supervisor/supervisor
# Go
vendor/