Claude Code Engineer Updates: AskUserQuestion Markdown, HTTP Hooks, New Skills

Claude Code Engineer Friday Updates
Claude Code Engineer shipped three updates on Friday afternoon. These are practical changes for developers working with the platform.
Key Details from the Source
The source material specifies these concrete updates:
- AskUserQuestion tool enhancement: The AskUserQuestion tool can now show markdown snippets. This enables displaying diagrams, code examples, and similar formatted content within the tool's interface.
- New HTTP hook handler: A new HTTP hook handler has been added. This feature allows hooks to post data to HTTP endpoints. The documentation for this feature is available at
code.claude.com/docs/en/hooks#.... The release containing this feature was scheduled to be available "in an hour or two" from the time of the original post. - New skills added: Two new skills have been added to the platform. The source states "we think everyone could use" these skills. Full details about these specific skills are not provided in the given source text.
- Clipboard copy feature: A
/copycommand copies the last message from Claude to your clipboard.
The updates were announced via a Reddit post on r/ClaudeAI by /u/BuildwithVignesh.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-weight models under 100GB can't beat Claude Haiku on coding benchmarks
A comparison of open-weight models on LiveBench and Arena Code/WebDev benchmarks shows no model under 100GB comes close to Claude Haiku 4.5. The nearest competitor is Minimax M2.5 at 136GB, which roughly matches Haiku's performance.

Developer Switches from Cursor Composer 2 and Kimi 2.6 to Qwen3.6:35b-a3b for Enterprise Workloads
A developer reports using Qwen3.6:35b-a3b for daily work on a 500-700k LOC enterprise suite, citing better performance than Kimi 2.6 and DeepSeek 4 Pro/Flash, with costs ~$0.08/1M tokens on OpenRouter.

Cognitive Debt: When AI Output Outpaces Understanding
A Reddit post discusses 'cognitive debt' — the gap between AI-generated output and the team's understanding of it — and argues that creative control means knowing what you shipped. The post itself was written with Claude's help, meta-commenting on the irony.

Claude Prompt Cache Diagnostics: Stats Thread Reveals 98.9% Cache Read Ratio
Two days ago, Claude released prompt cache diagnostics in Console. One developer reports 98.9% cache read ratio, with 80% of misses due to messages changed.