Skip to content

Releases: GCWing/BitFun

Nightly Build (0.1.1-nightly.20260225+77c2e68)

25 Feb 04:54
77c2e68

Choose a tag to compare

Automated nightly build from main branch.

Version: 0.1.1-nightly.20260225+77c2e68
Commit: 77c2e68
Date: 2026-02-24T14:25:15Z

Warning: Nightly builds are untested and may be unstable.

v0.1.1

14 Feb 03:07
64d0d93

Choose a tag to compare

  • Improved AI response streaming stability (including better retry handling
    for transient network/SSE interruptions).
  • Added support for GLM-5.
  • Added a new logging page in Config Center.
  • Improved localization support: session titles now respect user locale.
  • Updated default behavior for project context / AI instruction files to be
    less intrusive.
  • Fixed several UI issues (including config page button styling).

v0.1.0

09 Feb 13:03
61ad4b7

Choose a tag to compare

First release

The initial release includes several basic Code Agent capabilities:

Working Modes

Mode Scenario Characteristics
Agentic Day-to-day coding Conversation-driven; AI autonomously reads, edits, runs, and verifies.
Plan Complex tasks Plan first, then execute; align on critical changes upfront.
Debug Hard problems Instrument & trace → compare paths → root-cause analysis → verify fix.
Review Code review Review code based on key repository conventions.

Extensibility

  • MCP Protocol: Extend with external tools and resources via MCP servers.
  • Skills: Markdown/script-based capability packages that teach the Agent specific tasks (auto-reads Cursor, Claude Code, Codex configs).
  • Agent Customization: Quickly define specialized Agents with Markdown.
  • Rules: Quickly customize professional Agents via Markdown (auto-reads Cursor configs).

Please note:
Since there are currently no developer account signing options available for the Mac platform, please execute the following command manually:

sudo spctl --master-disable

sudo xattr -dr com.apple.quarantine /Applications/BitFun.app

If necessary, try: Open Settings, search for "Privacy & Security", and select "Any source" under "Allow apps to use".