-
v1.14.20b — fix [devbox] prompt marker lost on 'exec bash'
released this
2026-04-21 23:58:21 +02:00 | 113 commits to main since this releaseSecond build on opencode 1.14.20.
Bugfix from v1.14.20: the [devbox] PS1 prefix disappeared after
'exec bash' (or any fresh shell spawn) because the guard used an
exported DEVBOX_PS1_SET variable. Exported vars survive exec, but
PS1 does not — so the new shell saw guard=1 and skipped adding
the prefix back.Replaced the env-var guard with a substring check on PS1 itself.
Now the prefix is present in first shell, after 'exec bash', and
after any other re-source, without ever double-prefixing.Also clarifies tag-letter convention in AGENTS.md: the letter
suffix is the build ordinal ('a' is never used; first rebuild is
always 'b').Downloads