mirror of
https://github.com/chainbase-labs/Agentkey.git
synced 2026-09-20 14:20:23 +08:00
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:
@@ -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,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,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,3 +1,3 @@
|
||||
{
|
||||
".": "1.13.0"
|
||||
".": "1.13.1"
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 @@
|
||||
1.13.0
|
||||
1.13.1
|
||||
|
||||
Reference in New Issue
Block a user