release: 0.46.1#343
Merged
Merged
Conversation
Patch release covering the two changes merged since v0.46.0: - #336 (#335): plugin skill + keboola-expert subagent now surface 'kbagent data-app logs'. No CLI behavior change. - #341: frontend dev-tooling bump (vite 8 / vitest 4 / plugin-react 5.2) that fixes the Windows wheel-build UI bundling broken by the partial bumps in #337/#338. No runtime change. Bumps pyproject.toml + plugin.json + marketplace.json + uv.lock in lock-step (make version-sync); adds the 0.46.1 changelog.py entry.
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 0.46.1
Patch release covering the two changes merged to
mainsince v0.46.0. No CLI runtime behavior change.Included
kbagent data-app logs#335) — thekbagentClaude Code skill and thekeboola-expertsubagent now surfacekbagent data-app logs(shipped in 0.43.8). Adds log-related triggers toSKILL.mdand a matrix row inkeboola-expert.md. Docs/plugin only.@vitejs/plugin-react4→5.2). Fixes thenpm ciERESOLVE that broke UI bundling in the Windows wheel-build job (introduced by the partial bumps in chore(deps): bump esbuild, vite and vitest in /web/frontend #337/chore(deps-dev): bump vite and vitest in /web/frontend #338).Version sync
Bumps
pyproject.toml,plugin.json,marketplace.json, anduv.lockin lock-step (make version-sync); adds the0.46.1changelog.pyentry.Verification
make version-checkandmake changelog-checkpass; #341's wheel-build + UI render were verified end-to-end (kbagent serve --uiagainst a live project, no console errors) before merge.