Skip to content

fix: include all error messages, stack traces and logs in prompt#2

Merged
mrviduus merged 1 commit intomainfrom
fix/include-full-error-context
Feb 6, 2026
Merged

fix: include all error messages, stack traces and logs in prompt#2
mrviduus merged 1 commit intomainfrom
fix/include-full-error-context

Conversation

@vasylvd
Copy link
Collaborator

@vasylvd vasylvd commented Feb 6, 2026

  • ErrorMessage now joins all Failure.Messages (not just first)
  • StackTrace now joins all Failure.StackTraces (not just first)
  • Remove Take(20)/Take(30) limits on logs in both report and prompt
  • LLM now sees full context: all assertion failures, full stack traces, and complete HTTP request/response timeline

- ErrorMessage now joins all Failure.Messages (not just first)
- StackTrace now joins all Failure.StackTraces (not just first)
- Remove Take(20)/Take(30) limits on logs in both report and prompt
- LLM now sees full context: all assertion failures, full stack traces,
  and complete HTTP request/response timeline

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mrviduus mrviduus merged commit b28e780 into main Feb 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants