Skip to content

(MOT-4389) fix: replace removed worker add instructions - #996

Merged
guibeira merged 2 commits into
mainfrom
fix/remove-worker-add
Aug 28, 2026
Merged

(MOT-4389) fix: replace removed worker add instructions#996
guibeira merged 2 commits into
mainfrom
fix/remove-worker-add

Conversation

@guibeira

@guibeira guibeira commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • replace user-facing iii worker add instructions with iii trigger compose::add worker=<name>
  • use repeated worker= arguments for multi-worker installs
  • align runtime guidance, examples, templates, UI copy, and tests with Compose-managed workers
  • sync local dependency lockfiles with the current worker versions

Validation

  • cargo test --manifest-path document/Cargo.toml
  • cargo test --manifest-path workers-dev/Cargo.toml
  • cargo check --manifest-path database/Cargo.toml
  • cargo check --manifest-path sandbox-code-runner/Cargo.toml
  • cargo check --manifest-path crates/node-core/Cargo.toml
  • cargo check --manifest-path eval/Cargo.toml
  • cargo check --locked for eval and the affected providers
  • cargo fmt --manifest-path <affected-manifest> -- --check
  • pnpm typecheck
  • pnpm exec biome check <changed-console-files>
  • pnpm exec vitest run src/lib/attachments/documents.test.ts src/lib/attachments/pdf.test.ts src/lib/attachments/shared.test.ts
  • git diff --check

Fixes MOT-4389

@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
workers Ready Ready Preview Aug 28, 2026 10:38pm
workers-tech-spec Ready Ready Preview Aug 28, 2026 10:38pm

Request Review

@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 106 files, which is 6 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 908a0806-2044-4a27-b8e0-4ee6d038d276

📥 Commits

Reviewing files that changed from the base of the PR and between 092d13e and 6ae178b.

⛔ Files ignored due to path filters (15)
  • crates/provider-integration-testkit/Cargo.lock is excluded by !**/*.lock
  • eval/Cargo.lock is excluded by !**/*.lock
  • provider-anthropic/Cargo.lock is excluded by !**/*.lock
  • provider-claude-code/Cargo.lock is excluded by !**/*.lock
  • provider-command-code/Cargo.lock is excluded by !**/*.lock
  • provider-deepseek/Cargo.lock is excluded by !**/*.lock
  • provider-github-copilot/Cargo.lock is excluded by !**/*.lock
  • provider-kimi/Cargo.lock is excluded by !**/*.lock
  • provider-llamacpp/Cargo.lock is excluded by !**/*.lock
  • provider-openai-codex/Cargo.lock is excluded by !**/*.lock
  • provider-openai/Cargo.lock is excluded by !**/*.lock
  • provider-opencode-go/Cargo.lock is excluded by !**/*.lock
  • provider-openrouter/Cargo.lock is excluded by !**/*.lock
  • provider-xai/Cargo.lock is excluded by !**/*.lock
  • provider-zai/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (106)
  • .github/scripts/harness_e2e_shadow_contract.py
  • .github/scripts/manifest_version.py
  • .github/scripts/validate_worker.py
  • .gitignore
  • README.md
  • a2ui/README.md
  • acp/README.md
  • approval-gate/README.md
  • bridge/README.md
  • bridge/skills/SKILL.md
  • browser/README.md
  • canvas/README.md
  • claude-code/README.md
  • code-runner/README.md
  • codex/README.md
  • computer/README.md
  • console/README.md
  • console/web/src/hooks/use-harness-status.ts
  • console/web/src/hooks/use-worker-lifecycle.ts
  • console/web/src/hooks/use-worker-presence.ts
  • console/web/src/lib/attachments/documents.test.ts
  • console/web/src/lib/attachments/pdf.test.ts
  • console/web/src/lib/attachments/shared.test.ts
  • console/web/src/lib/attachments/shared.ts
  • console/web/src/pages/Configuration/tabs/WorkersTab/hooks.ts
  • console/web/src/pages/Configuration/tabs/WorkersTab/index.tsx
  • context-manager/README.md
  • crates/node-core/src/manager.rs
  • cron/README.md
  • cron/skills/SKILL.md
  • cursor/README.md
  • database/README.md
  • database/src/handlers/saved.rs
  • devin/README.md
  • docs/architecture/deploy-modes.md
  • docs/architecture/iii-worker-yaml.md
  • docs/architecture/per-worker-architecture.md
  • docs/architecture/worker-model.md
  • docs/sops/binary-worker.md
  • docs/sops/new-worker.md
  • document/README.md
  • document/src/bus.rs
  • document/src/functions/ocr.rs
  • editor/README.md
  • editor/config.yaml
  • eval/tests/manifest.rs
  • fp/README.md
  • github/README.md
  • grok/README.md
  • harness/README.md
  • hermes/README.md
  • http/README.md
  • http/skills/SKILL.md
  • iii-directory/README.md
  • image-resize/README.md
  • llm-router/README.md
  • mcp/README.md
  • memory-consolidate/README.md
  • memory/README.md
  • opencode/README.md
  • opengantry/README.md
  • opengantry/scripts/build-bundle.mjs
  • openwiki/README.md
  • pdf/README.md
  • pi/README.md
  • provider-anthropic/README.md
  • provider-command-code/README.md
  • provider-opencode-go/README.md
  • pubsub/README.md
  • pubsub/skills/SKILL.md
  • queue/README.md
  • queue/skills/SKILL.md
  • rbac-proxy/README.md
  • sandbox-code-runner/README.md
  • sandbox-code-runner/src/main.rs
  • sandbox-code-runner/ui/src/page/FleetRail.tsx
  • sandbox-code-runner/ui/src/page/SandboxPage.tsx
  • scrapling/README.md
  • security-scan/README.md
  • session-manager/README.md
  • shell/ARCHITECTURE.md
  • shell/README.md
  • shell/skills/SKILL.md
  • slack/README.md
  • state/README.md
  • state/skills/SKILL.md
  • storage/README.md
  • tailscale/README.md
  • tech-specs/2026-06-agentic/README.md
  • tech-specs/2026-06-agentic/memory.md
  • tech-specs/2026-06-agentic/presentation/src/components/Footer.tsx
  • tech-specs/2026-06-agentic/presentation/src/content/workers.ts
  • tech-specs/2026-06-agentic/presentation/src/sections/Hero.tsx
  • tech-specs/2026-06-agentic/presentation/src/sections/OnboardingSection.tsx
  • tech-specs/2026-06-rbac-proxy-worker/presentation/src/content/deck.ts
  • tech-specs/2026-06-rbac-proxy-worker/presentation/src/sections/Hero.tsx
  • telegram-bot/README.md
  • vscode/README.md
  • web/README.md
  • worker-readme.md
  • workers-dev/README.md
  • workers-dev/src/discover.rs
  • workers-dev/src/orchestrator.rs
  • workers-dev/src/status.rs
  • workers-dev/src/tui/mod.rs
  • worktree/README.md

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


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.

@guibeira
guibeira force-pushed the fix/remove-worker-add branch from 4cd711d to 76e87a9 Compare August 28, 2026 22:30
@github-actions

Copy link
Copy Markdown
Contributor

skill-check — worker

0 verified, 69 skipped (no docs/).

Layer Result
structure
vale
ai
render

Four for four. Nicely done.

@guibeira
guibeira merged commit 39ed9fe into main Aug 28, 2026
231 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants