> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/agent-release-notes/c++-agent/c++-agent.md).

# C++ Agent

## 2026 Release Notes

<table><thead><tr><th width="79.265625">Version</th><th width="179.1640625">Date</th><th>Change</th></tr></thead><tbody><tr><td>0.5.8.1</td><td>June 8, 2026</td><td><p><strong>New Features and Updates:</strong> </p><ul><li>Added process filter support for CTracer.</li></ul></td></tr><tr><td>0.5.7.1</td><td>May 25, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Updated runtime dependencies for GCC 9 and C++17 compatibility on ARM.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Fixed a race condition on application shutdown that could result in a crash.</li></ul></td></tr><tr><td>0.5.6.1</td><td>May 18, 2026</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Stability fixes for coverage logic </li></ul></td></tr><tr><td>0.5.5.1</td><td>May 11, 2026</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Performance and stability improvements</li></ul></td></tr><tr><td>0.5.4.1</td><td>May 1, 2026</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed a platform-specific linkage issue affecting atomic utilities on arm64 systems.</li></ul></td></tr><tr><td>0.5.3.1</td><td>March 24, 2026</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue with incorrect timestamps in the build map and footprints.</li><li>Fixed an issue where the execution ID was missing for FPv6.</li></ul></td></tr><tr><td>0.5.2.1</td><td>March 9, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for the Clang compiler.</li><li>Added batching for the scanner component.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Fixed issue with printing to standard output in tracer.</li></ul></td></tr><tr><td>0.5.1.1</td><td>February 23, 2026</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed issue with crash on scan during scanning system STL methods.</li></ul></td></tr><tr><td>0.5.0.1</td><td>February 13, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for musl-x64, musl-armv7, and musl-arm64 architectures.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Fixed scanner for GCC v13.1, 13.2, 13.3.</li></ul></td></tr></tbody></table>

## 2025 Release Notes

<table><thead><tr><th width="78.51953125">Version</th><th width="179.34765625">Date</th><th>Change</th></tr></thead><tbody><tr><td>0.4.0.1</td><td>October 22, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for x86 and arm64 architectures for glibc.</li></ul></td></tr><tr><td>0.3.0.1</td><td>September 15, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Replaced libbfd with libbacktrace due to security concerns.</li><li>Added support for GCC/GCNO 13.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Fixes to method hashing.</li></ul></td></tr><tr><td>0.2.0.1</td><td>July 7, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added armv7 architecture support.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Fixed relative path recognition on scan.</li></ul></td></tr></tbody></table>

## 2024 Release Notes

<table><thead><tr><th width="80.609375">Version</th><th width="178.640625">Date</th><th>Changes</th></tr></thead><tbody><tr><td>0.1.0.1</td><td>February 25, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Beta release of C++ Agent for Linux/GCC.</li></ul></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sealights.io/knowledgebase/agent-release-notes/c++-agent/c++-agent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
