> For the complete documentation index, see [llms.txt](https://docs.amigo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amigo.ai/api-reference/change-logs.md).

# Change Logs

This changelog documents public updates across the Amigo ecosystem. The linked pages include API, CLI, web, and SDK changes.

{% content-ref url="/pages/xeTm226uVfQa8aU6u77u" %}
[Amigo API](/api-reference/change-logs/amigo-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/xzTX0B7Gc9GHFczt0nGl" %}
[Web Platform](/api-reference/change-logs/web-platform.md)
{% endcontent-ref %}

{% content-ref url="/pages/sMczEdEIVFAYO4D4JIK7" %}
[SDK Ecosystem](/api-reference/change-logs/sdk-ecosystem.md)
{% endcontent-ref %}

{% content-ref url="/pages/DmeDZEdj8z4TbPafCTCm" %}
[Agent Forge CLI](/api-reference/change-logs/agent-forge.md)
{% endcontent-ref %}

***

## Current SDK Packages

| SDK                     | Package                                                                          | Current Supported Version |
| ----------------------- | -------------------------------------------------------------------------------- | ------------------------- |
| Platform TypeScript SDK | [`@amigo-ai/platform-sdk`](https://www.npmjs.com/package/@amigo-ai/platform-sdk) | `0.102.1`                 |
| Classic TypeScript SDK  | [`@amigo-ai/sdk`](https://www.npmjs.com/package/@amigo-ai/sdk)                   | `1.0.0`                   |
| Classic Python SDK      | [`amigo-sdk`](https://pypi.org/project/amigo-sdk/)                               | `1.3.1`                   |

{% hint style="warning" %}
The npm `latest` tag for `@amigo-ai/sdk` points to `1.1.3`, which is marked as a deprecated accidental publish. The supported Classic TypeScript release remains `1.0.0`; pin Classic integrations to that version, and use `@amigo-ai/platform-sdk` for the Platform API.
{% endhint %}

## Changelog Areas

| Area            | Changelog                                                    | Versioning                                         | Notes                                                                                                                                       |
| --------------- | ------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| API             | [Amigo API](/api-reference/change-logs/amigo-api.md)         | Semver where release metadata exists               | Classic, Platform, and Scribe API changes (latest numbered Amigo API release: v0.9.557)                                                     |
| Web Platform    | [Web Platform](/api-reference/change-logs/web-platform.md)   | Sequential release numbering where metadata exists | Developer Console and Admin Portal changes (latest numbered entry: v2.201.96; newer source updates without release metadata are unnumbered) |
| SDK Ecosystem   | [SDK Ecosystem](/api-reference/change-logs/sdk-ecosystem.md) | Semver per package                                 | TypeScript and Python SDK package changes                                                                                                   |
| Agent Forge CLI | [Agent Forge CLI](/api-reference/change-logs/agent-forge.md) | Separate semver track                              | CLI and configuration management changes (latest: v0.1.52)                                                                                  |

## Versioning Policy

Published packages should follow [Semantic Versioning](https://semver.org/) where package versions are available. API and web changelog entries should not claim a dated release unless public release metadata confirms it.

Latest numbered API version: v0.9.557


---

# 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.amigo.ai/api-reference/change-logs.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.
