-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: stacklok/brood-box
base: v0.0.3
head repository: stacklok/brood-box
compare: v0.0.4
- 10 commits
- 19 files changed
- 4 contributors
Commits on Mar 10, 2026
-
Use BASE_IMAGE variable to avoid registry metadata resolution in CI (#29
) * Use BASE_IMAGE variable to avoid registry metadata resolution in CI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Override BASE_IMAGE to non-registry name in bake Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for cb73f31 - Browse repository at this point
Copy the full SHA cb73f31View commit details
Commits on Mar 11, 2026
-
Add test coverage for agent registry, sandbox helpers, and CLI utils
Add comprehensive tests for agent registry (built-in agents, add/get/list, invalid names, overrides, copy safety). Add direct unit tests for sandbox helpers (mergeEnvPatterns, resolveCommand, resolveMCPConfig). Add CLI helper tests (setupLogger, openLogFile, sanitizeAll, cache dir functions). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 800a365 - Browse repository at this point
Copy the full SHA 800a365View commit details -
Picks up override_stat xattr support on Linux for correct guest file ownership without CAP_CHOWN. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 82fd42b - Browse repository at this point
Copy the full SHA 82fd42bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a116aaf - Browse repository at this point
Copy the full SHA a116aafView commit details -
Merge pull request #28 from stacklok/renovate/major-github-artifact-a…
…ctions Update GitHub Artifact Actions (major)
Configuration menu - View commit details
-
Copy full SHA for 4ed1ed3 - Browse repository at this point
Copy the full SHA 4ed1ed3View commit details -
Add --debug LogLevel plumbing for hypervisor diagnostics
Wire LogLevel through domain (VMConfig), application (RunOpts), and infrastructure (WithLogLevel) layers. When --debug is set, LogLevel=5 enables libkrun trace output in vm.log for diagnosing boot and runtime issues. Also add debug logging for terminal setup (interactive check, raw mode, PTY allocation) to aid SSH session troubleshooting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 7cf006e - Browse repository at this point
Copy the full SHA 7cf006eView commit details -
Merge pull request #30 from stacklok/macos/debug-loglevel
Add --debug LogLevel plumbing for hypervisor diagnostics
Configuration menu - View commit details
-
Copy full SHA for 1650474 - Browse repository at this point
Copy the full SHA 1650474View commit details -
Update README and docs for release readiness
Add EXPERIMENTAL banner, CI and repostatus badges, table of contents, install-from-release section, and documentation links. Fix Go version across all docs (1.25 → 1.26 per go.mod). Correct stale propolis replace directive reference in architecture doc. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 2a7ea22 - Browse repository at this point
Copy the full SHA 2a7ea22View commit details -
Guard against duplicate bbox-init on macOS
On macOS, libkrun's init.krun forks a child for the timesync clock_worker. When the vsock DGRAM bind fails, clock_worker returns instead of calling _exit(), so the child falls through into the main init path and execs a second bbox-init. Add an flock(LOCK_EX|LOCK_NB) guard so the second instance blocks forever instead of racing with the first. Workaround for containers/libkrun#580 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for d052d51 - Browse repository at this point
Copy the full SHA d052d51View commit details -
Merge pull request #31 from stacklok/macos/dual-init-guard
Guard against duplicate bbox-init on macOS
Configuration menu - View commit details
-
Copy full SHA for b1eca95 - Browse repository at this point
Copy the full SHA b1eca95View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.3...v0.0.4