Releases: GCWing/BitFun
Nightly Build (0.2.0-nightly.20260320+0da8856)
Automated nightly build from main branch.
Version: 0.2.0-nightly.20260320+0da8856
Commit: 0da8856
Date: 2026-03-20T03:19:18Z
Warning: Nightly builds are untested and may be unstable.
v0.2.0
What's Changed
- feat(chat): add input history navigation with up/down arrows by @litunan in #116
- Fix stale image contexts after chat input removal by @wgqqqqq in #117
- fix(web-ui): reset Markdown error boundary when content changes by @clearme777 in #118
- Fix/workspace pathfix: preserve workspace context for remote file links across web and mobile by @wgqqqqq in #119
- installer: harden uninstall path handling by @wgqqqqq in #121
- feat: switch WebSearch to the built-in Exa MCP-backed implementation and remove search-model configuration by @wgqqqqq in #124
- fix(remote-connect): bind relay pairing to mobile user IDs by @bobleer in #125
- feat: Add claw mode, assistant workspace and SessionControl tool by @wsp1911 in #128
- ci: run rust check on linux/mac/windows by @wgqqqqq in #130
- feat(web-ui): resizable nav panel and editor stability fixes by @GCWing in #135
- fix: fix tsc EditorGroup\useTabLifecycle\WorkspaceBody by @GCWing in #137
- fix(web-ui): isolate input history per session by @litunan in #133
- feat(config): enable tool auto-execution by default by @GCWing in #138
- feat(mermaid-editor): implement PNG export with direct file save and e2e tests by @GCWing in #140
- feat(i18n): internationalize flowchat welcome panel text by @GCWing in #141
- feat: add /btw side-question threads by @wgqqqqq in #142
- feat(core): expand agent runtime and model configuration flows by @bobleer in #143
- feat(web-ui): move side questions into an auxiliary panel by @GCWing in #145
- fix(webui): model config uiux by @bobleer in #146
- fix(webui): Model Selection Optimization by @bobleer in #149
- feat(workspace): revamp miniapp and shell scene flows by @GCWing in #150
- feat: add SessionMessage tool and assistant auto bootstrap by @wsp1911 in #151
- feat(remote): sync model config and add session model selection by @bobleer in #152
- fix(build): stabilize desktop build scripts and web typecheck by @bobleer in #153
- feat: move /btw persistence to backend, add workspace cleanup, simplify WelcomeScene by @GCWing in #154
- feat: add CoreAgentCard component and core agents zone by @GCWing in #155
- fix: refine collapsed chat input processing controls by @GCWing in #156
- feat: agentic execution, flow chat and AI client improvements by @bobleer in #157
- feat(nav): add Pro/Assistant mode switch with animated transition by @GCWing in #158
- feat: add Code/Cowork session options and fix copy button position by @GCWing in #159
- feat(ui): add Beta badge to Assistant mode and MiniApp entry by @GCWing in #160
- feat: redesign assistant workspace item and update UI polish by @GCWing in #162
- feat: add Browser scene, web-element context and relay server improvements by @bobleer in #163
- refactor(relay-server): extract homepage and convert index.html to SPA entry by @bobleer in #164
- feat(browser): add navigation controls, URL sync and blank-target interception by @bobleer in #165
- feat(chat-input): replace transition animations with fade-in keyframe by @GCWing in #166
- style(chat): refine ChatInput border-radius and transition animations by @bobleer in #167
- chore(version): sync app and installer versions to 0.2.0 by @wsp1911 in #168
- fix: align nav resize divider to visual gap between nav and scene areas by @GCWing in #170
- fix(chat-input): use flex centering for actions container instead of transform by @bobleer in #171
- fix(build): stabilize Windows desktop packaging flow by @wsp1911 in #173
New Contributors
- @litunan made their first contribution in #116
- @clearme777 made their first contribution in #118
Full Changelog: v0.1.2...v0.2.0
v0.1.2
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.appIf necessary, try: Open Settings, search for "Privacy & Security", and select "Any source" under "Allow apps to use".
v0.1.2.alpha.1
v0.1.2.alpha.1 version
v0.1.1
- 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
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.appIf necessary, try: Open Settings, search for "Privacy & Security", and select "Any source" under "Allow apps to use".