chore(main): release 1.13.1 (#88)

🤖 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).
This commit is contained in:
lxcong
2026-08-07 14:02:44 +08:00
committed by GitHub
parent 1f680fa39f
commit 3a3858f79e
8 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "1.13.0"
".": "1.13.1"
}
+7
View File
@@ -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)
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -1 +1 @@
1.13.0
1.13.1