v0.1.13
Fixed
Three grok provisioning gaps surfaced by a live smoke test:
5dive-agent-startnow seeds/home/agent-<name>/.grok/auth.jsonfrom/home/claude/.grok/auth.json(or$PROFILE_STATE_DIR/.grok/auth.jsonunder a bound profile) at every boot. Previously the auth-gate incmd_createpassed because the type-level shared credential satisfied it, but the agent's own~/.grok/auth.jsonwas never populated — so grok couldn't actually talk to xAI on first launch. Mirrors the codex seed block; mtime-gated so host-side5dive auth login grokre-rotations propagate on the next agent restart.install_channel_for_grok_agentnow copiesnotify-user/SKILL.mdinto~/.grok/skills/notify-user/for--channels=telegramagents, so the comms loop self-starts on the first DM (no manual nudge needed). Mirrors the claude-side seed inpreseed_claude_agent.- Default skills
find-skills+5dive-clinow install for grok agents too. Upstreamnpx skills addrejects--agent grokwith "Invalid agents: grok", so a new manual-install fallback (git clone --depth=1+cp -r) ininstall_default_skill_for_agentandcmd_skill_addhandles types upstream doesn't recognize._skill_needs_manual_installis the single switch — add new types there when upstream rejects them.