# Golang CLI (Deprecated)

{% hint style="warning" %}
**Deprecation Notice**

With the introduction of **SeaLights Golang Agent v2**, the separate **CLI Golang agent** is now deprecated and no longer maintained. Please update your configuration to use the **direct Golang Agent v2 commands exclusively**.
{% endhint %}

## 2025 Release Notes

<table><thead><tr><th width="100.02734375">Version</th><th width="166.74609375">Date</th><th>Changes</th></tr></thead><tbody><tr><td>1.0.49</td><td>May 5, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue where <code>argv</code> details from the scan command were missing in the Cockpit Build Monitor.</li></ul></td></tr><tr><td>1.0.48</td><td>March 30, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Upgraded dependent libraries to address security vulnerabilities and improve overall stability and functionality.</li></ul></td></tr><tr><td>1.0.46</td><td>January 30, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Support for Specs Tests of Ginkgo's Domain-Specific Language.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Git links were wrongly generated in the Dashboard.</li></ul></td></tr><tr><td>1.0.42</td><td>January 21, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Upgraded dependent libraries to fix security vulnerabilities.</li></ul></td></tr></tbody></table>

## 2024 Release Notes

<table><thead><tr><th width="99.83203125">Version</th><th width="192.09765625">Date</th><th>Changes</th></tr></thead><tbody><tr><td>1.0.40</td><td>December 26, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for instrumentation for functional testing only (<code>--tests-runner</code> option).</li><li>Upgraded dependent libraries to fix security vulnerabilities.</li></ul></td></tr><tr><td>1.0.37</td><td>July 3, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for proxy with the <code>config init</code> and <code>config create-bsid</code> options.</li></ul></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.sealights.io/knowledgebase/agent-release-notes/golang-technologies/golang-cli.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
