Add Docker-based script execution for Docker Compose#234
Merged
rockfordlhotka merged 7 commits intomainfrom Apr 2, 2026
Merged
Add Docker-based script execution for Docker Compose#234rockfordlhotka merged 7 commits intomainfrom
rockfordlhotka merged 7 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Publishes AgentNameChanged to user.response when the file watcher detects a change to agent-name.md. UserProxyService routes it to IUserFrontend.OnAgentNameChangedAsync so all frontends (Blazor, CLI) update their displayed name. Also uses display name in AgentReply. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…233) Sync browser tab title via JS interop when agent name changes, since PageTitle doesn't reliably re-render. Use current display name for primary agent bubbles when loading conversation history. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
RollingUpdate deadlocks when the PVC is ReadWriteOnce because the new pod cannot mount the volume while the old pod still holds it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Enhances the Docker Compose deployment to be a fully functional local development environment, and fixes agent display name propagation across all frontends.
AGENT_DATA_PATHenv var for bind-mounting agent data to a host directoryRockBot.Scripts.Dockerproject using Docker.DotNet to run ephemeral Python script containers via the Docker Engine API, withscripts-initservice to pre-pull the Python image at startupScripts:Providerconfig (Docker|Container) selects Docker vs Kubernetes handler at runtimeset_agent_name/get_agent_nametools, with mcp.json seeded to point at compose-internal URLAgentNameChangedtouser.responsewhen the file watcher detects a name change; all user proxy frontends (Blazor, CLI) update viaIUserFrontend.OnAgentNameChangedAsyncAgentReply.AgentNameuses display nameRecreatestrategy for mcp-todo deployment (RWO PVC deadlocks withRollingUpdate)Closes #233
Test plan
dotnet build RockBot.slnx— zero errorsdotnet test RockBot.slnx— 857 passed, 0 faileddocker compose upstarts all services (rabbitmq, agent, blazor, scripts-manager, introspection-mcp)set_agent_nameMCP tool updates header, title, and chat bubbles🤖 Generated with Claude Code