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
14
crates/codegen/xai-grok-shell/changelogs/0.2.17.md
Normal file
14
crates/codegen/xai-grok-shell/changelogs/0.2.17.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 0.2.17
|
||||
|
||||
## Features
|
||||
|
||||
- **Image and video generation** tools now emit structured paths so the pager renders media without regex scraping.
|
||||
- **Compaction summaries** now use a more detailed structure that improves recovery after context reset.
|
||||
- **image_gen** can now be enabled via the harness model using [features] in config.toml or the GROK_IMAGE_GEN_HARNESS env var.
|
||||
- **Improved config refresh** on new sessions from the shell.
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- **--restore-code** no longer detaches the source repository when resuming a forked-worktree session from a different directory.
|
||||
- **Read tool** string coercion bug fixes.
|
||||
- **ICO images** pasted or read from disk are now automatically converted to PNG before being sent to the model.
|
||||
Loading…
Reference in a new issue