chore(release): 0.77.0 -- config --change-description - #542
Merged
Conversation
- Bump pyproject.toml to 0.77.0 and propagate via make version-sync (plugin.json, marketplace.json, uv.lock). - Add the 0.77.0 changelog entry for #505. - gotchas.md: document --change-description vs --description as its own (since v0.77.0) entry -- the two flags have similar names and different targets (version audit line vs the config's display description), which is exactly the confusion an agent will not infer from --help. SKILL.md is unchanged: #505 added a flag, not a command.
zajca
added a commit
that referenced
this pull request
Jul 30, 2026
main released 0.77.0 for config --change-description (#542) while this PR was in review, so its own 0.77.0 tag collides. Bumps pyproject.toml, adds a distinct 0.78.0 changelog entry (0.77.0 stays main's), and rewrites every auth-owned version reference across docs, the plugin skill/agent surfaces, and tests. Config --change-description references (#505) are left at 0.77.0 since that shipped separately on main.
zajca
added a commit
that referenced
this pull request
Aug 3, 2026
main released 0.77.0 for config --change-description (#542) while this PR was in review, so its own 0.77.0 tag collides. Bumps pyproject.toml, adds a distinct 0.78.0 changelog entry (0.77.0 stays main's), and rewrites every auth-owned version reference across docs, the plugin skill/agent surfaces, and tests. Config --change-description references (#505) are left at 0.77.0 since that shipped separately on main.
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 commit for 0.77.0, whose only functional content is #505 (
--change-descriptiononconfig update/config row-update).mainwas exactly atv0.76.3before #505 landed, so nothing else needs changelog coverage.Release checklist (CONTRIBUTING > "Releasing a new version")
pyproject.toml->0.77.0make version-syncplugin.json,marketplace.json,uv.lock)make skill-genkeboola-expert.mdgotchas.mdCLAUDE.mdcommand listcommands-reference.mdmake checkmake test-e2eE2E_API_TOKEN/E2E_URLPlugin files touched
plugins/kbagent/skills/kbagent/references/gotchas.md-- new(since v0.77.0)entry for--change-descriptionvs--description. The names are similar and the targets are not: one writes the version-history audit line, the other overwrites the configuration's display description. That is precisely the confusion an agent cannot infer from--help, and picking the wrong one silently clobbers someone's description.plugins/kbagent/agents/keboola-expert.md-- already updated in feat(config): add --change-description to config update and row-update #505: the data-app secret-removal row no longer claims MCPtool call update_configis the only route to a custom change description (it was, until this release), and the canonical §4.2 "Safe config update" recipe now carries the flag. Both gated(0.77.0+)per Rule 6.Notes for the reviewer
config update --change-descriptionE2E path added in feat(config): add --change-description to config update and row-update #505 is currently unexercised against a live project.v0.77.0to triggerrelease-kbagent.yml(freeze, sign, package, GitHub Release);release.ymlthen attaches the wheel on publish.