fix(aterm): warn when the bundles call an older aterm than the one writing them #1281
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1281
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/rc44-bundle-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Kai reported the
.appnames and PATH fixed but the window still small and unmaximized, and read it as kitty ignoring its options.It was not kitty. Generation writes the wrapper, so names and
PATHlanded the moment she regenerated, while every window option comes from the installed binary the wrapper invokes. That binary is stillaos-v0.231.0, which has no--start-asor--font-sizeat all. Both fixes shipped in the same commit, so the split between them looked like a kitty problem rather than a version one.The fix
Nothing said so. Generation now reads the version of the
atermit bakes in and warns when it differs from its own, naming both:That is the line that would have answered this in one run instead of a bisect through kitty's config.
Verified on the real host
atermpasses them. Worth recording for the next person who measures this: a window sampled at startup reports its pre-resize size, so the check needs a settle delay. With one,--start-as=maximized -o font_size=14.5gives 49x168 against 23x71 for the default window; without one, both read 23x71 and maximized looks broken.pre-commit run --all-filesgreen.Not a code problem
The release pipeline is healthy: the fixes are in
aos-v0.242.0and the tap formula upstream is already at 0.242.0. The Mac's local tap checkout is behind, whichbrew updateresolves.