@mazemoore AOC is just an actor.
It’s her puppet masters that are the problem.
She is spouting insane lies that are disprovable by a Google search, but a lot of people will believe her.
There are no American flags, but there are flags of many other countries.
Those whose loyalty is to another country over America are, by definition, traitors and must be expelled immediately.
Bug fixes shipping to Grok Build 0.2.3 (release notes will be available in the TUI)
- add “Yes, and don't ask again for anything (always-approve mode)"
- add alpha/stable to welcome screen
- JetBrains/JediTerm terminal detection so TUI does not get confused and detect it as some other terminal
- persist model ID instead of display name for default_model
- clamp Q&A height to prevent ratatui buffer overflow
- better UX for tmux inside ssh copy-paste issues
- store vim mode persistently in the config.toml to prevent restart loss
- memory usage improvements for managing chat history on the hot path
NASA Administrator Jared Isaacman: "@SpaceX is probably our greatest commercial space company, hands down. We rely on SpaceX heavily to put our astronauts to and from the international space station."
We spent a ton of time making worktrees actually work well for agent swarms and large repos.
When you’re running 10s of agents that ship, you quickly realize you need worktree, but git’s defaults are brutal at this scale.
Slow creation, every agent copying the whole repo, can’t check out the same branch twice.
So we fixed those problems in Grok Build.
Now agents can spin up, reset, and go wild constantly. Worktrees are faster than normal Git, everything shares the same base, and it doesn’t eat your disk or grind your SSD.
Try it:
grok -w <label> → new session in a worktree
grok -w <label> -r <session_id> → resume one
grok worktree ... → manage them