chore(release): 0.76.1 — serve banner ASCII fallback on non-UTF-8 Windows consoles (#522)#527
Open
padak wants to merge 1 commit into
Open
chore(release): 0.76.1 — serve banner ASCII fallback on non-UTF-8 Windows consoles (#522)#527padak wants to merge 1 commit into
padak wants to merge 1 commit into
Conversation
…ndows consoles Patch release shipping the #526 fix (already merged to main): `kbagent serve --ui` no longer crashes on startup on Windows consoles with a non-UTF-8 codepage (cp1250 on Czech/Polish/Hungarian Windows). The startup banner's box-drawing glyphs now degrade to ASCII when the console can't encode them. - pyproject.toml 0.76.0 -> 0.76.1 - changelog entry for 0.76.1 - version-sync -> plugin.json, marketplace.json, uv.lock
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.76.1
Patch release shipping the already-merged #526
fix (closes #522).
What's in it
Fix (#522, #526):
kbagent serve --uino longer crashes on startup onWindows consoles with a non-UTF-8 codepage (cp1250 on Czech/Polish/Hungarian
Windows). The startup banner's box-drawing glyphs (
├─/└─) raisedUnicodeEncodeErrorfromsys.stdout.writebefore uvicorn bound the port, sothe server never started. They now degrade to ASCII (
|-/`-) when theconsole can't encode them — the same UTF-8/ASCII fallback
install.shalreadyuses — with a belt-and-braces
try/exceptso a cosmetic banner can never abortstartup. Modern UTF-8 terminals are unchanged; the
set PYTHONUTF8=1workaroundis no longer needed.
Release mechanics
pyproject.toml0.76.0 → 0.76.1 (single source of truth)make version-sync→plugin.json,marketplace.json,uv.lockNo command signatures changed, so the hand-maintained agent/skill docs
(
keboola-expert.md,gotchas.md,CLAUDE.mdcommand list,commands-reference.md) need no edits;make skill-genwas a no-op.make checkis green (lint, format, typecheck, skill-check, version-check,command-sync, changelog-check, error-codes, full test suite).
Tag
v0.76.1will be pushed after merge to trigger therelease-kbagentpipeline (wheel build + GitHub release).