Skip to content

v0.1.2

Latest

Choose a tag to compare

@fuxicodex fuxicodex released this 06 Aug 15:18
· 61 commits to main since this release
a35b088

FuXi 0.1.2 Release Announcement

Release Date: August 6, 2026

FuXi 0.1.2 is now available, with major improvements across multi-window coordination, image capabilities, and the plugin ecosystem.

New Features

  • Multi-window coordination: switch seamlessly between concurrent sessions without interrupting your current work.
  • Image captioning: non-vision models can now generate image descriptions automatically, enabled by default.
  • Vision capability is automatically detected from known provider capabilities, with no manual configuration required.
  • Thinking mode now adapts to the task type for smarter responses.
  • Tool-level thinking has been refined, and status blink for collapsed groups in the TUI is restored.
  • Voice capture and browser tools are now integrated through the native extension bridge.

Improvements & Fixes

  • Unified MCP plugin lifecycle: plugins from manifest, channel declarations, session plugins, and other sources all load under one consistent contract.
  • Multiple security hardening improvements: plaintext MCP tokens removed, OAuth credentials scoped to their trust domains, plugin secrets kept out of prompts, and plugin reloads no longer expose stale state.
  • Path traversal is blocked before normalization, preventing path escape risks.
  • Memory extraction now runs asynchronously, with an optimized memory_saved card.
  • Model cache isolation stays stable across sessions, and compacted context remains consistent across TUI turns.
  • Each model gets a stable user identity, and long prompts are preserved intact across the OpenAPI boundary.
  • Plugin LSP lifecycle options are supported, and usable LSP plugins are recommended after real file edits.
  • Fixed empty tool results being lost before transcript replay.

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 them at https://github.com/fuxicodex/Fuxi/issues.