claude-code - 💡(How to fix) Fix [DOCS] Session recap docs missing telemetry-disabled behavior and opt-out controls [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48863Fetched 2026-04-16 06:48:53
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1

Error Message

By default, error reporting, telemetry, and bug reporting are disabled when using Bedrock, Vertex, or Foundry.

RAW_BUFFERClick to expand / collapse

Documentation Type

Missing documentation (feature not documented)

Documentation Location

https://code.claude.com/docs/en/common-workflows

Section/Topic

"Resume previous conversations" and the related session-return / command documentation for session recap (away summary)

Current Documentation

The resume workflow docs currently say:

When starting Claude Code, you can resume a previous session:

  • claude --continue continues the most recent conversation in the current directory
  • claude --resume opens a conversation picker or resumes by name
  • claude --from-pr 123 resumes sessions linked to a specific pull request

The commands reference currently says:

The table below lists all the commands included in Claude Code.

| /config | Open the Settings interface to adjust theme, model, output style, and other preferences. Alias: /settings | | /resume [session] | Resume a conversation by ID or name, or open the session picker. Alias: /continue |

The telemetry docs currently say:

By default, error reporting, telemetry, and bug reporting are disabled when using Bedrock, Vertex, or Foundry.

There is no user-facing documentation for the session recap / away summary shown when returning to a session, the /recap command, the /config opt-out, or the CLAUDE_CODE_ENABLE_AWAY_SUMMARY environment variable.

What's Wrong or Missing?

Changelog v2.1.110 says: "Session recap is now enabled for users with telemetry disabled (Bedrock, Vertex, Foundry, DISABLE_TELEMETRY). Opt out via /config or CLAUDE_CODE_ENABLE_AWAY_SUMMARY=0."

That behavior is not documented in the product docs:

A. The feature itself is undocumented

The docs explain how to resume sessions, but not that Claude Code can generate a recap / away summary when you return.

B. Telemetry-disabled behavior is undocumented

Users on Bedrock, Vertex, Foundry, or with DISABLE_TELEMETRY=1 are explicitly called out by the changelog, but the docs do not explain that session recap is available for them too.

C. Opt-out controls are undocumented

The docs do not explain how to disable this behavior via /config or CLAUDE_CODE_ENABLE_AWAY_SUMMARY=0.

D. Manual invocation is undocumented

The command surface for manually requesting a recap is not documented in the command reference.

Suggested Improvement

Add a short, user-facing section that documents session recap / away summary behavior when returning to a session.

At minimum, document:

  1. When a recap appears after resuming a session
  2. That the feature is available for Bedrock, Vertex, Foundry, and DISABLE_TELEMETRY users as of v2.1.110
  3. How to opt out in /config
  4. How CLAUDE_CODE_ENABLE_AWAY_SUMMARY works, including CLAUDE_CODE_ENABLE_AWAY_SUMMARY=0
  5. Whether /recap is available for manual invocation, and if so, add it to the commands reference

Suggested placement:

  • Add the main behavior explanation to common-workflows
  • Add /recap to the commands reference
  • Add the setting/env-var details to settings and env-vars

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

PageContext
https://code.claude.com/docs/en/common-workflowsResume previous conversations should explain automatic recap / away summary behavior when returning to a session
https://code.claude.com/docs/en/commandsFull command reference should document /recap if it is a supported built-in command
https://code.claude.com/docs/en/settings/config settings docs should expose the session recap opt-out control
https://code.claude.com/docs/en/env-varsEnvironment variable reference should document CLAUDE_CODE_ENABLE_AWAY_SUMMARY
https://code.claude.com/docs/en/data-usageTelemetry/provider-default docs should cross-reference the recap behavior for Bedrock, Vertex, Foundry, and DISABLE_TELEMETRY users

Total scope: 5 pages affected

Source: Changelog v2.1.110

Entry text: Session recap is now enabled for users with telemetry disabled (Bedrock, Vertex, Foundry, DISABLE_TELEMETRY). Opt out via /config or CLAUDE_CODE_ENABLE_AWAY_SUMMARY=0.

extent analysis

TL;DR

Add documentation for session recap/away summary behavior to the common-workflows page, including opt-out controls and manual invocation via /recap.

Guidance

  • Document when a recap appears after resuming a session, including the conditions under which it is available (e.g., for Bedrock, Vertex, Foundry, and DISABLE_TELEMETRY users).
  • Explain how to opt out of session recap behavior via /config and the CLAUDE_CODE_ENABLE_AWAY_SUMMARY environment variable.
  • Add the /recap command to the commands reference if it is a supported built-in command.
  • Cross-reference the recap behavior in the telemetry/provider-default documentation for affected users.

Example

No code snippet is necessary for this documentation-focused issue.

Notes

The suggested improvements should be implemented in the following pages: common-workflows, commands, settings, env-vars, and data-usage. The changes should reflect the behavior introduced in Changelog v2.1.110.

Recommendation

Apply workaround by adding the necessary documentation to the affected pages, as this will improve the understandability of the feature and provide users with the required information to opt out or manually invoke the session recap.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [DOCS] Session recap docs missing telemetry-disabled behavior and opt-out controls [1 comments, 2 participants]