Skip to content
Merged
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.63.1",
"version": "0.63.2",
"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.63.1",
"version": "0.63.2",
"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 pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "keboola-cli"
version = "0.63.1"
version = "0.63.2"
description = "AI-friendly CLI for managing Keboola projects"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
14 changes: 14 additions & 0 deletions src/keboola_agent_cli/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@

# Ordered newest-first. Each value is a list of brief one-line descriptions.
CHANGELOG: dict[str, list[str]] = {
"0.63.2": [
"Docs: the in-process Python SDK is now documented. New `docs/sdk.md` is the deep "
"guide -- the importable `Client` facade vs the CLI vs the `serve` REST API, where the "
"facade sits in the 3-layer architecture, a full method reference "
"(query / query_result / run_job / config_detail / upload_table / files / raw), the "
'typed result-model contract (`extra="allow"`, `populate_by_name`, semver via '
"`__all__`), `py.typed`, idempotent `run_job`, a gotchas cheat-sheet, and a contributor "
"section on extending the SDK. A runnable curses Storage-browser demo "
"(`examples/storage_tui/`) drives a real project entirely through the SDK, and "
"`CONTRIBUTING.md` gains an 'Extending the importable SDK' section. Also fixes doc "
"drift (dynamic `APP_NAME`, Python 3.12+, `__init__` documented as the public SDK "
"entrypoint). No runtime code change -- the installed package is functionally identical "
"to 0.63.1; docs and examples ship in the repo, not the wheel.",
],
"0.63.1": [
"Fix (#424): self-update is repaired for users still on <=0.62.0. The PyPI rename "
"`keboola-agent-cli` -> `keboola-cli` broke `kbagent update` for every already-installed "
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