
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@strideos/agent-bridge
Advanced tools
Connect your local machine to Stride's AI agent workforce dashboard. Runs Claude Code, Codex, or other CLI agents locally using your subscription.
Connect your local machine to the Stride AI agent workforce dashboard. Run Claude Code, Codex, or other CLI agents locally using your own subscription while managing them from the Stride web dashboard.
npx @strideos/agent-bridge connect --token YOUR_TOKEN
https://app.strideagents.com# Using npx (no install needed)
npx @strideos/agent-bridge connect --token YOUR_TOKEN
# Or install globally
npm install -g @strideos/agent-bridge
stride-bridge connect --token YOUR_TOKEN
Now when the agent receives tasks from the dashboard, they'll execute on your machine using your local Claude Code CLI.
stride-bridge connect [options]
Options:
-t, --token <token> Bridge connection token (required)
-s, --server <url> Stride server URL (default: https://app.strideagents.com)
-c, --command <cmd> Agent CLI to use (default: claude)
-p, --poll-interval <ms> Poll interval in ms (default: 5000)
Stride Dashboard (web)
│
│ "Run this prompt"
▼
Your Machine (this bridge)
│
│ spawns: claude -p "prompt" --output-format json
▼
Claude Code CLI (your subscription)
│
│ result + cost
▼
Stride Dashboard (displays result)
# Use Codex instead of Claude
stride-bridge connect --token YOUR_TOKEN --command codex
# Use a custom agent CLI
stride-bridge connect --token YOUR_TOKEN --command "my-agent"
import { AgentBridge } from "@strideos/agent-bridge"
const bridge = new AgentBridge({
token: "your-token",
serverUrl: "https://app.strideagents.com",
agentCommand: "claude",
})
const connection = await bridge.connect()
console.log("Connected:", connection.name)
// Bridge runs until disconnected
process.on("SIGINT", () => bridge.disconnect())
FAQs
Connect your local machine to Stride's AI agent workforce dashboard. Runs Claude Code, Codex, or other CLI agents locally using your subscription.
We found that @strideos/agent-bridge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.