Conversation
… never runs auth_provider helpers
…bid raw control bytes in sources
… is refused before any spend
…its first model request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Runs Grok through the engine broker in its leanest form: fixed context drops from ~15k to ~2.5k input tokens per model request.
--max-turnsbackstop.config.tomlrenderer: bundled skills and workflows disabled, session-title request routed to the proxy and refused locally, closed model/effort list (defaultgrok-4.6/low), MCP registered in the Daimon-owned GROK_HOME. Config sha256 pinned per model×effort and verified before each turn.__proto__keys; forwards only the canonical re-serialized body.$GROK_HOME/sessions/sandbox-events.jsonl, non-empty deny lists, per-turn lock-in of the first acceptedProfileApplied, guard awaited before the first upstream call; read-only root-owned worker home layout./dev/null.env_keybecause Grok 1.0.34 never runsauth_providerhelpers; tool children cannot reach the proxy (network seccomp) and the token dies at turn end.Stacked on #24.
Verification
npm test: 708 pass / 0 fail / 9 skipped (one timing-sensitivecliSessiondispose test failed in 2 of 4 full runs under load; passes isolated and under CPU stress on both this branch and the base — tracked as a flake).verify:native,verify:contract-manifestpass.🤖 Generated with Claude Code