OpenCode can now run from AWS CloudShell via npx and inherit AWS auth plus Bedrock models; the same update also brought Firecrawl, India billing, and heap-snapshot debugging. It is becoming a real ops workflow, not just a local terminal toy.

npx opencode-ai, inherited AWS auth, and automatic access to Bedrock models, according to the CloudShell post./review as a local code-review path that can run code rather than forcing everything through a GitHub PR UI.The core update is a new AWS-native bootstrap path. In the launch post, OpenCode's maintainer described the flow as: open CloudShell, run npx opencode-ai, and use an environment that "already is authed with aws" and "will pickup bedrock models." That means the tool can start inside an AWS-managed shell without a separate local credential dance.
A repost from the OpenCode account confirms the same sequence, which matters because it frames the feature as product behavior rather than a one-off hack. The practical change is that Bedrock-backed model access now sits directly in the shell session where an operator is already working, instead of requiring a separate local setup.
The CloudShell path changes where OpenCode can run, but the adjacent workflow signals show what the team wants it to do there. In the review post, the maintainer argued that LLM review should not require users to "push code up" just to pass through "awkward github ui hacks," and said OpenCode's /review can also "run your code to check things." That is a stronger claim than plain inline review: it suggests local or shell-based validation as part of the review loop.
Taken together, the Bedrock-aware CloudShell flow and the /review positioning make OpenCode look less like a local terminal toy and more like a lightweight operator interface for cloud changes, repo review, and scripted checks. The joking "cause a sev1 incident" line in the original post underscores the target environment: people are expected to point this at live AWS contexts, not just side projects.
OpenCode also expanded its tool surface. According to the Firecrawl plugin post, installing firecrawl-cli lets agents "scrape, search, and browse," which gives OpenCode a clearer path to web retrieval tasks from inside the same agent session.
The reliability story is still evolving. In the support request, the maintainer said there are "occasional complaints about memory issues" and asked affected users to press Ctrl+P, choose "Write heap snapshot," and then follow upload instructions via the upload endpoint. That is a concrete debugging hook, not just an acknowledgment of bugs. Separately, the billing update says UPI autopay is now live for OpenCode Go in India at ₹900 per month, which removes some subscription friction for that market.
Claude can now drive macOS apps, browser tabs, the keyboard, and the mouse from Claude Cowork and Claude Code, with permission prompts when it needs direct screen access. That makes legacy desktop workflows automatable, and Anthropic is pairing the push with more background-task support for longer agent loops.
releaseOpenClaw shipped version 2026.3.22 with ClawHub, OpenShell plus SSH sandboxes, side-question flows, and more search and model options, then followed with a 2026.3.23 patch. Teams get a broader plugin surface, but should patch quickly and review plugin trust boundaries as the ecosystem grows.
releaseCursor shipped Instant Grep, a local regex index built from n-grams, inverted indexes, and Bloom filters that drops large-repo searches from seconds to milliseconds. Faster candidate retrieval shortens the coding-agent loop, especially when ripgrep-style scans become the bottleneck.
breakingChatGPT now saves uploaded and generated files into an account-level Library that can be reused across conversations from the web sidebar or recent-files picker. It removes repetitive re-uploading and makes past PDFs, spreadsheets, and images part of a persistent working context.
breakingEpoch AI says GPT-5.4 Pro elicited a publishable solution to one 2019 conjecture in its FrontierMath Open Problems set, with a formal writeup planned. Treat it as an early milestone worth reproducing, not blanket evidence that frontier models can already automate math research.
The Firecrawl plugin is now available in @opencode 🔥 $ npm install -g firecrawl-cli Let agents scrape, search, and browse the web for real-time context - right from your terminal.