Finding signal on X is more difficult than it used to be on Twitter. We curate the best tweets on topics like AI, startups, and product development every weekday at 10 AM EST so you can focus on what matters.
Page 1 • Showing 8 tweets
We just open sourced the code-simplifier agent we use on the Claude Code team. Try it: claude plugin install code-simplifier Or from within a session: /plugin marketplace update claude-plugins-official /plugin install code-simplifier Ask Claude to use the code simplifier agent at the end of a long coding session, or to clean up complex PRs. Let us know what you think!
Cowork just organized 6 months of receipts into a categorized spreadsheet with monthly breakdowns. Pointed it at a folder. That’s it.
Claude Code 2.1.0 is officially out! claude update to get it We shipped: - Shift+enter for newlines, w/ zero setup - Add hooks directly to agents & skills frontmatter - Skills: forked context, hot reload, custom agent support, invoke with / - Agents no longer stop when you deny a tool use - Configure the model to respond in your language (eg. Japanese, Spanish) - Wildcard support for tool permissions: eg. Bash(*-h*) - /teleport your session to http://claude.ai/code - Overall: 1096 commits https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md… If you haven't tried Claude Code yet: https://code.claude.com/docs/en/setup Lmk what you think!
I'm Boris and I created Claude Code. Lots of people have asked how I use Claude Code, so I wanted to show off my setup a bit. My setup might be surprisingly vanilla! Claude Code works great out of the box, so I personally don't customize it much. There is no one correct way to use Claude Code: we intentionally build it in a way that you can use it, customize it, and hack it however you like. Each person on the Claude Code team uses it very differently. So, here goes.
A small quality of life detail: you can now press tab to add more instructions when accepting/rejecting a permission prompt. We tried probably a dozen iterations of this UX over the last few weeks before deciding to ship this one. Let us know what you think!
A few of you asked how to disable auto-generated terminal titles in Claude Code CLAUDE_CODE_DISABLE_TERMINAL_TITLE=1 claude You can also add that env var to the “env” section of your settings.json
Claude Code settings - Claude Code Docs