> 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/golang-technologies/golang-cli.md).

# 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
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/golang-technologies/golang-cli.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.
