chore(release): 0.92.0 - #723
Merged
Merged
Conversation
Batches the seven PRs merged since v0.91.0 into one version bump, one changelog entry and one set of resolved version gates: - #719 (#714) `flow triggers` -- table triggers, not just cron - #717 (#711) a 401 is no longer automatically blamed on the token - #722 (#704) setup completes in chat; skill covers setup + logout - #718 (#716) `--conversation-id` global flag - #706 223 stale version gates retired at the 0.80.0 floor - #702 release process enforced rather than remembered - #721 `get_flow_detail` docstring fix Release-PR mechanics: version bump, changelog entry, `make vnext-resolve VERSION=0.92.0` (11 placeholders), `make version-sync`, `make skill-gen`. Curated What's-new entry added: no web/frontend code changed, but #717's error rework is UI-visible -- the Semantic Layer page renders API error messages verbatim, so a valid non-master token was being reported as expired. Silent-drift review (steps 8-11): keboola-expert.md gains a gotcha that a 401 is no longer always INVALID_TOKEN and drops one sub-floor tag; gotchas.md gains an entry that doctor's `claude_plugin` warn/skip is not a setup failure; commands-reference.md was missing `--conversation-id` in its global-flags table. CLAUDE.md needed no change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release PR for v0.92.0. Batches every PR merged since
v0.91.0; no behavior of its own beyond the version bump, the changelog entry and the resolved version gates.Scope — 7 PRs since v0.91.0
kbagent flow triggers— cron schedules and table triggers in one call, with an honest negative for what it cannot seeexceptionIdsurfaced on 401/403/404/kbagent:setupcan finish in chat — an attended agent drives device-code login; the skill covers setup/logout for clients without slash commandskbagent --conversation-id IDglobal flagvnext-resolve, heading rule,release-scope-check)get_flow_detailnever returned schedule infomake release-scope-checkconfirms all 7 are referenced by the changelog entry.Checklist
pyproject.toml→0.92.0make vnext-resolve VERSION=0.92.0→ 11 placeholders resolved;make vnext-checkclean (338 gates / 65 versions)make version-sync→plugin.json,marketplace.json,uv.lockmake skill-gen→ no diff (no command-tree change since feat(flow): addflow triggers-- table triggers, not just cron (#714) #719's own run)whatsnew.ts→ one curated item (see below)make checkmake release-scope-checkWhat's-new entry
No
web/frontendcode changed this release, but #717's error rework is UI-visible: the Semantic Layer page renders API error messages verbatim, so a user with a valid non-master token was being told their token had expired. One curated item covers exactly that.Plugin files touched (reviewers: this is where CI cannot help)
Listed so the second line of defence knows where to look:
plugins/kbagent/agents/keboola-expert.mdplugins/kbagent/skills/kbagent/references/gotchas.mdplugins/kbagent/skills/kbagent/references/commands-reference.mdplugins/kbagent/skills/kbagent/references/semantic-layer-workflow.mdplugins/kbagent/.claude-plugin/plugin.json(auto-synced).claude-plugin/marketplace.json(auto-synced shim)Most of these changes are the mechanical
vNEXT→v0.92.0resolution; anything beyond that is called out in the commits.After merge
Tag the merge commit — the tag push is the release. Then merge the
chore(kbagent): publish v0.92.0PR the pipeline opens againstkeboola/ai-kit, or plugin users keep getting 0.91.0.