Skip to content

Commit 813712c

Browse files
hiyougaclaude
andauthored
Fold the unreleased entries into 0.4.7 (#190)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 362a2be commit 813712c

9 files changed

Lines changed: 10 additions & 6 deletions

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
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.
66

7+
- [2026-08-25] [Version 0.4.7](changelog/0.4.7/README.md): the Gemini client splits function responses into their own contents, fixing the Vertex AI 400 `Requests ending with a model turn are not supported.` on messages that mix a tool result with text — an interrupted turn's carry-over resent with the next prompt, or tool outputs folded into a summarization request.
8+
79
- [2026-08-21] [Version 0.4.6](changelog/0.4.6/README.md): `deepseek-v4-flash-vision-exp` joins the registry and reads images in a prompt and in a tool result, the DeepSeek client moves onto the OpenAI Responses protocol, every Responses client replays content items in the order the model produced them, an internal `unused` event never reaches a caller, and the playground plays a spoken answer as one clip and keeps its configuration across a reload.
810

911
- [2026-08-20] [Version 0.4.5](changelog/0.4.5/README.md): streaming clients skip output they do not recognize unless `AGENTHUB_DEBUG` is set, `AutoLLMClient` lists the model ids an endpoint serves, every client accepts default headers for endpoints that demand their own, GLM-5.3 and `claude-opus-5` join the registry, and the OpenRouter entries move to the `openai-responses` client.

CHANGELOG.zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
在这里,我们记录模型的新增与移除时间、主要功能更新、缺陷修复,以及关键版本的发布时间。每个发布版本在此保留一行简述;逐条目的摘要位于 `changelog/<version>/README.md`,且每个条目都会链接到自己的详情文件。
66

7+
- [2026-08-25] [版本 0.4.7](changelog/0.4.7/README.zh.md):Gemini client 把 function response 拆分为独立的 content,修复消息里工具结果与文本混排时(被中断轮次的 carry-over 随下一条 prompt 重发、或工具输出折叠进摘要请求)Vertex AI 报 400 `Requests ending with a model turn are not supported.` 的问题。
8+
79
- [2026-08-21] [版本 0.4.6](changelog/0.4.6/README.zh.md):注册表新增 `deepseek-v4-flash-vision-exp`,提示词与工具返回里的图片都能读;DeepSeek client 改用 OpenAI Responses 协议;全部 Responses client 按模型产出的顺序回放内容条目;内部的 `unused` 事件不会流到调用方;Playground 把语音回复合成一条音频播放,并在刷新后保留配置。
810

911
- [2026-08-20] [版本 0.4.5](changelog/0.4.5/README.zh.md):流式 client 默认静默跳过自己不认识的输出,`AGENTHUB_DEBUG` 开启时才抛出;`AutoLLMClient` 可以列出 endpoint 提供的模型 id;全部 client 支持传入默认 header 以对接要求特定 header 的 endpoint;注册表新增 GLM-5.3 与 `claude-opus-5`;OpenRouter 条目改用 `openai-responses` client。

changelog/unreleased/2026-08-24-gemini-function-response-content-split.md renamed to changelog/0.4.7/2026-08-24-gemini-function-response-content-split.md

File renamed without changes.

changelog/unreleased/2026-08-24-gemini-function-response-content-split.zh.md renamed to changelog/0.4.7/2026-08-24-gemini-function-response-content-split.zh.md

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.4.7
22

33
[中文版](README.zh.md)
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.4.7
22

33
[English](README.md)
44

src_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agenthub-python"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
description = "AgentHub is the LLM API Hub for the Agent era, built for high-precision autonomous agents."
55
keywords = ["agent", "llm", "gemini", "claude", "gpt"]
66
readme = "README.md"

src_ts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src_ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prismshadow/agenthub",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "AgentHub is the LLM API Hub for the Agent era, built for high-precision autonomous agents.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)