diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b7fbedc1..c0c84a0d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ "plugins": [ { "name": "kbagent", - "version": "0.83.0", + "version": "0.82.1", "source": "./plugins/kbagent", "description": "AI-friendly interface to Keboola Connection projects — explore configs, jobs, lineage, call MCP tools, manage dev branches, and debug SQL in workspaces", "category": "development" diff --git a/plugins/kbagent/.claude-plugin/plugin.json b/plugins/kbagent/.claude-plugin/plugin.json index bafaef42..e9684d63 100644 --- a/plugins/kbagent/.claude-plugin/plugin.json +++ b/plugins/kbagent/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "kbagent", - "version": "0.83.0", + "version": "0.82.1", "description": "AI-friendly interface to Keboola Connection projects — explore configs, jobs, lineage, call MCP tools, manage dev branches, and debug SQL in workspaces", "author": { "name": "Keboola", diff --git a/plugins/kbagent/agents/keboola-expert.md b/plugins/kbagent/agents/keboola-expert.md index c397ef5d..54f705ed 100644 --- a/plugins/kbagent/agents/keboola-expert.md +++ b/plugins/kbagent/agents/keboola-expert.md @@ -167,7 +167,7 @@ API quirks live in [`gotchas.md`](../skills/kbagent/references/gotchas.md) -- read it when a trigger fires. Each `(X.Y.Z+)` tag is the version floor. **Migrating an `mcp_tool` agent task** -- No migration command exists; you do the argv mapping. Recipe in gotchas.md. (0.83.0+) +- No migration command exists; you do the argv mapping. Recipe in gotchas.md. (0.82.1+) **Upgrading kbagent itself** - `install_channel` in `kbagent --json version` => native binary; `kbagent diff --git a/pyproject.toml b/pyproject.toml index 063cfc9e..1a168e87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "keboola-cli" -version = "0.83.0" +version = "0.82.1" description = "AI-friendly CLI for managing Keboola projects" readme = "README.md" requires-python = ">=3.12" diff --git a/src/keboola_agent_cli/changelog.py b/src/keboola_agent_cli/changelog.py index a233146d..e2bcd6b1 100644 --- a/src/keboola_agent_cli/changelog.py +++ b/src/keboola_agent_cli/changelog.py @@ -24,7 +24,7 @@ # Ordered newest-first. Each value is a list of brief one-line descriptions. CHANGELOG: dict[str, list[str]] = { - "0.83.0": [ + "0.82.1": [ "Note (#390): there will be NO `kbagent agent migrate-mcp-tasks` command. Migrating " "a scheduled `--type mcp_tool` task to `--type cli_command` before v0.85.0 is a " "manual step -- or an AI-assisted one, which is the point: the parity map knows " diff --git a/uv.lock b/uv.lock index bd7a4c0e..9a255f41 100644 --- a/uv.lock +++ b/uv.lock @@ -590,7 +590,7 @@ wheels = [ [[package]] name = "keboola-cli" -version = "0.83.0" +version = "0.82.1" source = { editable = "." } dependencies = [ { name = "croniter" },