mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 09:35:55 +03:00
[PR #127] [MERGED] fix: improve large deliverable handling and audit trail #131
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#131
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/127
Author: @ajmallesh
Created: 2/12/2026
Status: ✅ Merged
Merged: 2/12/2026
Merged by: @ajmallesh
Base:
main← Head:fix/large-deliverable-handling-v2📝 Commits (3)
983010cfix: add chunked writing instructions to all agent promptsde87940feat: copy deliverables to audit-logs for self-contained audit trail6f79ce1fix: restore CLAUDE_CODE_MAX_OUTPUT_TOKENS env var support📊 Changes
18 files changed (+124 additions, -16 deletions)
View changed files
📝
.env.example(+3 -0)📝
README.md(+2 -0)📝
docker-compose.yml(+1 -0)📝
prompts/exploit-auth.txt(+6 -1)📝
prompts/exploit-authz.txt(+6 -1)📝
prompts/exploit-injection.txt(+6 -1)📝
prompts/exploit-ssrf.txt(+6 -1)📝
prompts/exploit-xss.txt(+6 -1)📝
prompts/pre-recon-code.txt(+6 -1)📝
prompts/recon.txt(+5 -2)📝
prompts/vuln-auth.txt(+6 -1)📝
prompts/vuln-authz.txt(+6 -1)📝
prompts/vuln-injection.txt(+6 -1)📝
prompts/vuln-ssrf.txt(+6 -1)📝
prompts/vuln-xss.txt(+6 -1)📝
src/ai/claude-executor.ts(+3 -1)📝
src/audit/utils.ts(+36 -1)📝
src/temporal/activities.ts(+8 -1)📄 Description
Summary
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.