Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Here, we record the addition and removal times of models, major functional updates, bug fixes, and release times of key versions. Each release keeps one brief line here; the per-entry summaries live in `changelog/<version>/README.md`, and every entry links its detail file.

- [2026-07-22] [Version 0.4.1](changelog/0.4.1/README.md): Kimi K3, the Gemini 3.6 generation (gemini-3.6-flash, gemini-3.5-flash-lite), and GLM-5.2 support, a supported-model registry with USD/CNY pricing, context windows, and modalities, and the `UnsupportedParameterError` parameter error class.

- [2026-07-20] [Version 0.4.0](changelog/0.4.0/README.md): the `fidelity` content-item payload replaces `signature`/`phase` (breaking), OpenAI-compatible clients replay the exact upstream reasoning field, Claude 5 support, and hardened tool-call streaming.

- [2026-06-01] [Version 0.3.3](changelog/0.3.3/README.md): OpenAI-compatible embedding input format.
Expand Down
2 changes: 1 addition & 1 deletion changelog/0.5.0/README.md → changelog/0.4.1/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.5.0 (unreleased)
# 0.4.1

- [2026-07-22] Kimi K3, Gemini 3.6 generation (gemini-3.6-flash, gemini-3.5-flash-lite), and GLM-5.2 support, a supported-model registry (`list_supported_models` with USD/CNY pricing, context windows, and modalities), and the `UnsupportedParameterError` parameter error class. ([details](2026-07-22-kimi-k3-gemini-3-6-registry.md))
2 changes: 1 addition & 1 deletion src_py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "agenthub-python"
version = "0.4.0"
version = "0.4.1"
description = "AgentHub is the LLM API Hub for the Agent era, built for high-precision autonomous agents."
keywords = ["agent", "llm", "gemini", "claude", "gpt"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions src_ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src_ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismshadow/agenthub",
"version": "0.4.0",
"version": "0.4.1",
"description": "AgentHub is the LLM API Hub for the Agent era, built for high-precision autonomous agents.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading