Friday, January 23, 2026
Claude Code Enhancements
Users are discussing new features and capabilities of Claude Code, including the `tools` flag, Skills integration, structured output with JSON schema, and its ability to autonomously create demo videos.
Claude Code に Structured Output 機能が追加されてました! --json-schema オプションで形式を指定すると、指定した JSON 形式で出力してくれるみたいです。 JSON 形式で出力できればワークフローの自動化やパイプライン構築に便利なので、Claude Code
Claude Code on the Webの挙動がちょっと変わったなと思ったら、toolsフラグが追加されて明確に使用できるツールを限定してる。 以前はSkillsが使えたり、AskQuestionToolが暴発したりしたけど。 あとしれっと混じるドキュメントにも書かれていないTmuxツール。
冷知识,可以把Claude Code和codex跳过审核模式运行的两个命令重定向的,这样会方便很多 echo "alias clauderun='claude --dangerously-skip-permissions'" >> ~/.zshrc echo "alias codexrun='codex --dangerously-bypass-approvals-and-sandbox'" >> ~/.zshrc