Skip to content

fix(discord): preserve complete session error attachments - #160

Merged
patroza merged 1 commit into
fork/discordfrom
fix/discord-complete-session-error-files
Jul 28, 2026
Merged

fix(discord): preserve complete session error attachments#160
patroza merged 1 commit into
fork/discordfrom
fix/discord-complete-session-error-files

Conversation

@omegent-app

@omegent-app omegent-app Bot commented Jul 28, 2026

Copy link
Copy Markdown

Summary

  • remove the remaining 300-character slice from persisted session errors
  • pass the complete SQLite last_error value into the .txt attachment pipeline
  • add a SQLite-backed regression test proving long traces survive intact

Root cause

PR #117 preserved the value it received, but the watchdog query had already reduced last_error with (r[1] or "")[:300]. The persisted row for the reported thread contains 2,899 characters; the attachment was built from only the first 300.

Verification

  • vp test run src/features/Alerts.test.ts — 17 passed
  • vp run -F @t3tools/discord-bot typecheck
  • vp check

opened by enricopolanski in chat thread Discord · Discord thread

Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
@patroza
patroza merged commit 049e1e6 into fork/discord Jul 28, 2026
3 checks passed
patroza added a commit that referenced this pull request Jul 28, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 30, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 30, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 30, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 30, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 30, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 30, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 30, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 30, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 30, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 30, 2026
Remove the remaining 300-character slice from the watchdog database query so text attachments receive the complete persisted stack trace. Add a SQLite-backed regression test.

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Enrico Polanski <16064771+enricopolanski@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
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.

1 participant