lxcong
2026-08-23 04:07:35 +08:00
committed by GitHub
parent 97e3ab2fde
commit def77066ef
10 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "1.13.1"
".": "1.14.0"
}
+14
View File
@@ -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)
+1 -1
View File
@@ -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": {
+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.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
+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.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"
+1 -1
View File
@@ -1 +1 @@
1.13.1
1.14.0