diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 12f67cf..25c803d 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkey", - "version": "1.13.1", + "version": "1.14.0", "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 6be6378..b717621 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkey", - "version": "1.13.1", + "version": "1.14.0", "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/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 39b7e6e..e3828d4 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkey", - "version": "1.13.1", + "version": "1.14.0", "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 79b3d60..c578a95 100644 --- a/.kimi-plugin/plugin.json +++ b/.kimi-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkey", - "version": "1.13.1", + "version": "1.14.0", "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 09abf21..2ef9a1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.1" + ".": "1.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 493d3ad..5407682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.14.0](https://github.com/chainbase-labs/Agentkey/compare/v1.13.1...v1.14.0) (2026-08-22) + + +### Features + +* add Cursor, Gemini CLI, and Antigravity plugin support ([#91](https://github.com/chainbase-labs/Agentkey/issues/91)) ([49a015b](https://github.com/chainbase-labs/Agentkey/commit/49a015b40838895bba96ebcb3c75eec98d635f39)) +* add DeepSeek Harness and Kimi MCP routing ([#96](https://github.com/chainbase-labs/Agentkey/issues/96)) ([97e3ab2](https://github.com/chainbase-labs/Agentkey/commit/97e3ab2fde13f32e4a9acafd3bb81c1ddb0c3c04)) + + +### Bug Fixes + +* **claude:** restore native MCP OAuth login ([#95](https://github.com/chainbase-labs/Agentkey/issues/95)) ([efc2809](https://github.com/chainbase-labs/Agentkey/commit/efc28096918b8565d495cacb6864b17f59cc7214)) +* **plugins:** package Gemini releases and improve OAuth ([#94](https://github.com/chainbase-labs/Agentkey/issues/94)) ([fbec683](https://github.com/chainbase-labs/Agentkey/commit/fbec683e87c5c687101385e52067e364864d269f)) + ## [1.13.1](https://github.com/chainbase-labs/Agentkey/compare/v1.13.0...v1.13.1) (2026-08-07) diff --git a/gemini-extension.json b/gemini-extension.json index 11cb638..3d6e528 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "agentkey", - "version": "1.13.1", + "version": "1.14.0", "description": "AgentKey gives Gemini CLI one-stop access to live web, social, finance, crypto, e-commerce, business, weather, maps, and travel data.", "mcpServers": { "agentkey": { diff --git a/skills/agentkey/SKILL.md b/skills/agentkey/SKILL.md index 0a37b6c..acef85f 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.1 # x-release-please-version +version: 1.14.0 # 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 7e11c23..095e90a 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.1" # x-release-please-version +LOCAL_VERSION="1.14.0" # 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 b50dd27..850e742 100644 --- a/skills/agentkey/version.txt +++ b/skills/agentkey/version.txt @@ -1 +1 @@ -1.13.1 +1.14.0