mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 01:25:52 +03:00
[PR #126] [CLOSED] fix: handle large deliverables with chunked writing and audit-log copying #130
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#130
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/126
Author: @ajmallesh
Created: 2/12/2026
Status: ❌ Closed
Base:
main← Head:fix/large-deliverable-handling📝 Commits (8)
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 handlingc90993efix: add chunked writing instructions to all agent promptsef7b4ddfeat: copy deliverables to audit-logs for self-contained audit trailb7c48abfix: restore CLAUDE_CODE_MAX_OUTPUT_TOKENS env var support📊 Changes
22 files changed (+408 additions, -335 deletions)
View changed files
📝
.claude/commands/pr.md(+18 -0)📝
.env.example(+3 -0)📝
CLAUDE.md(+92 -280)📝
README.md(+2 -0)📝
docker-compose.yml(+1 -0)📝
mcp-server/src/tools/save-deliverable.ts(+73 -19)📝
prompts/exploit-auth.txt(+11 -2)📝
prompts/exploit-authz.txt(+11 -2)📝
prompts/exploit-injection.txt(+11 -2)📝
prompts/exploit-ssrf.txt(+11 -2)📝
prompts/exploit-xss.txt(+12 -4)📝
prompts/pre-recon-code.txt(+13 -4)📝
prompts/recon.txt(+15 -2)📝
prompts/vuln-auth.txt(+12 -3)📝
prompts/vuln-authz.txt(+12 -3)📝
prompts/vuln-injection.txt(+12 -3)📝
prompts/vuln-ssrf.txt(+12 -3)📝
prompts/vuln-xss.txt(+12 -3)📝
src/ai/claude-executor.ts(+13 -0)📝
src/ai/message-handlers.ts(+18 -1)...and 2 more files
📄 Description
Summary
CLAUDE_CODE_MAX_OUTPUT_TOKENSenv var support with proper error handlingfile_pathparameter tosave_deliverableMCP tool for large reports🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.