Skip to content

Releases: MayDay-wpf/snow-cli

Release v0.7.6

03 Apr 16:18

Choose a tag to compare

Snow CLI v0.7.6

What's New

  • Fixed some known bugs

Installation

npm install -g snow-ai

Usage

snow

Update

snow --update

Release v0.7.5

03 Apr 07:46

Choose a tag to compare

Snow CLI v0.7.5

What's New

  • Fixed some known bugs
  • Fixed display bug in /btw component
  • Decoupled part of the sub-agent code
  • Optimized some UI display effects and added prompts
  • Optimized Hooks system

Installation

npm install -g snow-ai

Usage

snow

Update

snow --update

VSCode Extension v0.4.20

02 Apr 02:40

Choose a tag to compare

🚀 Snow CLI VSCode Extension v0.4.20

What's New

  • feat(vsix): 支持启动命令轮询、终端代理和选区位置发送

Installation

  1. Download the .vsix file from this release
  2. Open VSCode
  3. Go to Extensions view (Ctrl+Shift+X)
  4. Click the "..." menu → "Install from VSIX..."
  5. Select the downloaded file

Requirements

Install Snow CLI globally:

npm install -g snow-ai

Usage

  1. Open any file in VSCode
  2. Click the Snow icon button in the editor toolbar (top right)
  3. A terminal opens with Snow CLI running
  4. The extension automatically connects via WebSocket

Features

  • Integrated terminal with Snow CLI
  • WebSocket-based communication
  • ACE Code Search integration
  • Sidebar and split terminal modes

Release v0.7.4

01 Apr 06:43

Choose a tag to compare

Snow CLI v0.7.4

What's New

  • 修复 Team 模式的越权问题
  • 添加 /btw 命令分支对话流与工作中的 AI 对话
  • 添加 /role-subagent 命令为系统子代理注入用户自定义提示词
  • filesystem 工具重构加入hash-line编辑提高编辑精度
  • 修复部分编程语言无法渲染高亮的警告
  • 工具响应 token 数量从自定义 token 数修改为上下文百分比
  • mcp 面板支持通过 v 进入工具列表后使用Tab键对特定工具启停

Installation

npm install -g snow-ai

Usage

snow

Update

snow --update

Release v0.7.3

30 Mar 02:07

Choose a tag to compare

Snow CLI v0.7.3

What's New

  • Fix the issue where the Team mode startup status does not take effect

Installation

npm install -g snow-ai

Usage

snow

Update

snow --update

VSCode Extension v0.4.19

30 Mar 03:17

Choose a tag to compare

🚀 Snow CLI VSCode Extension v0.4.19

What's New

  • feat(vsix): 支持启动命令轮询、终端代理和选区位置发送

Installation

  1. Download the .vsix file from this release
  2. Open VSCode
  3. Go to Extensions view (Ctrl+Shift+X)
  4. Click the "..." menu → "Install from VSIX..."
  5. Select the downloaded file

Requirements

Install Snow CLI globally:

npm install -g snow-ai

Usage

  1. Open any file in VSCode
  2. Click the Snow icon button in the editor toolbar (top right)
  3. A terminal opens with Snow CLI running
  4. The extension automatically connects via WebSocket

Features

  • Integrated terminal with Snow CLI
  • WebSocket-based communication
  • ACE Code Search integration
  • Sidebar and split terminal modes

Release v0.7.2

28 Mar 16:38

Choose a tag to compare

Snow CLI v0.7.2

What's New

  • Adjust the problem of merge conflict when Team mode is opened multiple times.
  • Adjust the height of some UIs to fit terminals of different heights.

Installation

npm install -g snow-ai

Usage

snow

Update

snow --update

Release v0.7.1

27 Mar 06:10

Choose a tag to compare

Snow CLI v0.7.1

What's New

  • Fixed some known bugs, including: incomplete state cleanup, incomplete log output, and other issues
  • Optimized memory usage, added silent automatic release
  • Optimized the performance of reading large files, added streaming read

Installation

npm install -g snow-ai

Usage

snow

Update

snow --update

VSCode Extension v0.4.18

27 Mar 17:06

Choose a tag to compare

🚀 Snow CLI VSCode Extension v0.4.18

What's New

  • feat(vsix): 支持启动命令轮询、终端代理和选区位置发送

Installation

  1. Download the .vsix file from this release
  2. Open VSCode
  3. Go to Extensions view (Ctrl+Shift+X)
  4. Click the "..." menu → "Install from VSIX..."
  5. Select the downloaded file

Requirements

Install Snow CLI globally:

npm install -g snow-ai

Usage

  1. Open any file in VSCode
  2. Click the Snow icon button in the editor toolbar (top right)
  3. A terminal opens with Snow CLI running
  4. The extension automatically connects via WebSocket

Features

  • Integrated terminal with Snow CLI
  • WebSocket-based communication
  • ACE Code Search integration
  • Sidebar and split terminal modes

Release v0.7.0

26 Mar 08:35

Choose a tag to compare

Snow CLI v0.7.0

What's New

  • Added new Team mode, supporting team collaboration
  • Main process supports mixed compression mode
  • Optimized the experience of the Plan mode
  • Optimized MCP panel display, supporting retrieval of service tool list
  • Streamlined overall internal system prompts

Installation

npm install -g snow-ai

Usage

snow

Update

snow --update