Merge dev: security fixes, MCP fixes, and bug fixes#89
Merged
Conversation
Changes the debug_agents default from True to False in peak_assistant_chat() so prompt/response content is not written to msgs.txt/results.txt on every Streamlit interaction. No callers pass debug_agents explicitly, so the default change covers all UI paths. Supersedes PR #72. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The inner try/except in refiner() was printing to stdout (garbling parseable output) and re-raising as a generic Exception, discarding the original type. Remove it so exceptions propagate with their native type and traceback intact. Add a single exception handler at the CLI boundary in main() that prints a concise message to stderr, shows the full traceback with --verbose, and exits with code 1. Supersedes PR #77. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
ghcr.io/cisco-talos/peak-assistant:latestafter merge🤖 Generated with Claude Code