Skip to content

docs(skill): update subscription-sidecar for the services/runner rename + env renames#5011

Draft
mmabrouk wants to merge 1 commit into
big-agentsfrom
docs/subscription-sidecar-runner-rename
Draft

docs(skill): update subscription-sidecar for the services/runner rename + env renames#5011
mmabrouk wants to merge 1 commit into
big-agentsfrom
docs/subscription-sidecar-runner-rename

Conversation

@mmabrouk

@mmabrouk mmabrouk commented Jul 1, 2026

Copy link
Copy Markdown
Member

What

The big-agents pull renamed the runner tree services/agent -> services/runner and renamed several env vars. The subscription-sidecar operating skill still referenced the old names, so the recipe no longer stands up a working sidecar.

Change (1 file)

.agents/skills/subscription-sidecar/SKILL.md:

  • AGENTA_AGENT_RUNNER_HOST -> AGENTA_RUNNER_HOST
  • AGENTA_AGENT_RUNNER_URL -> AGENTA_RUNNER_URL (all occurrences)
  • services/agent/{src,skills} mounts and cd services/agent -> services/runner
  • runner image agenta-ee-dev-sandbox-agent -> agenta-ee-dev-runner
  • compose service reference sandbox-agent -> runner

SANDBOX_AGENT_PROVIDER is left as-is (still a valid env var in services/runner). The AGENTA_MOUNTS_STORAGE_* -> AGENTA_STORE_* and AGENTA_AGENT_MCP_SERVERS_ENABLED -> AGENTA_AGENT_MCPS_ENABLED renames do not appear in this skill, so nothing to change for them.

Note: this skill was previously gitignored (.gitignore .* covers .agents/) and local-only. This PR also brings it under version control, alongside the three already-tracked .agents/skills entries.

https://claude.ai/code/session_01WSp2LqKrEtXnm2fsPWuQWa

…me + env renames

The runner tree moved from services/agent to services/runner and the env
vars were renamed (AGENTA_AGENT_RUNNER_HOST/URL -> AGENTA_RUNNER_HOST/URL).
Update the subscription-sidecar operating skill to match, plus the runner
image name (agenta-ee-dev-runner) and compose service name (runner).

Also brings the skill under version control alongside the other tracked
.agents/skills entries (it was previously gitignored, local-only).

Claude-Session: https://claude.ai/code/session_01WSp2LqKrEtXnm2fsPWuQWa
@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agenta-documentation Ready Ready Preview, Comment Jul 1, 2026 10:41pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: cbe38531-1b6d-46c8-a5cc-3e5b77e9a1bd

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/subscription-sidecar-runner-rename

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mmabrouk mmabrouk added the needs-review Agent updated; awaiting Mahmoud's review label Jul 1, 2026
@mmabrouk

mmabrouk commented Jul 1, 2026

Copy link
Copy Markdown
Member Author

Review request: (1) confirm services/agent -> services/runner and AGENTA_AGENT_RUNNER_HOST/URL -> AGENTA_RUNNER_HOST/URL (plus the runner image/compose-service names) are the complete stale set for this skill; (2) confirm it's wanted that this PR brings the subscription-sidecar skill under version control (it was previously gitignored/local-only; force-added like the 3 existing tracked .agents/skills entries). Left SANDBOX_AGENT_PROVIDER unchanged (still valid).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review Agent updated; awaiting Mahmoud's review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant