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
17
crates/codegen/xai-grok-shell/changelogs/0.2.100.md
Normal file
17
crates/codegen/xai-grok-shell/changelogs/0.2.100.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 0.2.100 — 2026-07-13
|
||||
|
||||
## Features
|
||||
|
||||
- **Session picker** now discovers and resumes recent Claude Code, Codex, and Cursor sessions.
|
||||
- **Welcome screen** now offers a one-click resume nudge for recent Claude, Codex, or Cursor sessions.
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- **Web fetch tool** preserves full truncated page content as readable artifacts instead of discarding it.
|
||||
- **Multiline mode** now correctly sends the top queued message on empty Enter when a turn is running.
|
||||
- **Queued commands** no longer disappear or delay when pressing Enter twice quickly during a running turn.
|
||||
- **Minimal mode** text is now readable on dark terminals with proper contrast and highlighted user prompts.
|
||||
- **Grok no longer crashes** when printing resume hints after the terminal pane has closed.
|
||||
- **Long-running turns** with multiple waits now show updated status markers in the transcript instead of appearing stuck.
|
||||
- **Claude and Cursor hooks** are now correctly disabled at session start when disabled in config.
|
||||
|
||||
Loading…
Reference in a new issue