Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Search the documentation

50 pages for fold.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it. Cut at 50, so a narrower query shows the rest.

Or, for the model with the same capabilities and no access approval requirement: Claude Developer Platform · in the page about-claude/models/migration-guide …at are not API breaking changes but may require prompt updates or scaffolding removal. They carry forward to Claude Opus 5, with the adjustments noted below. 1. **Response length varies by use case:*… optimizing-for-cost-and-intelligence Claude Developer Platform · in the page about-claude/models/optimizing-for-cost-and-intelligence …a complete recap *and* a three-sentence maximum. 3. The reasoning scaffold and the 6-step script fight the model rather than steer it. <scratchpad> + "reason step by step" is now a request param… commerce-agents Claude Developer Platform · in the page about-claude/use-case-guides/commerce-agents …travel, telecom, and entertainment, and a Claude Code plugin that scaffolds the same design against your own systems. The code, setup instructions, and safety documentation are in the [Claude for com… claude-api-skill Claude Developer Platform · in the page agents-and-tools/agent-skills/claude-api-skill …ls/fable-5-1/migration-guide). ## Setting up a Managed Agent To scaffold a new Managed Agent from scratch, invoke the `managed-agents-onboard` subcommand: ```text wrap /claude-api managed-agents-on… enterprise Claude Developer Platform · in the page agents-and-tools/agent-skills/enterprise …ining SKILL.md and any bundled files) maps naturally to a Git-tracked folder. ### API-based distribution The Skills API provides workspace-scoped distribution. Skills uploaded through the API are av… Edit docker-compose.yaml: increment the integer in the setup service's Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/deploy-compose …NNEL_TOKEN='eyJ...' ``` </Step> <Step title="Scaffold and generate certificates"> ```bash mkdir -p mcp-tunnel/{data,config} cd mcp-tunnel ```… memory-tool Claude Developer Platform · in the page agents-and-tools/tool-use/memory-tool …force it in your prompt: ```text wrap Note: when editing your memory folder, always try to keep its content up-to-date, coherent and organized. You can rename or delete files that are no longer relev… Message Batches API Claude Developer Platform · in the page build-with-claude/batch-processing …ion, exhaustive structured data extraction, large code-generation scaffolds, and long reasoning chains. A single 300k-token generation can take over an hour to complete, so plan your batch submission… mid-conversation-system-messages Claude Developer Platform · in the page build-with-claude/mid-conversation-system-messages …elaying it as a system message after the next tool result lets Claude fold the new input into the work it is already doing, instead of treating it as a fresh request to switch to. See [Placement after… claude-prompting-best-practices Claude Developer Platform · in the page build-with-claude/prompt-engineering/claude-prompting-best-practices …5, covering effort, instruction following, long runs, memory, and scaffolding changes. </Card> <Card title="Prompting Claude Sonnet 5" icon="terminal" href="https://platform.claude.com/docs/en/bu… prompting-claude-fable-5 Claude Developer Platform · in the page build-with-claude/prompt-engineering/prompting-claude-fable-5 …5, covering effort, instruction following, long runs, memory, and scaffolding changes. --- This guide covers the prompting and scaffolding patterns specific to Claude Fable 5 and Claude Mythos 5. For… prompting-claude-opus-4-8 Claude Developer Platform · in the page build-with-claude/prompt-engineering/prompting-claude-opus-4-8 …dates to the user throughout long agentic traces. If you've added scaffolding to force interim status messages ("After every 3 tool calls, summarize progress"), try removing it. If you find that the l… prompting-claude-opus-5 Claude Developer Platform · in the page build-with-claude/prompt-engineering/prompting-claude-opus-5 …okens with no loss in quality. The same applies to legacy harness scaffolding that adds separate verification steps. Claude Opus 5 can also expand the scope of a task, adding steps that weren't reque… prompting-claude-sonnet-5 Claude Developer Platform · in the page build-with-claude/prompt-engineering/prompting-claude-sonnet-5 …dates to the user throughout long agentic traces. If you've added scaffolding to force interim status messages ("After every 3 tool calls, summarize progress"), try removing it. If you find that the l… skills-guide Claude Developer Platform · in the page build-with-claude/skills-guide …API. --- Agent Skills extend Claude's capabilities through organized folders of instructions, scripts, and resources. This guide shows you how to use both pre-built and custom Skills with the Claude… using Claude Developer Platform · in the page cli-sdks-libraries/cli/using …d `--transform` filters. ### Interactive explorer The explorer is a fold-and-search TUI for browsing large responses. Arrow keys expand and collapse nodes, `/` searches, `q` exits. List and retrieve… dreams Claude Developer Platform · in the page managed-agents/dreams …essions:** past transcripts Claude mines for patterns and insights to fold into the output. The dream produces another **output memory store**, separate from the input. The output store ID appears in… events-and-streaming Claude Developer Platform · in the page managed-agents/events-and-streaming …he Python, TypeScript, and PHP helpers you keep that map yourself and fold each delta into the entry for its `id`. The manual pattern also works in every language when you need custom bookkeeping: app… spawn.sh: called once per claimed work item Claude Developer Platform · in the page managed-agents/self-hosted-sandboxes …| | The worker log contains `cannot create the memory store's folder` and `the worker host must make this mount path writable`. | The user the worker runs as cannot create director… Opus migration Claude Developer Platform · in the page models/opus-5/migration-guide …at are not API breaking changes but may require prompt updates or scaffolding removal. They carry forward to Claude Opus 5, with the adjustments noted in this list. 1. **Response length varies by use… overview Claude Developer Platform · in the page release-notes/overview …eta), a new way to extend Claude's capabilities. Skills are organized folders of instructions, scripts, and resources that Claude loads dynamically to perform specialized tasks. The initial release in… develop-tests Claude Developer Platform · in the page test-and-evaluate/develop-tests …(modelOutput, correctAnswer string) bool { return strings.EqualFold(strings.TrimSpace(modelOutput), correctAnswer) } func main() { correct := 0 for _, item := range t… Set up Claude Code for your organization Claude Code CLI · in the page admin-setup …rer** in Claude Desktop on that device, which saves a copy of its log folder to Downloads. Search `main.log` in that copy for `[wslPolicyGate] denying WSL session`. The reason for the denial follows i… Use Claude Code features in the SDK Claude Code CLI · in the page agent-sdk/claude-code-features …lus the `.claude/skills/`, `.claude/commands/`, and `.claude/agents/` folders of each directory you pass through the `additionalDirectories` or `add_dirs` option, which the SDK passes to Claude Code a… Quickstart Claude Code CLI · in the page agent-sdk/quickstart …form.claude.com/). ## Setup <Steps> <Step title="Create a project folder"> Create a new directory for this quickstart: ```bash theme={null} mkdir my-agent cd my-agent ```… Persist sessions to external storage Claude Code CLI · in the page agent-sdk/session-storage …without interpreting it. Build the entries by calling the exported `foldSessionSummary` helper, `fold_session_summary` in Python, on each batch inside `append`. Skip batches whose key has a `subpath… Orchestrate teams of Claude Code sessions Claude Code CLI · in the page agent-teams …s/` directory or an `--add-dir` directory only if you've [trusted the folder the agent file is in](/docs/en/permissions#what-runs-before-you-trust-a-folder). Trusting a parent folder doesn't count. Un… Manage multiple agents with agent view Claude Code CLI · in the page agent-view …on-mode` or `--settings` Completed sessions that don't fit on screen fold into a `… N more` row. Failures and sessions with an open pull request always stay visible. The `Completed` group fills the v… Configure auto mode Claude Code CLI · in the page auto-mode-config …d the tool call in the conversation. If the call appears shortened or folded into a summary line such as `Ran 3 shell commands`, press `Ctrl+O` to open the [transcript viewer](/docs/en/interactive-mod… Best practices for Claude Code Claude Code CLI · in the page best-practices …ry file edit"* or *"Write a hook that blocks writes to the migrations folder."* Edit `.claude/settings.json` directly to configure hooks by hand, and run `/hooks` to browse what's configured. ### Cre… Champion kit Claude Code CLI · in the page champion-kit …rk they tend to avoid: legacy files, unfamiliar services, or test scaffolding, where it helps the most. | Time one tedious task both ways and compare. | | "I do not trust AI to touch prod… Claude Code changelog Claude Code CLI · in the page changelog …ng moved to `~/.claude/skills/.trash/` when a `manifest.json` in that folder listed their names * Fixed the session feedback survey showing no hover highlight on light and ANSI themes * Fixed `/wo… Channels reference Claude Code CLI · in the page channels-reference …ble characters, and quote and angle-bracket lookalikes. * Claude Code folds each run of whitespace to a single space. * Claude Code relays text whole up to 3,500 code points. For a longer value, you r… Explore the .claude directory Claude Code CLI · in the page claude-directory …{ id: 'dot-claude', label: '.claude/', type: 'folder', icon: 'folder', color: 'var(--ce-accent)', oneLiner: 'Project-level configuration, rules, and ext… Let Claude coordinate ongoing work with Projects Claude Code CLI · in the page claude-projects …he build go into the same conversation. * **Work that isn't code**: a folder of contracts or a support-ticket export you keep coming back to with new questions, such as "find the ten most common integ… Scan your codebase for vulnerabilities Claude Code CLI · in the page claude-security …s to address. Reviewed patches are written to the report's `patches/` folder; [Fix findings](#fix-findings) covers how each patch is built and reviewed. </Step> <Step title="Apply the patches you… CLI reference Claude Code CLI · in the page cli-reference …Load a plugin from a directory or `.zip` archive, or several from a [folder of plugins](/docs/en/plugins#test-your-plugins-locally), for this session only. Each flag takes one path. Repeat the flag f… Commands Claude Code CLI · in the page commands …own to `~/Desktop`, or your home directory on Linux without a Desktop folder, for diagnosing high memory usage. Attach only the `-diagnostics.json` file when reporting a memory issue; the `.heapsnapsh… Common workflows Claude Code CLI · in the page common-workflows …covered by tests ``` </Step> <Step title="Generate test scaffolding"> ```text wrap theme={null} add tests for the notification service ``` </Step> <Step title="Add meaningfu… Manage costs effectively Claude Code CLI · in the page costs …e="filter-test-output.sh"> The hook calls this script. Create the folder with `mkdir -p ~/.claude/hooks`, save the script below as `~/.claude/hooks/filter-test-output.sh`, and make it executable w… Debug your configuration Claude Code CLI · in the page debug-your-config …he option to open each in your editor, plus access to the auto memory folder and the auto memory toggle | | `/skills` |… Desktop application Claude Code CLI · in the page desktop …onversation is a **session**: it has its own chat history and project folder, independent of any other session. The sidebar lists your sessions and lets you run several in parallel. Within a session y… Test iOS apps in the simulator Claude Code CLI · in the page desktop-ios-simulator …ode** tab and start a session with your app's project as the [project folder](/docs/en/desktop#start-a-session). Any project that builds an app for the iOS Simulator works. </Step> <Step title="A… Get started with the desktop app Claude Code CLI · in the page desktop-quickstart …Linux](/docs/en/desktop-linux). Launch Claude from your Applications folder on macOS, the Start menu on Windows, or your application launcher on Linux, then sign in with your Anthropic account. </S… Schedule recurring tasks in Claude Code Desktop Claude Code CLI · in the page desktop-scheduled-tasks …ifier for the task. Converted to lowercase kebab-case and used as the folder name on disk. Must be unique across your tasks.… Claude Code Desktop in WSL Claude Code CLI · in the page desktop-wsl …ar in a **WSL** section. Pick one. </Step> <Step title="Choose a folder"> The session starts in the distribution's home directory. Use the folder picker to choose a project folder. Browsing h… Discover and install prebuilt plugins through marketplaces Claude Code CLI · in the page discover-plugins …appear at the top, followed by your favorites, with disabled plugins folded behind a collapsed header at the bottom. From the list you can: * press `f` to favorite or unfavorite the selected plugin… Error reference Claude Code CLI · in the page errors …| | `Its agent definition was not restored: the folder its definition file came from is not trusted`… Glossary Claude Code CLI · in the page glossary …ketplaces from `.claude/settings.json`. [What runs before you trust a folder](/docs/en/permissions#what-runs-before-you-trust-a-folder) lists each kind of content, including what a `-p` session runs w… Keep Claude working toward a goal Claude Code CLI · in the page goal …in settings files](/docs/en/permissions#what-runs-before-you-trust-a-folder), because the evaluator is part of the hooks system. `/goal` is also unavailable when [`disableAllHooks`](/docs/en/hooks#di…
Feedback