$ recombobulate _
~/recombobulate $ tip --list --category="configuration"

// 80 tips in Configuration

Setting up and customising your Claude Code environment.

0
Switch to the Stable Update Channel with autoUpdatesChannel

The autoUpdatesChannel setting pins Claude Code to a stable release track that skips versions with major regressions.

bagwaa @bagwaa · 27 minutes ago
0
Set Claude's Response Language with the language Setting

The language setting makes Claude respond in your preferred language by default, across every session and project.

bagwaa @bagwaa · 27 minutes ago
0
Customize or Remove Claude's Git Attribution with the attribution Setting

The attribution setting lets you customize or completely remove Claude's Co-Authored-By trailer from git commits and pull requests.

bagwaa @bagwaa · 28 minutes ago
0
Surface Team Messages at Startup with companyAnnouncements

The companyAnnouncements setting surfaces team messages to every developer at startup, directly in their Claude Code session.

bagwaa @bagwaa · 28 minutes ago
0
Control Transcript Retention with cleanupPeriodDays

The cleanupPeriodDays setting controls how long session transcripts are kept, or set it to 0 to disable persistence entirely.

bagwaa @bagwaa · 28 minutes ago
0
Name Your Sessions at Launch with --name

The --name flag sets a human-readable session name at launch, making it easy to resume specific threads later.

bagwaa @bagwaa · 28 minutes ago
0
Import Files into CLAUDE.md with the @filename Syntax

Writing AGENTS.md as plain text in CLAUDE.md has no effect — use @AGENTS.md to actually load the file into context.

bagwaa @bagwaa · 37 minutes ago
0
Enable the Smarter /init Experiment to Get Interviewed, Not Overwritten

Set CLAUDE_CODE_NEW_INIT in settings.json to make /init interview you for targeted improvements instead of overwriting your existing CLAUDE.md.

bagwaa @bagwaa · 37 minutes ago
0
Use Authentication Precedence to Debug Login Issues

Claude Code checks credentials in a specific order. A stale ANTHROPIC_API_KEY in your shell can shadow your subscription login without any obvious error.

bagwaa @bagwaa · 1 hour ago
0
Set Custom Trigger Phrases for Claude in GitHub PRs

The trigger_phrase parameter lets you change the default @claude mention to any custom keyword, useful for running multiple Claude workflows on the same repo.

bagwaa @bagwaa · 1 hour ago
0
Use otelHeadersHelper for Dynamic Auth Tokens in Telemetry

The otelHeadersHelper setting runs a script to generate fresh authentication headers for your OTel backend, refreshing automatically every 29 minutes.

bagwaa @bagwaa · 1 hour ago
0
Control OTel Metrics Cardinality to Reduce Storage Costs

Three environment variables control which attributes are included in Claude Code OTel metrics, letting you manage cardinality and storage costs.

bagwaa @bagwaa · 1 hour ago