mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 01:25:52 +03:00
[PR #123] [MERGED] fix: add file_path parameter to save_deliverable for large reports #129
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#129
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/123
Author: @ajmallesh
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @ajmallesh
Base:
main← Head:fix/large-deliverable-handling📝 Commits (5)
f7eb3a5fix: add file_path parameter to save_deliverable for large reports4ea255bdocs: simplify and condense CLAUDE.mdefc492afeat: add issue number detection to pr command57d82b4chore: remove CLAUDE_CODE_MAX_OUTPUT_TOKENS env var handlinga3ba152fix: restore max_output_tokens error handling📊 Changes
17 files changed (+298 additions, -333 deletions)
View changed files
📝
.claude/commands/pr.md(+18 -0)📝
CLAUDE.md(+92 -280)📝
mcp-server/src/tools/save-deliverable.ts(+73 -19)📝
prompts/exploit-auth.txt(+6 -2)📝
prompts/exploit-authz.txt(+6 -2)📝
prompts/exploit-injection.txt(+6 -2)📝
prompts/exploit-ssrf.txt(+6 -2)📝
prompts/exploit-xss.txt(+7 -4)📝
prompts/pre-recon-code.txt(+8 -4)📝
prompts/recon.txt(+12 -2)📝
prompts/vuln-auth.txt(+7 -3)📝
prompts/vuln-authz.txt(+7 -3)📝
prompts/vuln-injection.txt(+7 -3)📝
prompts/vuln-ssrf.txt(+7 -3)📝
prompts/vuln-xss.txt(+7 -3)📝
src/ai/claude-executor.ts(+11 -0)📝
src/ai/message-handlers.ts(+18 -1)📄 Description
Summary
file_pathparameter tosave_deliverableMCP tool, allowing agents to reference files instead of passing large content inline (avoids output token limits)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.