Releases: Walvez/grok-subagent
Releases · Walvez/grok-subagent
Release list
v0.4.0 - Isolated Grok-native search
Highlights
- Add isolated
grok_search,grok_search_list, andgrok_search_showtools for Grok-native X, Reddit, and public-web research outside the current repository. - Bundle a repository-free Grok search bridge adapted from MIT-licensed
sudoHG/codex-grok-search. - Keep the existing managed Grok agent surface: readonly investigation, linked-worktree writing, and interactive Terminal handoff.
- Add
AGENTS.mdand refresh bilingual docs for the 0.4.0 tool surface.
Upgrade
codex plugin marketplace upgrade walvez-grok
codex plugin add grok-subagent@walvez-grokStart a new Codex task after upgrading so Skill/MCP tools reload.
Notes
- Search mode pins
grok-4.5and only exposesx_search,web_search, andweb_fetch. - Search runs use
~/.cache/grok-subagent/search-runsand temporary HOME isolation; they intentionally do not enter the current repository. - Local smoke on 2026-08-03 verified real
x.com/status/...results viagrok_search.
v0.3.1
Grok Subagent v0.3.0
Highlights
- Surface Grok plan updates, tool activity, elapsed time, and bounded public response previews in Codex progress messages.
- Add revision-based long polling and a user-visible heartbeat for managed Grok sessions.
- Add a macOS interactive handoff mode that opens the official Grok Build TUI in a separate Terminal window.
- Keep interactive implementation work in a Grok-created linked worktree.
Safety
- Private thought chunks remain discarded.
- Interactive prompts use mode-0600 temporary files and are removed before Grok starts.
- Interactive handoff does not authorize commits, pushes, publication, or writes to the primary checkout.
Validation
- Node.js 22 and Node.js 24 CI passed.
- 9 core tests and the 9-tool MCP smoke test passed.
v0.1.0 - Initial release
Full Changelog: https://github.com/Walvez/grok-subagent/commits/v0.1.0