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
21
crates/codegen/xai-grok-shell/changelogs/0.2.85.md
Normal file
21
crates/codegen/xai-grok-shell/changelogs/0.2.85.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 0.2.85 — 2026-07-03
|
||||
|
||||
## Features
|
||||
|
||||
- **Pressing Enter** on an empty prompt now sends the top queued follow-up immediately while a turn is running.
|
||||
- **Tool call grouping** can now be enabled via config.toml or settings to collapse consecutive read/search/list calls.
|
||||
- **Consecutive tool calls** of the same kind can now be folded into a single row when group_tool_verbs is enabled.
|
||||
- **Subagent conversations** now receive the same type-specific instructions in gateway chat as in the CLI.
|
||||
- **Scheduled automation tasks** now show their header panel correctly in gateway chat sessions.
|
||||
- **Promotional announcements** now appear with clickable CTAs and can be non-dismissible.
|
||||
- **Subagents** now run in the background by default unless explicitly set to false.
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- **Permission prompts** now correctly wrap long bash commands while preserving structure and quotes.
|
||||
- **Claude Code settings** with permissions.defaultMode are now correctly honored.
|
||||
- **Project skills and commands** are now discovered even when their directories are gitignored.
|
||||
- **Inline LaTeX math** with padding spaces now renders correctly instead of showing raw dollar signs.
|
||||
- **Manual /recap** now works on the same turn and long auto recaps are hidden from view while still saved.
|
||||
- **Always allow** for common commands like ls and git status now remembers just the command instead of extra arguments.
|
||||
|
||||
Loading…
Reference in a new issue