Skip to content

Releases: Walvez/grok-subagent

v0.4.0 - Isolated Grok-native search

Choose a tag to compare

@Walvez Walvez released this 03 Aug 15:29

Highlights

  • Add isolated grok_search, grok_search_list, and grok_search_show tools 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.md and refresh bilingual docs for the 0.4.0 tool surface.

Upgrade

codex plugin marketplace upgrade walvez-grok
codex plugin add grok-subagent@walvez-grok

Start a new Codex task after upgrading so Skill/MCP tools reload.

Notes

  • Search mode pins grok-4.5 and only exposes x_search, web_search, and web_fetch.
  • Search runs use ~/.cache/grok-subagent/search-runs and temporary HOME isolation; they intentionally do not enter the current repository.
  • Local smoke on 2026-08-03 verified real x.com/status/... results via grok_search.

v0.3.1

Choose a tag to compare

@Walvez Walvez released this 18 Jul 07:27
a4ce05a

Fix repeated Grok skill cache-path rediscovery by giving the marketplace and plugin distinct IDs. Existing users should migrate once from grok-subagent@grok-subagent to grok-subagent@walvez-grok using the commands in the README.

Grok Subagent v0.3.0

Choose a tag to compare

@Walvez Walvez released this 17 Jul 16:52
262afe8

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

Choose a tag to compare

@Walvez Walvez released this 16 Jul 16:32