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
15
crates/codegen/xai-grok-shell/changelogs/0.2.57.md
Normal file
15
crates/codegen/xai-grok-shell/changelogs/0.2.57.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 0.2.57
|
||||
|
||||
## Features
|
||||
|
||||
- Improved resilience to network blips during long responses by resuming instead of failing the turn.
|
||||
- **`grok plugin install <name>`** now resolves plugins from registered marketplaces instead of only local paths.
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- Fixed cases where long-running conversation compaction could hang indefinitely.
|
||||
- Notification hooks now fire only for real user-attention events and no longer trigger constantly during tool use.
|
||||
- Fixed literal display of HTML entities such as < and > in responses and tool output.
|
||||
- **Typing `[`** in the pager prompt no longer appears delayed.
|
||||
- **Copy** now tries all available Linux clipboard tools so paste works reliably in more terminals.
|
||||
|
||||
Loading…
Reference in a new issue