overseer: Todo - #2
Open
stamatron wants to merge 6 commits into
Open
Conversation
…, impersonate, work_root)
Open
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.
Closes #1
gh-overseer #1 — done
Shipped the concrete items; each is a separate
subtask:commit. Defaults unchanged, so nothing new activates unless you set the config key. All 31 tests pass.Done
log_fileconfig appends the (redacted) log to disk as well as stdout.--verbose(orverbose: true) streams the agent's live output into the log so you can watch a job.ack_start/ack_finish(both default true) gate the start/finish comments; prompt now asks the agent to keep its report short.impersonate: truecommits under your identity (commit_name/commit_email, else your login + noreply) instead of the bot's.allow_web: trueappendsWebFetchto allowed tools. (You could already do this by hand viaallowed_tools; this is the convenience flag.)work_rootgives each issue/PR a persistent checkout dir. Claude keys its session transcripts by cwd, so a stable path is what lets a claude runner--resumethe same session on every follow-up. First run mints a UUID--session-id(stored instate.jsonundersessions); follow-ups--resumeit; a stale transcript falls back to a fresh session automatically. Nowork_root→ old temp-dir behaviour, no session reuse.Needs your call (no code guessed)
miniruns as claude default — not an overseer bug. Two causes: (1) with norun_agent: miniline the first runner (claude) is used — that's by design; (2) theminirunner has no-m <model>somini-swe-agentfalls back to its default model (claude), and--cost-limit 0makes it exit immediately. Tell me the model you want mini to drive and I'll fix the runner (add-m …, sane--cost-limit).--networkgated byallow_web, dropped caps, non-root, CPU/mem limits). Strongest isolation; needs Docker on the host and reworksrun_agenttodocker run.--permission-mode+ a tightallowed_tools(already in place) plus a seccomp/nsjail wrapper. Less isolation, no daemon.work_rootdirs are already an easy container mount point.Which way do you want (Docker dependency acceptable?), and should the jail be default-on or opt-in?
Note
$2.97 · 40 turns · 2,728,818 in (2,647,525 cached) · 35,133 out