mirror of
https://github.com/chainbase-labs/Agentkey.git
synced 2026-09-20 14:20:23 +08:00
chore(main): release 1.14.0 (#92)
🤖 I have created a release *beep* *boop* --- ## [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)) --- 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.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,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,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,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,3 +1,3 @@
|
||||
{
|
||||
".": "1.13.1"
|
||||
".": "1.14.0"
|
||||
}
|
||||
|
||||
@@ -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,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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 @@
|
||||
1.13.1
|
||||
1.14.0
|
||||
|
||||
Reference in New Issue
Block a user