Skills
Claude Code added a session-wide WebSearch cap (default 200) and a `/fork` that backgrounds a copy of your conversation
Two July additions worth wiring into a research workflow: a session-wide limit on WebSearch tool calls, defaulting to 200, and a `/fork` command that copies the current conversation into a new background session while you keep working in the original. The search cap is a guardrail against a research agent silently spending an afternoon on queries — but if you run high-volume search pipelines, it's also a ceiling you should verify against your actual per-run call count. `/fork` is the cheap way to explore a risky refactor or an alternate research thread without losing the context you built up.
Source
↳ Follow the thread