Claude Code session messaging

Claude Code Session Messaging: How to Send Messages to Your Other Sessions

If you run more than one Claude Code session at a time, you have probably played human courier: switching between terminals, copying a finding from one window, and pasting it into another. Claude Code session messaging, shipped in v2.1.224 on August 7, 2026, removes that copy-paste loop. One session can now tell another itself — by name — with a plain-text note that arrives at the other session’s next tool round. This guide explains what cross-session messaging is, how to use it, what it can and cannot do, and how to coordinate parallel worktrees without becoming the messenger. ...

September 16, 2026 · 12 min · baeseokjae
AGENTS.md agent tooling guide — the portable instruction file for coding agents

AGENTS.md Agent Tooling: Why Native AGENTS.md Support Is the Standard Your Tools Need

AGENTS.md has become the de-facto standard instruction file for AI coding agents, and the demand for native support across agent tools is now the strongest portability signal in the developer-tooling market. As of 2026, over 60,000 open-source projects on GitHub ship an AGENTS.md, 23 tools read it natively, and the largest unmet feature request in the entire Claude Code tracker is precisely “Support AGENTS.md” — with more than 5,000 reactions. This guide explains what AGENTS.md is, why it won the format war, which tools support it natively, the gaps that remain, and what you should demand when adding AGENTS.md support to your own agent tool. ...

September 16, 2026 · 9 min · baeseokjae
Lobster0 openclaw agent: self-hosted AI agent with persistent memory

Lobster0 OpenClaw Agent Review: Self-Hosted AI With Persistent Memory

Lobster0 is a self-hosted, OpenClaw-inspired personal AI agent that can chat, plan, and — once you allow it — actually get work done on your own machine. Its differentiator is governed autonomy: the model proposes tool calls, but a local Core validates, approves, executes, and persists every action, backed by a persistent memory system built on Markdown plus SQLite/FTS5. At v0.7.0 it is an honestly-labeled prerelease, so here is what it actually does, how it compares to OpenClaw, and whether you should self-host it today. ...

September 12, 2026 · 10 min · baeseokjae
Procoder commit gate: senior-developer discipline for coding agents

Procoder Commit Gate: Senior-Developer Discipline for Coding Agents

Procoder is an open-source, single-binary commit gate that applies senior-developer discipline to AI coding agents. Instead of asking Claude Code, Cursor, opencode, or 20+ other agents to grade their own work, Procoder moves the “done” verdict out of the model entirely: a pure filesystem function you cannot talk your way past computes the answer, and the agent either clears the gate or is refused — with an “unchecked counts as failing” rule that treats a skipped check identically to a failed one. ...

September 12, 2026 · 12 min · baeseokjae
Frugal Tokens: Exploring Cost and Usage Across Coding Agents

Frugal Tokens: How to Track Coding Agent Cost and Usage Per Session

Frugal Tokens is a free, local, read-only web dashboard that shows exactly how many tokens each of your AI coding agent sessions consumed and what those tokens cost, across OpenCode, Claude Code, PI, Codex, and Cursor. It runs entirely on your machine, never mutates your agent databases, and surfaces hidden costs like prompt-cache misses that most developers never see. This guide walks you through installing it, pointing it at your agents, and reading the per-session explorer to cut your coding agent spend. ...

September 5, 2026 · 10 min · baeseokjae
Rungraph Agent Run Visualization 2026: Ask Your Agent What Happened in a Run with Interactive Graphs

Rungraph 2026 Review: Ask Your Agent What Happened in a Run with Interactive Graphs

Rungraph is an open-source, zero-instrumentation tool that reads the agent session transcripts already on your disk and renders them as interactive graphs. With a single npx rungraph command, it visualizes the orchestrator, subagents, and tool calls of any Claude Code, Codex, Hermes Agent, opencode, or Cursor run — then lets you ask, in plain language through an MCP server, “what happened?” and lights up the exact nodes the answer refers to. ...

September 4, 2026 · 11 min · baeseokjae
AI agent human oversight study: humans missed 1 in 3 threats approving AI agent commands

AI Agent Human Oversight: Why Humans Missed 1 in 3 Threats Approving Commands

When a human reviews an AI agent’s commands before they run, they miss roughly one in three threats. That is the headline finding of a study of more than 40,000 sessions and 409,000 individual approve-or-deny decisions, where players reviewed an AI coding agent’s shell commands under time pressure and achieved a mean accuracy of just 66.3%. The result is not a verdict on human competence — it is a verdict on a design pattern. Sustained vigilance is something humans are measurably bad at, and any security model that depends on it as the sole safeguard is built to fail. The fix is not better humans; it is better systems that layer sandboxing, scoped credentials, and surgical gating on top of human review. ...

September 3, 2026 · 10 min · baeseokjae
Portable Handoff: Keep Context Between AI Chats, Models, and Coding Agents

Portable Handoff: How to Keep Context Between AI Chats, Models, and Coding Agents

Portable Handoff: How to Keep Context Between AI Chats, Models, and Coding Agents AI coding agents start every session with a fresh context window, so anything you do not persist is re-learned from scratch. A portable handoff file solves this: you write your instructions, preferences, and project conventions once, then symlink or import that single source of truth into every agent you use — Claude, Gemini, Cursor, or Codex — so context follows you across chats, models, and tools without drifting. ...

August 31, 2026 · 9 min · baeseokjae
DeepSeek Harness iOS Simulator Plugin: Drive iOS Apps from Your Coding Agent

DeepSeek Harness iOS Simulator Plugin: Drive iOS Apps from Your Coding Agent

The DeepSeek Harness iOS Simulator plugin is a live, interactive iOS simulator that runs inside a DeepSeek Harness (DSH) conversation — plus your real iPhone over USB — so your coding agent can see, tap, and verify the app it just changed. It ships 22 agent tools covering devices, screenshots, semantic UI navigation, build-and-run, SwiftUI preview hot reload, processes, and backtraces. This guide explains how it works, how to install it, and how it closes the verify gap that keeps coding agents from trusting their own Swift. ...

August 29, 2026 · 11 min · baeseokjae
PeerBridge MCP: Local-First Auditable MCP Coordination for AI Coding Peers

PeerBridge MCP: Local-First Auditable MCP Coordination for AI Coding Peers

If you have ever run two AI coding tools on the same repository, you have already met the problem PeerBridge MCP solves: left to themselves, Claude Code, Codex, Cursor, and Gemini edit the same files as if they were separate developers who never talk to each other. PeerBridge MCP is a local-first coordination server that gives those peers a shared, auditable state layer through the Model Context Protocol, so every read, write, and commit is tracked locally and drift is caught before it corrupts your codebase. In short, it turns a group of independent AI editors into a coordinated team with a written record of everything they touched. ...

August 28, 2026 · 13 min · baeseokjae