Open Issues Need Help
View All on GitHubAI Summary: The Katalyst agent's `--auto-approve` flag should default to `false` and explicitly request user permission before making any changes. Currently, it automatically approves plans without user interaction, which is a bug.
Modular Python Data Science & Coding agent with graph-based task planning, ReAct loops, and built-in tools for terminal automation.
AI Summary: The Katalyst agent currently logs conversation agent responses as INFO messages. The task is to modify the logging mechanism to display conversation agent responses in a more user-friendly and distinct format, potentially separating them from other INFO logs or using a different log level entirely. This likely involves adjusting the logging statements within the agent's code to use a different log level or formatting technique.
Modular Python Data Science & Coding agent with graph-based task planning, ReAct loops, and built-in tools for terminal automation.