chore: move flared to a private repository - #134
Merged
Conversation
flared continues development in a separate private repo while we evaluate it; the MCP integration is unaffected (it reaches flared over HTTP only). agentflare-artifacts stays here — flared consumes it from crates.io.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (17)
💤 Files with no reviewable changes (16)
📝 WalkthroughWalkthroughThe ChangesFlared crate removal
Estimated code review effort: 5 (Critical) | ~90+ minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
4 tasks
getappz
pushed a commit
that referenced
this pull request
Aug 29, 2026
…atch teardown Sandboxed headless opencode runs mount ~/.local/share/opencode via bwrap's --tmp-overlay, which discards every write -- including opencode's own tool-call/session log -- the moment the sandboxed process exits, leaving a failed dispatch with only a short stdout/stderr tail to diagnose from (items #132/#134). AgentStateMount gains an optional diagnostic_log field; when set and a diagnostic_out path is supplied, the sandboxed invocation is rewritten into a small sh wrapper that periodically snapshots a bounded tail of that log to a real, host-persistent path for as long as the command runs -- not just once at the end, since kill_tree's SIGKILL to the whole process group (the idle-timeout path that motivated this) would otherwise kill the wrapper before a single post-exit tail ever ran. run_headless reads and always deletes that file after the child exits, folding its content into the existing failure diagnostics on timeout/non-zero-exit. Scoped to opencode (the confirmed failure case); the mechanism generalizes to other agents without further plumbing changes. Agentflare-Agent: claude-code Agentflare-Branch: task/139-sandboxed-headless-opencode-claude-dispa Agentflare-Item: 139 Agentflare-Session: a675d29a-e8e4-4576-8cb7-88dadc42f966
getappz
pushed a commit
that referenced
this pull request
Aug 31, 2026
…atch teardown Sandboxed headless opencode runs mount ~/.local/share/opencode via bwrap's --tmp-overlay, which discards every write -- including opencode's own tool-call/session log -- the moment the sandboxed process exits, leaving a failed dispatch with only a short stdout/stderr tail to diagnose from (items #132/#134). AgentStateMount gains an optional diagnostic_log field; when set and a diagnostic_out path is supplied, the sandboxed invocation is rewritten into a small sh wrapper that periodically snapshots a bounded tail of that log to a real, host-persistent path for as long as the command runs -- not just once at the end, since kill_tree's SIGKILL to the whole process group (the idle-timeout path that motivated this) would otherwise kill the wrapper before a single post-exit tail ever ran. run_headless reads and always deletes that file after the child exits, folding its content into the existing failure diagnostics on timeout/non-zero-exit. Scoped to opencode (the confirmed failure case); the mechanism generalizes to other agents without further plumbing changes. Agentflare-Agent: claude-code Agentflare-Branch: task/139-sandboxed-headless-opencode-claude-dispa Agentflare-Item: 139 Agentflare-Session: a675d29a-e8e4-4576-8cb7-88dadc42f966
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.
flared continues development in a separate private repo while we
evaluate it; the MCP integration is unaffected (it reaches flared over
HTTP only). agentflare-artifacts stays here — flared consumes it from
crates.io.
Summary by CodeRabbit
flaredsupervisor application from the workspace.flaredcommands and related HTTP endpoints are no longer available.