Skip to content

Releases: fuxicodex/Fuxi

Release list

v0.1.1

Choose a tag to compare

@fuxicodex fuxicodex released this 05 Aug 18:54
a35b088

FuXi 0.1.1 Release Announcement

Release Date: August 6, 2026

FuXi 0.1.1 has been released. This release includes the following changes.

New Features

  • Remote Control: support for CCR v2 sessions with secure worker credential exchange and real-time event streaming, synchronized with the local TUI
  • Remote input integrated with the local session; slash commands and prompts processed under unified security policies
  • Image preprocessing upgraded: automatic resizing and compression before upload, using the Lanczos3 scaling kernel
  • Built-in file search tools (bfs/ugrep) with no additional dependencies, available on Windows, macOS, and Linux
  • Chrome integration dialog, enabled by default
  • @mention content delivered directly to the model
  • Bash cards expanded by default
  • Exit-word routing and automatic detection of long-running task keywords

Improvements & Fixes

  • Optimized context compaction and tool result budgeting for more stable long-conversation streaming
  • Fixed Windows path conversion, snapshot, hooks, and permission rule issues
  • Fixed deepseek-v4 output limits and API request parameters (top_p)
  • Token refresh interval extended to 6 hours
  • Fixed attachment ordering, message boundaries, and hook completion order
  • Improved WebSocket 401 auto-recovery mechanism

Installation / Upgrade

Installation scripts fetch the latest version automatically with integrity verification.

Windows (PowerShell)

irm https://releases.fuxicode.com/bootstrap.ps1 | iex

Windows (CMD)

curl -fsSL https://releases.fuxicode.com/install.cmd -o %TEMP%\install.cmd && %TEMP%\install.cmd

macOS (Intel / Apple Silicon)

curl -fsSL https://releases.fuxicode.com/bootstrap.sh | bash

Linux (x64 / ARM64)

curl -fsSL https://releases.fuxicode.com/bootstrap.sh | bash

Existing users can upgrade by re-running the corresponding command. For issues, please report at: https://github.com/fuxicodex/Fuxi/issues