# User Diagnostics Reports: Solving app bugs faster with AI Agents

DevFeed: [User Diagnostics Reports: Solving app bugs faster with AI Agents](<https://devfeed.tech/articles/user-diagnostics-reports-solving-app-bugs-faster-with-ai-agents-11483.md>)

Original publisher: [Read original article](<https://www.avanderlee.com/debugging/introducing-diagnostics-improved-debugging-and-user-support/>)

Author: Antoine van der Lee

Published: 2026-07-13T07:21:09Z

Content type: article

Language: en

Sources: [SwiftLee](<https://devfeed.tech/sources/swiftlee.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [HTML](<https://devfeed.tech/topics/html.md>), [Xcode](<https://devfeed.tech/topics/xcode.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [diagnostics](<https://devfeed.tech/tags/diagnostics.md>), [html](<https://devfeed.tech/tags/html.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [xcode](<https://devfeed.tech/tags/xcode.md>)

## AI overview

The article introduces Diagnostics, an open source library for app support and bug investigation. It generates a detailed HTML diagnostics report containing app and OS versions, device and storage details, session information, and system or debug logs. The report can be attached when users submit feedback, reducing back-and-forth and helping developers analyze issues; the article also notes support for agentic development.

## Source excerpt

A user diagnostics report that helps you solve bugs and improve user support at the same time. I've been writing apps since 2009, and the Diagnostics repository is an outcome of all that experience. Used by major apps from companies like WeTransfer, it has proven its value time after time. I've seen consistent inefficiency at ... -> The post User Diagnostics Reports: Solving app bugs faster with AI Agents appeared first on SwiftLee.