Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Changelog

## [0.1.1](https://github.com/wsp1911/BitFun/compare/v0.1.0...v0.1.1) (2026-02-12)


### Features

* add logging page in config center ([8aa9769](https://github.com/wsp1911/BitFun/commit/8aa9769c673b70fc9e8e42aa39144c46d1d2263d))
* add visual mode toggle for Agentic mode ([d4f59d1](https://github.com/wsp1911/BitFun/commit/d4f59d1ec469fa1846a4e79392a7809764777251))
* **project-context:** only auto-enable AI agent instruction files by default ([c7cc94f](https://github.com/wsp1911/BitFun/commit/c7cc94f27071dd23a1e7c9cb172da7920d2794ef))
* support tool streaming for glm-5 ([7d0489a](https://github.com/wsp1911/BitFun/commit/7d0489ae0f55b7c7077538204b5f622abcf71ff3))
* support tool streaming for glm-5 ([42f9693](https://github.com/wsp1911/BitFun/commit/42f9693f383c7771cbb85ccf69bd2d892f20e999))
* visual mode toggle, plan build state sync, and dev toolchain improvements ([40f694e](https://github.com/wsp1911/BitFun/commit/40f694eb2daa93c6d8d972c425825c020da98189))


### Bug Fixes

* add Git tool to agentic mode default tools ([e8be064](https://github.com/wsp1911/BitFun/commit/e8be064f84f68e2cedd86d8adab1588a1239a1b7))
* app handle usage ([b3eb477](https://github.com/wsp1911/BitFun/commit/b3eb47753bbb6ce9e2e2cd16abc48b782f24a10c))
* avoid duplicate mermaid tab creation ([d77c53d](https://github.com/wsp1911/BitFun/commit/d77c53d70f7bec82e4cf6233feefbf8d41a54a40))
* avoid loading incorrect mermaid code after 'one-click fix' ([eb8a853](https://github.com/wsp1911/BitFun/commit/eb8a853a220accd513527e1f6d6fdb99eaedef01))
* **desktop:** fix app handle usage ([d0de33f](https://github.com/wsp1911/BitFun/commit/d0de33f41821078bba2d6e204ea57ca6b92e16fe))
* disable welcome panel analysis by default ([93c7026](https://github.com/wsp1911/BitFun/commit/93c702600e65c445f18dbe23f872a6247e1eed7b))
* enhance anthropic streaming robustness ([666377b](https://github.com/wsp1911/BitFun/commit/666377bb66037e610bffa8c3725b060820d4877f))
* enhance openai streaming robustness ([e47c771](https://github.com/wsp1911/BitFun/commit/e47c7716fac856f46a5436695e8eb3ea068607a6))
* Fix button style on the config page ([02d945d](https://github.com/wsp1911/BitFun/commit/02d945d12017d9300d295ef9e4ad67b05485cfd7))
* Fix button style on the config page ([528beaa](https://github.com/wsp1911/BitFun/commit/528beaa9b3cbc31513657bad30b4e0408c33a8f1))
* Fix CLI build issues ([25b6056](https://github.com/wsp1911/BitFun/commit/25b6056bb522955e6a08e7f4bfc52ceeab31527a))
* Fix CLI build issues ([0102388](https://github.com/wsp1911/BitFun/commit/01023883cb5c86f362c207920a0cd8c30a55b0cc))
* improve streaming robustness and logging controls ([441cf93](https://github.com/wsp1911/BitFun/commit/441cf93d9369ee294272503669bfd2fda5cb1ba7))
* internationalize work summary in new session ([0c0b3e3](https://github.com/wsp1911/BitFun/commit/0c0b3e395685c7e328e8b1a810c4fea80a7fc613))
* Prevent duplicate AI work state analysis requests ([61ad4b7](https://github.com/wsp1911/BitFun/commit/61ad4b79a6a6d3da9b14a331d6172e7aeaa0de13))
* Prevent duplicate AI work state analysis requests ([1c02d80](https://github.com/wsp1911/BitFun/commit/1c02d8021c2a9b800d41cba45202ac1d81b070da))
* resolve mermaid editor bugs and internationalize work summary ([4686cc5](https://github.com/wsp1911/BitFun/commit/4686cc502eac38a3cb09fe351f296de64d1bc47a))
* Retry AI round execution when no effective output is produced, including transient SSE/network failures ([61b703f](https://github.com/wsp1911/BitFun/commit/61b703f2e3cfabb889211c6ce1a6006d340e9bf5))
* sync plan build state between CreatePlanDisplay and PlanViewer ([5734571](https://github.com/wsp1911/BitFun/commit/5734571933ab40d883e4b9816ebd073708d27101))


### Code Refactoring

* clear usage of unwrap and expect ([5cbc507](https://github.com/wsp1911/BitFun/commit/5cbc507364d2cafddaf68e78dbae5946835f9d4e))
* harden streaming handling and refine AI model config UX ([1bfcb09](https://github.com/wsp1911/BitFun/commit/1bfcb097df307e0e1c7c71b8acafedafb84d3b3b))
* move preserved thinking to advanced setting and update UI ([8b05200](https://github.com/wsp1911/BitFun/commit/8b052009f84c3709238af89c0557e29505992e5b))
* refine default settings for AI features and project context documents ([8992fe7](https://github.com/wsp1911/BitFun/commit/8992fe79a4e62727e8440aadbcc5f40ff561c473))
* remove pnpm dependency ([65c1c57](https://github.com/wsp1911/BitFun/commit/65c1c573cf774bd991b2a52f09e83a39e633ee1b))


### Documentation

* add product screenshot ([e26e1c9](https://github.com/wsp1911/BitFun/commit/e26e1c9c17fc8c28ea3dd01d31b8d24dd23a56e2))
* add product screenshot ([bb4c129](https://github.com/wsp1911/BitFun/commit/bb4c129acf817fd05ad460a9370500acf9029542))


### CI/CD

* add desktop package workflow ([6e7ff2a](https://github.com/wsp1911/BitFun/commit/6e7ff2a3958adae318617ef6a99a25c61d296538))
* add desktop package workflow ([26178c2](https://github.com/wsp1911/BitFun/commit/26178c22c8de0f8faa6b67c0b1e88e5f5f7bd7eb))
* add Release Please, CI checks, nightly builds and unify version management ([6da2bba](https://github.com/wsp1911/BitFun/commit/6da2bbac9d0d2ab3a8bce98274c9ea31280cea80))
* add Release Please, CI checks, nightly builds and unify version management ([4ac364a](https://github.com/wsp1911/BitFun/commit/4ac364a769a362ac56cf0f745b0abc3f146878b9))
* install linux deps for tauri/glib ([0ba4834](https://github.com/wsp1911/BitFun/commit/0ba48341946d2a5a03ee5820d84026dc38f0f51a))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resolver = "2"

# Shared package metadata — single source of truth for version
[workspace.package]
version = "0.1.0" # x-release-please-version
version = "0.1.1" # x-release-please-version
authors = ["BitFun Team"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BitFun",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"copy-monaco": "copyfiles -u 3 \"node_modules/monaco-editor/min/vs/**/*\" src/web-ui/public/monaco-editor",
Expand Down