Joined February 2009
121 Photos and videos
9
"万家墨面没蒿莱,敢有歌吟动地哀。心事浩茫连广宇,于无声处听惊雷"
29
chenrui retweeted
Today, we’re releasing a feature that allows Claude to control your computer: Mouse, keyboard, and screen, giving it the ability to use any app. I believe this is especially useful if used with Dispatch, which allows you to remotely control Claude on your computer while you’re away.
901
1,462
18,614
4,783,433
chenrui retweeted
Mar 19
We just released Claude Code channels, which allows you to control your Claude Code session through select MCPs, starting with Telegram and Discord. Use this to message Claude Code directly from your phone.
1,677
2,324
25,596
7,658,035
41
38
Crazy snow
41
chenrui retweeted
We're doing a short user survey to inform future Homebrew development. Please fill in as many or few questions as you can: docs.google.com/forms/d/e/1F…
8
12
2,745
70
26 Dec 2025
1
93
chenrui retweeted
15 Aug 2025
Custom MCP vs Official One – @linear I’m a big fan of Linear, and for months I have been using it through my AI Agent via a custom integration. When the official MCP was released, I installed it and found it to be good, but since it had some issues, I decided to build my own and share it as open source (link in the comment). — the main rule here is: API/GraphQL is for programmers and code. MCP tools are for LLMs, AI workflows, and agents. — what I did differently and why? - many tools feel flexible, but it’s noise. I merged things like TeamID, AssigneeID, LabelID into a single "workspace_metadata" tool. The LLM decides which to fetch. - instructions, tool descriptions, and schema props are rich but concise, so there’s less guessing. - responses aren’t plain JSON. They say exactly what happened, list changes, give soft suggestions, and help recover from errors. Readable for humans too. - instead of "add_issue" I use "add_issues" for batch requests. Fewer calls, less context noise. For issue listing, default range is -7 / 7 days. - I prefetch related values, like returning both a status ID and its name, so the LLM can match natural text. - I hide tools when they’re not relevant, like skipping "cycles_list" if cycles are disabled in all teams. - "assigneeId" defaults to the current user unless told otherwise. - schemas match workspace settings, such as formats of the "priority" property. ^ all these points focus on reducing context noise, minimizing the number of steps, lowering the required tokens, increasing speed, and reducing costs. below, you can see the difference in performing the exact same task, allowing you to compare the number of steps required to complete it. and to be clear, I'm not saying that the Official Linear MCP is bad, as it is still under development and in a very early stage. -- I’m sharing this so you can look at the source code, which you can discuss with Cursor or Claude Code. There’s a chance you might find something valuable there that could help you design your own MCPs. Note: You can easily run this server locally using a Linear API key or OAuth with @Cloudflare Workers. Feedback is welcome, as I clearly do not know everything about LLMs and MCP. Thank you in advance for sharing.
8
8
55
18,302
19 Mar 2025
2
466