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
20
crates/codegen/xai-grok-shell/changelogs/0.2.62.md
Normal file
20
crates/codegen/xai-grok-shell/changelogs/0.2.62.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 0.2.62 — 2026-06-23
|
||||
|
||||
## Features
|
||||
|
||||
- **Hosts can now register hooks** over the agent connection instead of only on-disk files.
|
||||
- **Prompt and /usage warnings** now correctly reflect prepaid credits and auto top-up status.
|
||||
- **Desktop clients can now detect** when a terminal is busy running a foreground process.
|
||||
- **TODO list** remains visible to the model after compaction so it can continue working on pending items.
|
||||
- **/recap** is now available by default — it generates a quick summary of your current session so you can catch up on what's happened so far.
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- **MCP server connections** no longer time out during slow cold starts of stdio servers that download dependencies.
|
||||
- **File paths containing spaces** (e.g. macOS app bundles) are now correctly turned into clickable hyperlinks in the terminal.
|
||||
- **Resume** now correctly picks the most recently active session instead of one that only had metadata updates.
|
||||
- **/goal** slash command now appears in the menu on the welcome screen before any prompt is sent when the feature is enabled.
|
||||
- **Session picker** no longer shows a stale row highlight when keyboard focus moves to the search bar.
|
||||
- **Usage percentages** in /usage and warnings now match backend flooring and show pay-as-you-go limits when applicable.
|
||||
- **Team accounts** can now list sessions after re-login; previously returned 403 on conversations API.
|
||||
|
||||
Loading…
Reference in a new issue