# 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/DmeDZEdj8z4TbPafCTCm" %}
[Agent Forge SDK](/api-reference/change-logs/agent-forge.md)
{% endcontent-ref %}

{% 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 %}

***

## Current SDK Packages

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

## Changelog Areas

| Area          | Changelog                                                    | Notes                                                        |
| ------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| Agent Forge   | [Agent Forge](/api-reference/change-logs/agent-forge.md)     | CLI and configuration management changes                     |
| API           | [Amigo API](/api-reference/change-logs/amigo-api.md)         | Classic API and Platform API changes (latest: v0.9.237)      |
| Web Platform  | [Web Platform](/api-reference/change-logs/web-platform.md)   | Developer Console and Admin Portal changes (latest: v2.99.0) |
| SDK Ecosystem | [SDK Ecosystem](/api-reference/change-logs/sdk-ecosystem.md) | TypeScript and Python SDK package changes                    |

## 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 API version: v0.9.237


---

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