Skip to content
Closed
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/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/kbagent/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/kbagent/agents/keboola-expert.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/keboola_agent_cli/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Changelog key renumbered but the entry still describes an unreleased-only doc note

The 0.82.1 entry body still says the migration recipe lives in the skill's gotchas.md; since that gotcha was authored alongside the note in #581 it should carry a (since v0.82.1) tag rather than 0.83.0 — the search shows no stale tag, but reviewers may want to confirm the gotcha entry is version-tagged at all, since CONTRIBUTING.md makes the tag non-optional and CI does not check it.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

"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 "
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading