mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 01:25:52 +03:00
[PR #68] fix: improve error messaging for agent output validation failures #101
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/KeygraphHQ/shannon/pull/68
Author: @Mr-Neutr0n
Created: 2/6/2026
Status: 🔄 Open
Base:
main← Head:fix/prerecon-error-messaging📝 Commits (1)
b1a42ecfix: improve error messaging for agent output validation failures📊 Changes
2 files changed (+20 additions, -1 deletions)
View changed files
📝
src/ai/claude-executor.ts(+9 -0)📝
src/temporal/activities.ts(+11 -1)📄 Description
Summary
Improve error messages when agents fail to create required deliverable files, making it easier to diagnose and fix common issues.
Problem
When the pre-recon agent (or other agents) fail to create required deliverable files, users see a generic error:
This doesn't help users understand what went wrong or how to fix it.
Solution
Add troubleshooting tips and more detailed logging:
Troubleshooting tips in error message (for pre-recon agent):
Log expected file path when validation fails:
Common causes this helps diagnose
host.docker.internalfor local apps)Test plan
Fixes #62
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.