惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
GbyAI
GbyAI
博客园_首页
V
Visual Studio Blog
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
腾讯CDC
博客园 - Franky
IT之家
IT之家
Google DeepMind News
Google DeepMind News
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

V2EX

我用 AI 写代码,但终端管理反而成了累赘——于是我做了 codux [调研] 各位在公司都用什么 ide 和 agent 写代码? 老运维 share 一个运维平台 看到有公司考核 token 指标,很好奇大家上个月的 AI 账单是多少 GLM-Coding 调用持续报错: z.ai 的 Lite 套餐几乎无法使用,官方 Pro/Max 是否稳定? 现在还有什么渠道可以稳定安全地使用 Claude 吗? 上海漕河泾内推,本组有 2 个 hc,一个后端,一个前端,预算都是 20k 左右,不打卡,氛围好 如果 V2EX 上有一组不永久保存聊天记录(比如只保存 7 天或者 24 小时)的聊天室,那么会开启哪些有用或者有趣的可能? gemini cli 貌似挂了,一直返回 403 第一次在自媒体上赚到钱 收集了最近在使用的低价 GPT, Gemini,邮箱等 AI 会员的小店合集 讨论个大实话:现在企业还在说 AI 编程提效 20%, 30%的,真的太落后,没用懂 AI。因为包括很多前沿公司,已经狂奔到提效 200%-500%的情况 [招聘][远程][币安] 前端/后端/QA/iOS/Android 至少 3 年以上经验 目前有大量 HC 欢迎投递 Chatgpt Pro 用量用不完的可以开这些设置 面试的时候好像遇到钓鱼了,给各位避个坑 cursor 年续费 22 号到期, 自动续费是否还是老的计次套餐呢 被两件破事毁掉的一下午,琐碎的内耗消磨人的精力 使用 Planet 存储 Codex 的会话或者重要信息 如果业务部门领导不要你开发功能,而是要求你教会它用 claude code 开发功能,你会怎么做? 分享一个 MacOS 接绿联 CM818 USB 转 DP 转接器使用感受 我的 HR 朋友 10 年老 Java ,非全大专,大家帮忙看看简历 开源了一个 AI 口语练习工具,音素级发音评分,完全免费可自部署 V2EX 上有哪些你觉得很有趣、印象深刻的妹纸? 字节为啥不出个国内版 Vercel? 有在大马的朋友吗? 问个运营商问题 你们在有领导的公司大群发过的最大胆的消息是什么 公司裁员,目前没有工作。想试试摆摊,做一个移动鲜啤打酒车 我的硬盘 Memblaze Pblaze 5 Linux 下不识别,给 Linux 内核提交了补丁, AI 说有望被合并 只有我一个人觉得 codex 不好用?
🤖 Claude Code v2.1.14 发布了!
hzlzh · 2026-01-21 · via V2EX

✦ 更新内容
• 在 bash 模式新增“基于历史记录的自动补全”(!):输入部分命令后按 Tab ,可从你的 bash 命令历史中补全
• 在“已安装插件”列表中新增搜索:输入即可按名称或描述进行筛选
• 新增支持将插件固定( pin )到特定的 git commit SHA ,使市场条目可以安装精确版本
• 修复一个回归问题:上下文窗口阻断阈值计算过于激进,导致在约 65% 上下文使用率就阻断,而非预期的约 98%
• 修复并行运行多个子代理( subagents )时可能导致崩溃的内存问题
• 修复长时间运行会话中的内存泄漏:在 shell 命令执行完成后,未清理流式资源( stream resources )
• 修复 bash 模式下 @ 符号会错误触发文件自动补全建议的问题
• 修复 @ 提及菜单中点击文件夹的行为:现在会进入目录而不是直接选中
• 修复 /feedback 命令:当描述过长时会生成无效的 GitHub issue URL
• 修复 /context 命令:在详细( verbose )模式下显示的 token 数与百分比与状态栏保持一致
• 修复 /config 、/context 、/model 、/todos 命令的浮层可能意外关闭的问题
• 修复斜杠命令自动补全:输入相似命令时会选错(例如 /context vs /compact )
• 修复仅配置一个插件市场时,插件市场内“返回导航”不一致的问题
• 修复 iTerm2 进度条退出时未正确清除的问题,避免残留指示器与提示音( bell sounds )
• 改进退格键:删除粘贴文本时按“单个 token”整体删除,而不是一次删一个字符
• VSCode:新增 /usage 命令,用于显示当前套餐使用情况
🔗 https://github.com/anthropics/claude-code/releases/tag/v2.1.14
📅 Published: 2026-01-21 07:09:30
✦ What's changed
• Added history-based autocomplete in bash mode (!) - type a partial command and press Tab to complete from your bash command history
• Added search to installed plugins list - type to filter by name or description
• Added support for pinning plugins to specific git commit SHAs, allowing marketplace entries to install exact versions
• Fixed a regression where the context window blocking limit was calculated too aggressively, blocking users at ~65% context usage instead of the intended ~98%
• Fixed memory issues that could cause crashes when running parallel subagents
• Fixed memory leak in long-running sessions where stream resources were not cleaned up after shell commands completed
• Fixed @ symbol incorrectly triggering file autocomplete suggestions in bash mode
• Fixed @-mention menu folder click behavior to navigate into directories instead of selecting them
• Fixed /feedback command generating invalid GitHub issue URLs when description is very long
• Fixed /context command to show the same token count and percentage as the status line in verbose mode
• Fixed an issue where /config, /context, /model, and /todos command overlays could close unexpectedly
• Fixed slash command autocomplete selecting wrong command when typing similar commands (e.g., /context vs /compact)
• Fixed inconsistent back navigation in plugin marketplace when only one marketplace is configured
• Fixed iTerm2 progress bar not clearing properly on exit, preventing lingering indicators and bell sounds
• Improved backspace to delete pasted text as a single token instead of one character at a time
• VSCode Added /usage command to display current plan usage