CLAUDE LABJP
FORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as OctoberFORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as October
TAG

Memory

10 articles
Back to all tags
Related:
Claude Code3Operations2production2CLAUDE-md2Long-running sessions1MCP1Automation1Headless1managed-agents1agent-sdk1claude-api1chatbot1
Claude Code/2026-07-16Advanced

Your Overnight Session Wakes Up at 3GB — Four Places Memory Piles Up, and How to Tell Them Apart

The Claude Code process I left running overnight had grown to 3.4GB of resident memory by morning. Here are the four accumulation sources closed in 2.1.209, how to separate what's left in your own setup by sampling RSS slope, and a watchdog pattern that folds a session before it hurts.

Claude Code/2026-06-27Advanced

Will It Stay Light When You Run It Unattended? Observing and Capping Claude Code's Long-Session Memory

How to keep long, unattended Claude Code sessions from slowly getting heavier — with a tiny ps-based RSS sampler, a rolling-baseline watchdog, and session segmentation, shown with working scripts and a before/after comparison.

API & SDK/2026-06-14Advanced

Wiring Claude's Dreaming Into Memory Hygiene for Long-Running Agents

Managed Agents' Dreaming reviews past sessions and rewrites memory as a self-improvement loop. We unpack the published Harvey and Wisedocs numbers, build a complete self-hosted consolidation loop with the Anthropic SDK, and cover the production pitfalls.

API & SDK/2026-04-13Advanced

Building Production Conversational AI with Claude API — Context Management, Long-Term Memory, and Safety Filters

Solve context explosion, memory loss, and safety risks in production chat systems with a three-layer memory architecture and integrated guardrails using Claude API

Claude AI/2026-04-12Beginner

Why Claude Forgets What You Said — And 5 Fixes That Actually Work

Claude losing track of your instructions mid-conversation? Learn why context windows cause this and 5 practical strategies to keep Claude on track in long chats.

API & SDK/2026-04-06Advanced

Building a Persistent Memory Agent with Claude API, pgvector, and Redis: A Complete

A complete guide to building production-ready persistent memory for Claude API agents using PostgreSQL + pgvector + Redis. Learn vector search, layered memory architecture, session management, and GDPR-compliant data handling.

Claude Code/2026-03-25Beginner

Claude Code Memory Management Basics — Understanding CLAUDE.md and MEMORY.md

Learn how Claude Code's memory system works through CLAUDE.md and MEMORY.md. Persist project-specific instructions and feedback to streamline your AI-powered development workflow, with lessons from real day-to-day use.

Claude Code/2026-03-21Intermediate

Designing CLAUDE.md for Stable Output — Hierarchy, Sub-Agents, and External Memory

Learn how to structure CLAUDE.md with a 3-tier hierarchy, sub-agent workflows, and external memory to keep Claude Code's output consistent — with the practical lessons that actually moved the needle in real operation.

Claude AI/2026-03-18Beginner

Claude Memory Now Available to All Users — AI That Learns from Your Chat History

Complete guide to Claude's new Memory feature. Learn how Claude automatically remembers your preferences from chat history, now available to all users including the free plan. Setup, privacy controls, and practical tips.

Claude AI/2026-03-09Beginner

Projects and Memory — Managing Context with Claude.ai's Projects Feature

Learn how to use Claude.ai's Projects feature to manage context, add custom instructions, upload files, and collaborate with your team. Master organization for better conversations.