Skip to content
Standard
Reader
Log in
Tag
Opencode
Articles and publications tagged Opencode across the Atmosphere.
22
articles
15
publications
Articles
Publications
Recent
Recent
Trending
Most popular
Linux Today: Linux News, Tutorials & Guides [Unofficial]
·
Aug 26, 2026
OpenCode: AI Agent That Reads and Edits Code in Terminal
Blog
·
AI coding agent
programming.dev - A collection of programming communities
·
Aug 16, 2026
OpenCode Go plan reduce usage to $15/month
opencode
·
SirDimples
ewan's devlog
·
Aug 4, 2026
experai gets machine-readable output, opencode/MCP integration, and AT Protocol weight publishing
The CLI now supports --json and --support for scripting and tooling, an opencode plugin and stdio MCP server expose it as agent tools, and a new publish-weight command writes trained checkpoints to a PDS as chunked blobs.
experai
·
rust
I
inkdroid
·
Aug 2, 2026
Bookmarks - llm, archive, music, programming
activism
·
activitypub
Andreas Spiegler | Blog/Fragmente
·
Jul 31, 2026
Wissensarbeit, seit KI-Agenten mitarbeiten
Obsidian
·
gut getarnte Form von Aufschieben
Elizabeth Tai
·
Jul 9, 2026
July 2026: Lestat, OpenCode and the art of resting
Now Log
·
AI
Scott Logic Blog
·
Jul 8, 2026
GLM-5.2: Considerations for enterprise teams starting out with open-weight models
Pi
·
OpenCode
Deuts.NET – Personal rumblings on tech and stuff
·
Jul 5, 2026
Why OpenCode Go Is Worth It — An Honest Take for Coders and Automators
AI & Automation
·
AI
Randoneering Blog
·
Jul 2, 2026
A Month Without Frontier Models
llm
·
opencode
Snehasish Nayak
·
Jun 28, 2026
Flow State is My Real Enemy
When I am working on something I am interested in, I often go into a flow state where time becomes irrelevant for me. I stop eating, sleeping, talking to others for hours. This happens when I am either learning something new or exploring things. I love working under pressure and in chaos. While it gives me an upper-hand, it also makes me vulnerable to burnouts. In last two years I have learned how to set boundaries for different activities. However, recently I started learning agentic coding u
OpenCode
·
OpenRouter
Corti.com
·
Jun 19, 2026
Connecting OpenCode to a Self-Hosted LLM (vLLM + Nemotron 3 Super)
Coding agents like Claude Code and Codex are excellent, but both are wired to a specific vendor's API. If you run your own inference stack — for cost control, data residency, or because you have GPUs sitting idle — you want an agent you can point at your endpoint. OpenCode is the cleanest fit: it's terminal-first, open source, and talks to any OpenAI-compatible API without a translation layer. This post walks through connecting OpenCode's CLI to a self-hosted vLLM server, using NVIDIA's Nemotro
OpenCode
·
vLLM
NP
null program
·
Jun 3, 2026
2026 has been the most pivotal year in my career… and it's only March
the automation of software engineering
·
Writing is thinking
Steve Messer
·
May 25, 2026
The Cat Detective
performance dashboard
·
NISTA strategic assessment
bdbch.com
·
May 17, 2026
Building bdbch.com: How I built my new site in a day
How I rebuilt my personal website using Astro, Motion, some AI agents, and an embarrassingly small token bill.
astro
·
ai
Denis Nuțiu
·
May 2, 2026
Agentic Coding without Claude and Codex
OpenCode
·
Zen
Incognitosis
·
Apr 27, 2026
Programando una app para evitar pagar la «Conectividad Premium» de Tesla
Tecnología
·
Antigravity
すまほん!!
·
Apr 1, 2026
Claude Codeのソース流出。GitHub掲載forkがDMCA takedownに
AI・人工知能
·
Anthropic
ED
Eduardo Maçan - We stand here exposing ourselves. We are showroom dummies!
·
Mar 20, 2026
O futuro (ainda é) aberto.
Tech
·
agents
subaud
·
Feb 12, 2026
Event-Driven Claude Code and OpenCode Workflows with Hooks
Claude Code
·
OpenCode
subaud
·
Feb 12, 2026
Event-Driven Claude Code and OpenCode Workflows with Hooks
I needed a plugin that could run a multi-phase workflow autonomously — start a task, wait for it to finish, check the result, start the next one. I built it in Claude Code using Stop and SubagentStop hooks, then rebuilt it in OpenCode using session.idle events. Both work. The orchestration patterns are different, and so are the tradeoffs. This post covers the general pattern. The examples are distilled from both implementations but apply to any workflow where phases run sequentially, each prod
Claude Code
·
OpenCode
subaud
·
Feb 12, 2026
Distributing OpenCode Plugins via npm
OpenCode
subaud
·
Feb 12, 2026
Distributing OpenCode Plugins via npm
OpenCode plugins have three extension points: tools, skills, and commands. They're discovered differently, and two of the three work automatically from an npm package. Commands don't. This post documents how I set up a bunx setup script to handle the gap. How OpenCode discovers plugin artifacts Tools and hooks are registered in src/index.ts and loaded when the plugin appears in opencode.json's plugin array. OpenCode installs npm plugins automatically at startup and caches them in ~/.cache/o
OpenCode
You've reached the end.
Home
Latest
Discover
Search