Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentkey",
"version": "1.12.0",
"version": "1.12.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentkey",
"version": "1.12.0",
"version": "1.12.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.12.0"
".": "1.12.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/chainbase-labs/Agentkey/compare/v1.12.0...v1.12.1) (2026-07-23)


### Bug Fixes

* **codex-plugin:** update default example prompts with concrete use cases ([#76](https://github.com/chainbase-labs/Agentkey/issues/76)) ([683ad83](https://github.com/chainbase-labs/Agentkey/commit/683ad833108f726ea8c905a945922a16f595ee92))

## [1.12.0](https://github.com/chainbase-labs/Agentkey/compare/v1.11.0...v1.12.0) (2026-07-17)


Expand Down
2 changes: 1 addition & 1 deletion skills/agentkey/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0 # x-release-please-version
version: 1.12.1 # x-release-please-version
author: Chainbase Labs
homepage: https://agentkey.app
repository: https://github.com/chainbase-labs/agentkey
Expand Down
2 changes: 1 addition & 1 deletion skills/agentkey/scripts/check-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0" # x-release-please-version
LOCAL_VERSION="1.12.1" # x-release-please-version

CACHE_FILE="${TMPDIR:-/tmp}/agentkey-update-check"
CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/agentkey"
Expand Down
2 changes: 1 addition & 1 deletion skills/agentkey/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.12.1
Loading