跳转到内容

最新稳定版本:v0.22.0 - v0.22.5

发布日期:2025年12月30日

对于大多数用户来说,我们推荐使用最新稳定版本。安装最新稳定版本的命令如下:

npm install -g @google/gemini-cli
  • 全面的配额可见性:/stats 命令中查看所有可用模型的用量统计,即使是在当前会话中尚未使用的模型也可查看。(图片pr@sehoon38 提交)
  • 完善的CLI统计信息: 我们已清理了 /stats 视图,以便优先显示可操作的配额信息,并在 /stats model 中提供了详细的令牌和缓存效率分析(使用Google登录API密钥模型统计pr@jacob314 提交)
  • 多文件拖放: 现已支持多文件拖放,并且正确翻译为以 @ 为前缀的命令。(pr@jackwotherspoon 提交)

(以下部分未提供英文原文,故不进行翻译)

以下是翻译后的简体中文文本:

【术语表】

  • CLI: CLI(命令行界面)
  • command-line interface: 命令行界面
  • Shell: Shell
  • Bash: Bash
  • API: API
  • endpoint: 端点
  • token: 令牌
  • Model Context Protocol: Model Context Protocol(模型上下文协议)
  • MCP: MCP
  • Markdown: Markdown
  • JSON: JSON
  • YAML: YAML
  • Mermaid: Mermaid
  • npm: npm
  • pip: pip
  • git: git
  • repository: 仓库
  • package: 包
  • dependency: 依赖
  • configuration: 配置
  • environment variable: 环境变量
  • workspace: 工作空间
  • directory: 目录
  • file: 文件
  • script: 脚本
  • plugin: 插件
  • extension: 扩展
  • integration: 集成
  • authentication: 认证
  • authorization: 授权
  • credential: 凭证
  • session: 会话
  • context: 上下文
  • prompt: 提示词
  • completion: 补全
  • streaming: 流式
  • model: 模型
  • provider: 提供商
  • service: 服务
  • request: 请求
  • response: 响应
  • header: 头部
  • body: 主体
  • payload: 负载
  • error: 错误
  • exception: 异常
  • warning: 警告
  • debug: 调试
  • logging: 日志
  • telemetry: 遥测
  • analytics: 分析
  • monitoring: 监控
  • performance: 性能
  • latency: 延迟
  • throughput: 吞吐量
  • concurrency: 并发
  • thread: 线程
  • process: 进程
  • daemon: 守护进程
  • background: 背景
  • foreground: 前台
  • interactive: 交互式
  • batch: 批处理
  • queue: 队列
  • cache: 缓存
  • database: 数据库
  • storage: 存储
  • memory: 内存
  • disk: 磁盘
  • network: 网络
  • protocol: 协议
  • HTTP: HTTP
  • HTTPS: HTTPS
  • WebSocket: WebSocket
  • REST: REST
  • GraphQL: GraphQL
  • RPC: RPC
  • SDK: SDK
  • library: 库
  • framework: 框架
  • runtime: 运行时
  • build: 构建
  • deploy: 部署
  • release: 发布
  • version: 版本
  • changelog: 更新日志
  • migration: 迁移
  • compatibility: 兼容性
  • breaking change: 破坏性变更
  • feature: 功能
  • bug fix: 错误修复
  • improvement: 改进
  • enhancement: 增强
  • refactor: 重构
  • documentation: 文档
  • tutorial: 教程
  • example: 示例
  • demo: 演示
  • test: 测试
  • unit test: 单元测试

【原文】

快照用于差异对比。由 @jacob314 在 https://github.com/google-gemini/gemini-cli/pull/14983

【译文】 通过 @scidomino 整合测试中清理进程 https://github.com/google-gemini/gemini-cli/pull/15102

完整更新日志https://github.com/google-gemini/gemini-cli/compare/v0.21.3…v0.22.0

完整更新日志: 比较版本 v0.21.3 与 v0.22.0 的更新内容。