- [fix] Fixed token count after compaction so the displayed number no longer jumps back up on the next model response.
- [fix] Fixed plugin skill loading when a manifest lists skill directories directly instead of a parent skills/ folder.
- [fix] Fixed memory context injection on resume so the prompt prefix stays byte-stable and KV cache is preserved.
- [new] Compaction completion message now shows the before → after token reduction instead of only the final count.
- [changed] Updated getting-started docs with clearer examples for supplying an initial prompt on launch, including worktree usage.
- [changed] Clarified logging configuration in docs and README:
GROK_LOG_FILEnow takes a literal path,GROK_DEBUG_LOGand--debugcontrol the per-session firehose, andRUST_LOGbehavior is described consistently for both file and headless output. - [changed] Shell completions refreshed for bash, fish, and zsh to reflect current flag and argument handling.
Under the hood
- Updated bundled manifest checksums and minor internal file ordering.
- Documentation examples and help skill paths refreshed for consistency.