diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index d2d3670..e3de846 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkey", - "version": "1.11.0", + "version": "1.12.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 9ad3db9..9034469 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkey", - "version": "1.11.0", + "version": "1.12.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", @@ -31,7 +31,9 @@ "longDescription": "AgentKey connects your agent to live external data through a single MCP server — web search, web scraping, social media, finance, crypto, e-commerce, business data, weather/maps, and travel — with no per-provider API integrations or key management. Providers are vetted and health-monitored, every call carries provenance, and auto failover keeps workflows running. Free to start.", "developerName": "Chainbase Labs", "category": "Data & Analytics", - "capabilities": ["Read"], + "capabilities": [ + "Read" + ], "websiteURL": "https://agentkey.app", "defaultPrompt": [ "Search the web and social media for the latest news about a topic", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf198b9..a09efe7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a973c..e3e1039 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.12.0](https://github.com/chainbase-labs/Agentkey/compare/v1.11.0...v1.12.0) (2026-07-17) + + +### Features + +* **plugin:** add Codex plugin support ([#73](https://github.com/chainbase-labs/Agentkey/issues/73)) ([7133166](https://github.com/chainbase-labs/Agentkey/commit/71331667a36fa9fed0f107c590500493353fb783)) + ## [1.11.0](https://github.com/chainbase-labs/Agentkey/compare/v1.10.0...v1.11.0) (2026-07-06) diff --git a/skills/agentkey/SKILL.md b/skills/agentkey/SKILL.md index ae919c2..946c54e 100644 --- a/skills/agentkey/SKILL.md +++ b/skills/agentkey/SKILL.md @@ -11,7 +11,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.11.0 # x-release-please-version +version: 1.12.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 3aa7ae9..2605b5c 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.11.0" # x-release-please-version +LOCAL_VERSION="1.12.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 1cac385..0eed1a2 100644 --- a/skills/agentkey/version.txt +++ b/skills/agentkey/version.txt @@ -1 +1 @@ -1.11.0 +1.12.0