Publish harness and TUI open-source
initial sync from the monorepo
This commit is contained in:
commit
c68e39f604
2734 changed files with 1437016 additions and 0 deletions
25
crates/codegen/xai-grok-shell/changelogs/0.2.61.md
Normal file
25
crates/codegen/xai-grok-shell/changelogs/0.2.61.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# 0.2.61 — 2026-06-22
|
||||
|
||||
## Features
|
||||
|
||||
- **Closing a terminal tab** with a running process now shows a confirmation dialog instead of killing it immediately.
|
||||
- **/usage** now shows prepaid credits balance and auto top-up status.
|
||||
- **Clipboard copy** on Wayland now also tries wl-copy; per-leg outcomes are now logged for diagnostics.
|
||||
- **Goal mode toggles and limits** can now be set in config.toml under the [features] table.
|
||||
- **All /goal options** (toggles, limits, role models) are now configurable together in a [goal] table.
|
||||
- **Clipboard copies** from VS Code over SSH now warn when non-ASCII text may be garbled.
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- **Focus reports** no longer leak as literal text when split across reads over SSH.
|
||||
- **--disable-web-search** now honored in grok -p and grok agent; auxiliary model routing respects catalog overrides.
|
||||
- **Focus events** now fire correctly for SSH-split focus reports.
|
||||
- **Boolean tool flags** now accept "true"/"false"/"yes"/"no"/1/0 strings and numbers in addition to native booleans.
|
||||
- **Session last-active timestamps** and message counts no longer regress under concurrent writers.
|
||||
- **iTerm2** now always uses text/metadata image fallback instead of broken OSC 1337 overlays.
|
||||
- **Model switches** no longer leave the prompt queue stuck after a reconnect.
|
||||
- **Closing a terminal tab** with a running process no longer shows a confirmation dialog.
|
||||
- **Custom agent profiles** now correctly use the harness required by their pinned model.
|
||||
- **Subagents** under custom profiles now adopt the correct harness from the parent's model.
|
||||
- **Changelog and release-notes** modals now scroll with the mouse wheel and arrow keys.
|
||||
|
||||
Loading…
Reference in a new issue