logoalt Hacker News

Claude Code – Everything You Can Configure That the Docs Don't Tell You

258 pointsby ankitg12today at 2:13 AM53 commentsview on HN

Comments

exhazetoday at 9:30 AM

Claude Code’s feature cardinality is breathtaking. At this rate, the next pope will be from Anthropic

show 2 replies
Bobasotoday at 1:29 PM

This article is 2 month old and partly outdated, Some features have been documented, for example the auto mode: https://code.claude.com/docs/en/auto-mode-config#define-trus...

gregorioltoday at 7:36 AM

claude package has ten new versions published per week, and one new model every few months, one should definitely not rely on some undocumented tricks around it: it'll change, it'll break deep ultra-specific configurations

show 3 replies
chasd00today at 1:40 PM

can i ask claude to generate its own config? "you're me, create your perfect set of config files."

show 3 replies
bsenftnertoday at 12:16 PM

Is there an AI Coding Agent application structure emerging that is more or less universal across llm models? Is anyone collecting and writing on how to understand this architectural style?

show 2 replies
mohsen1today at 10:24 AM

> Honest status

> Not at 100% - and I want to be straight about why that's a longer road...

https://github.com/user-attachments/assets/961eff6c-0060-45d...

I just want Claude Code to stop giving up on achieving tasks. It's so annoying. Even with `/goal` or the new `ultracode` it gives up constantly.

My project is very complex (https://github.com/mohsen1/tsz) but Codex has no problem keep grinding without stopping like that

show 2 replies
My_Nametoday at 1:06 PM

Anyone else pick up on the fact that the article was released on Apr 01, 2026?

show 1 reply
sheepttoday at 9:40 AM

I'm curious about that "magic doc" feature. Is that meant to go in CLAUDE.md or a project file? Does the file need to be mentioned during the session or does Claude automatically search for all mentions of the "magic doc" header in the project?

fg137today at 11:18 AM

Have fun finding out that the undocumented feature you rely on suddenly stops working.

show 1 reply
0123456789ABCDEtoday at 9:29 AM

most of these are in fact documented, the rest either no longer exists, is still gated by feature flags (i checked), or has little use to most users.

you can however convince claude to create a local command with the extracted prompts for stuff like autodream

MrOrelliOReillytoday at 1:09 PM

Clearly AI-generated writing (confirmed with Pangram). Amazed this has so many upvotes—are people even reading the article?

@dang I know you have so far resisted a rule for AI-generated content (as we now have for comments), but I personally would prefer a flag for articles so that I don't waste my time on slop.

47282847today at 6:25 AM

What’s up with scrolling on that page?! I was locked into a page region several times until I finally gave up. Safari/Orion iOS current

show 2 replies
nltoday at 7:58 AM

Some of these things are documented. For example the model in frontmatter in skills is documented here: https://code.claude.com/docs/en/skills#frontmatter-reference

(It's not easy to find though, and lots of other docs doesn't mention it or link to this)

cat-whisperertoday at 1:32 PM

yup, it's super old

ChrisArchitecttoday at 6:49 AM

Related from then:

The Claude Code Source Leak: fake tools, frustration regexes, undercover mode

https://news.ycombinator.com/item?id=47586778

show 1 reply
LoganDarktoday at 6:40 AM

That example classifier is horrendous. A simple substring search for ls/cat/echo/etc?

show 3 replies
ravirdptoday at 2:33 PM

[flagged]

volume_techtoday at 1:05 PM

[flagged]

disclostoday at 1:13 PM

[flagged]

OpenWaygatetoday at 8:26 AM

[dead]

rahadbhuiyatoday at 10:35 AM

[dead]

NamlchakKhandrotoday at 8:30 AM

[flagged]

show 2 replies
auspivtoday at 1:44 PM

Wow, not one mention of the env vars that have a far greater influence on how the models actually work under the hood - https://code.claude.com/docs/en/env-vars

Very important for bedrock deployments and other not-as-standard deployments

Key for how I've deployed it - disable adaptive thinking, max thinking tokens, disable telemetry, etc

show 2 replies