From 3a3858f79ed0c2fcbacc67e147cf7d1c158b12ef Mon Sep 17 00:00:00 2001 From: lxcong <83766787@qq.com> Date: Fri, 7 Aug 2026 14:02:44 +0800 Subject: [PATCH] chore(main): release 1.13.1 (#88) :robot: I have created a release *beep* *boop* --- ## [1.13.1](https://github.com/chainbase-labs/Agentkey/compare/v1.13.0...v1.13.1) (2026-08-07) ### Bug Fixes * **skill:** fall back to built-in tools instead of dead-ending ([#87](https://github.com/chainbase-labs/Agentkey/issues/87)) ([1f680fa](https://github.com/chainbase-labs/Agentkey/commit/1f680fa39f3d074e071f4f1a9c071b910c13ce13)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .kimi-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ skills/agentkey/SKILL.md | 2 +- skills/agentkey/scripts/check-update.sh | 2 +- skills/agentkey/version.txt | 2 +- 8 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 22c6137..4386da5 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkey", - "version": "1.13.0", + "version": "1.13.1", "description": "AgentKey — one-stop live data marketplace for your agent: web search, web scraping, social media, finance, crypto, e-commerce, business data, weather/maps, and travel through a single MCP server. No API keys to manage, auto failover across providers, free to start.", "author": { "name": "Chainbase Labs", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index a3bdf79..6be6378 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkey", - "version": "1.13.0", + "version": "1.13.1", "description": "AgentKey — one-stop live data marketplace for your agent: web search, web scraping, social media, finance, crypto, e-commerce, business data, weather/maps, and travel through a single MCP server. No API keys to manage, auto failover across providers, free to start.", "author": { "name": "Chainbase Labs", diff --git a/.kimi-plugin/plugin.json b/.kimi-plugin/plugin.json index a3d2f45..03548ca 100644 --- a/.kimi-plugin/plugin.json +++ b/.kimi-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkey", - "version": "1.13.0", + "version": "1.13.1", "description": "AgentKey — one-stop live data marketplace for your agent: web search, web scraping, social media, finance, crypto, e-commerce, business data, weather/maps, and travel through a single MCP server. No API keys to manage, auto failover across providers, free to start.", "author": { "name": "Chainbase Labs" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23860f9..09abf21 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.13.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f77c97..493d3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.13.1](https://github.com/chainbase-labs/Agentkey/compare/v1.13.0...v1.13.1) (2026-08-07) + + +### Bug Fixes + +* **skill:** fall back to built-in tools instead of dead-ending ([#87](https://github.com/chainbase-labs/Agentkey/issues/87)) ([1f680fa](https://github.com/chainbase-labs/Agentkey/commit/1f680fa39f3d074e071f4f1a9c071b910c13ce13)) + ## [1.13.0](https://github.com/chainbase-labs/Agentkey/compare/v1.12.1...v1.13.0) (2026-08-05) diff --git a/skills/agentkey/SKILL.md b/skills/agentkey/SKILL.md index 068cdc3..ab68011 100644 --- a/skills/agentkey/SKILL.md +++ b/skills/agentkey/SKILL.md @@ -8,7 +8,7 @@ description: >- (flights/hotels). The provider catalog is dynamic and grows over time; if unsure whether a provider exists, call find_tools first to discover it. Not needed for conceptual, code, or local-file work. -version: 1.13.0 # x-release-please-version +version: 1.13.1 # x-release-please-version author: Chainbase Labs homepage: https://agentkey.app repository: https://github.com/chainbase-labs/agentkey diff --git a/skills/agentkey/scripts/check-update.sh b/skills/agentkey/scripts/check-update.sh index 3624165..7e11c23 100755 --- a/skills/agentkey/scripts/check-update.sh +++ b/skills/agentkey/scripts/check-update.sh @@ -32,7 +32,7 @@ CURL_TIMEOUT=3 # no dependency on CLAUDE_PLUGIN_ROOT or the skill's installed layout. # release-please syncs this line on every release via the `extra-files` # entry in release-please-config.json. Do not edit by hand. -LOCAL_VERSION="1.13.0" # x-release-please-version +LOCAL_VERSION="1.13.1" # x-release-please-version CACHE_FILE="${TMPDIR:-/tmp}/agentkey-update-check" CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/agentkey" diff --git a/skills/agentkey/version.txt b/skills/agentkey/version.txt index feaae22..b50dd27 100644 --- a/skills/agentkey/version.txt +++ b/skills/agentkey/version.txt @@ -1 +1 @@ -1.13.0 +1.13.1