Tyran🐐
82 posts


@googlechrome I don't see this feature on my Chrome yet. Is it a staged rollout or restricted to certain regions?
English

Claude Code 速查表(V2.1.81版本)
墨友整理了最新 Claude Code 速查表(v2.1.81,更新至 2026 年 3 月 24 日),系统梳理那些真正好用、但很多人不知道的功能。可以先保存下来,不时之用。
note.mowen.cn/detail/LXIsBDg…
中文

用 Claude Code 的朋友应该都有这个痛点——每次开一个新会话,它就跟失忆了一样。
你得重新告诉它:项目用的什么技术栈、数据库选的哪个、API 命名有什么规范、上次那个 bug 是怎么修的……明明昨天刚聊过,今天又得从头来一遍。
说实话这感觉就像带了一个能力超强但每天早上都会失忆的实习生,你每天花 10 分钟重新教他同样的事情。能力不是问题,记性才是问题。
GitHub 上有个项目叫 claude-mem,快 4 万 Star 了,就是专门解决这个事的。
原理说起来也不复杂:它在后台默默记录你每次和 Claude Code 的交互——改了哪些文件、跑了什么命令、做了什么决策——然后用 AI 压缩成精简的摘要。下次你开新会话,它自动把相关的历史上下文注入进去,Claude Code 一上来就知道之前发生过什么。
整个过程完全自动,装完就不用管了。
安装也很简单,在 Claude Code 里敲两行命令就行:
/plugin marketplace add thedotmack/claude-mem/plugin install claude-mem
重启一下就生效了。
我觉得这个项目火是有道理的。现在大家用 AI 编程工具越来越深入,不再是问个简单问题就走了,而是真的拿它当搭档来用——一个项目可能连续用好几天甚至几周。这种情况下,上下文的连续性就变得特别重要。
你不希望每次都从零开始建立共识,那太浪费时间了。
其实往大了说,这也是当前 AI 工具的一个普遍短板。不管是 ChatGPT 还是 Claude,每个会话都是独立的,没有跨会话的记忆能力。
claude-mem 算是在应用层面补上了这个缺口。虽然只是针对 Claude Code 这一个场景,但思路是对的——AI 助手要真正好用,光有能力不够,还得有记忆。
装上试试,用过之后你会觉得这个功能早就该有了。
项目地址:github.com/thedotmack/cla…




中文

Introducing Z Code: From Vibe Coding to Agentic Engineering.
Z Code is a new kind of Agentic Development Environment (ADE). Not another IDE with a chatbot — a cockpit where Claude Code, Gemini CLI, and Codex work together in one workspace.
⚡ Multi-Agent Framework — switch between Claude, Gemini, and Codex mid-project, zero friction.
📱 Dual-Device Sync — connect your phone to your desktop agent via QR code. Code on the go, real-time.
🧠 Multi-Provider Support — OpenAI, Anthropic, Google, DeepSeek, Bigmodel, and more. One interface, all engines.
Powered by GLM-5 — 744B params (40B active), open-source SOTA, MIT license.
Download Z Code: zcode-ai.com
Try GLM-5: chat.z.ai
Weights: huggingface.co/zai-org/GLM-5
Coding Plan: z.ai/subscribe
#ZCode #GLM5 #AgenticEngineering #ADE



English


Claude Code in Action - Practical walkthrough of using Claude Code to accelerate your development workflow anthropic.skilljar.com/claude-code-in…
English

Gemini in Chrome 终于来啦,AI 浏览器迎来了最大玩家
如果死活不出来 Gemini,我给你几条命令,退出 Chrome 在执行
cp ~/Library/Application\ Support/Google/Chrome/Local\ State \
~/Library/Application\ Support/Google/Chrome/Local\ State.bak
sed -i '' 's/"is_glic_eligible":[[:space:]]*false/"is_glic_eligible":true/g' \
~/Library/Application\ Support/Google/Chrome/Local\ State
sed -i '' 's/"variations_country":"cn"/"variations_country":"us"/g' \
~/Library/Application\ Support/Google/Chrome/Local\ State
sed -i '' 's/"variations_permanent_consistency_country":[[:space:]]*\[\([^]]*\),[[:space:]]*"[^"]*"\]/"variations_permanent_consistency_country":[\1,"us"]/g' \
~/Library/Application\ Support/Google/Chrome/Local\ State
然后打开 Chrome
默认会导入 Gemini 的聊天记录,不知道为啥侧边栏默认显示在左边,可以设置显示在右边

中文

正在参加由 Trends | Capitalized Information Market 和 Solana 中文社区 联合举办的 Solana 华语 Vibe Coding 黑客松!💪
这是我的参赛项目:Yield-Guard 🛡️
赛道分类: 交易与策略机器人 (Trading & Strategy Bots)
项目概况: Yield-Guard 旨在为 Solana 生态用户提供更安全的收益保障,通过自动化策略优化资产配置并防范潜在风险。
Vibe Check: 保持专注,Build in Public!让每一笔交易都更安心。
艾特评委老师们求关注:@trendsdotfun @solana_zh
github.com/tyranyue/Yield…
中文











