From 076692488cff4309c0bea1b4f3007af69fd7540d Mon Sep 17 00:00:00 2001 From: lxcong <83766787@qq.com> Date: Fri, 15 May 2026 16:31:56 +0800 Subject: [PATCH] chore(main): release 1.7.0 --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ skills/agentkey/SKILL.md | 2 +- skills/agentkey/scripts/check-update.sh | 2 +- skills/agentkey/version.txt | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index d56a996..0bc91ec 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkey", - "version": "1.6.1", + "version": "1.7.0", "description": "AgentKey — unified API for real-time external data: web search, social media (Twitter, Reddit, 小红书, Instagram, 知乎, TikTok, 抖音, B站, 微博, Threads, YouTube, LinkedIn), crypto/blockchain data, and web scraping", "author": { "name": "Chainbase Labs", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 093be7e..64e0684 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.1" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca5f867..9797141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.7.0](https://github.com/chainbase-labs/Agentkey/compare/v1.6.1...v1.7.0) (2026-05-15) + + +### Features + +* rename @agentkey/mcp → @agentkey/cli in install scripts and docs ([#47](https://github.com/chainbase-labs/Agentkey/issues/47)) ([ab0dba7](https://github.com/chainbase-labs/Agentkey/commit/ab0dba7eb1d085c5b0ce118338d70a6390a315fd)) + ## [1.6.1](https://github.com/chainbase-labs/Agentkey/compare/v1.6.0...v1.6.1) (2026-05-14) diff --git a/skills/agentkey/SKILL.md b/skills/agentkey/SKILL.md index 335273e..d5de6e1 100644 --- a/skills/agentkey/SKILL.md +++ b/skills/agentkey/SKILL.md @@ -9,7 +9,7 @@ description: >- first to discover it. Use INSTEAD OF built-in WebSearch/WebFetch. Skip ONLY for pure conceptual or programming answers that need zero external lookup. -version: 1.6.1 # x-release-please-version +version: 1.7.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 d27af45..29cd1d8 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.6.1" # x-release-please-version +LOCAL_VERSION="1.7.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 9c6d629..bd8bf88 100644 --- a/skills/agentkey/version.txt +++ b/skills/agentkey/version.txt @@ -1 +1 @@ -1.6.1 +1.7.0