Skip to content

Commit 702bbc7

Browse files
chore(main): release 0.1.1
1 parent 7d0489a commit 702bbc7

5 files changed

Lines changed: 57 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/wsp1911/BitFun/compare/v0.1.0...v0.1.1) (2026-02-12)
4+
5+
6+
### Features
7+
8+
* add visual mode toggle for Agentic mode ([d4f59d1](https://github.com/wsp1911/BitFun/commit/d4f59d1ec469fa1846a4e79392a7809764777251))
9+
* **project-context:** only auto-enable AI agent instruction files by default ([c7cc94f](https://github.com/wsp1911/BitFun/commit/c7cc94f27071dd23a1e7c9cb172da7920d2794ef))
10+
* support tool streaming for glm-5 ([7d0489a](https://github.com/wsp1911/BitFun/commit/7d0489ae0f55b7c7077538204b5f622abcf71ff3))
11+
* support tool streaming for glm-5 ([42f9693](https://github.com/wsp1911/BitFun/commit/42f9693f383c7771cbb85ccf69bd2d892f20e999))
12+
* visual mode toggle, plan build state sync, and dev toolchain improvements ([40f694e](https://github.com/wsp1911/BitFun/commit/40f694eb2daa93c6d8d972c425825c020da98189))
13+
14+
15+
### Bug Fixes
16+
17+
* add Git tool to agentic mode default tools ([e8be064](https://github.com/wsp1911/BitFun/commit/e8be064f84f68e2cedd86d8adab1588a1239a1b7))
18+
* app handle usage ([b3eb477](https://github.com/wsp1911/BitFun/commit/b3eb47753bbb6ce9e2e2cd16abc48b782f24a10c))
19+
* avoid duplicate mermaid tab creation ([d77c53d](https://github.com/wsp1911/BitFun/commit/d77c53d70f7bec82e4cf6233feefbf8d41a54a40))
20+
* avoid loading incorrect mermaid code after 'one-click fix' ([eb8a853](https://github.com/wsp1911/BitFun/commit/eb8a853a220accd513527e1f6d6fdb99eaedef01))
21+
* **desktop:** fix app handle usage ([d0de33f](https://github.com/wsp1911/BitFun/commit/d0de33f41821078bba2d6e204ea57ca6b92e16fe))
22+
* disable welcome panel analysis by default ([93c7026](https://github.com/wsp1911/BitFun/commit/93c702600e65c445f18dbe23f872a6247e1eed7b))
23+
* Fix CLI build issues ([25b6056](https://github.com/wsp1911/BitFun/commit/25b6056bb522955e6a08e7f4bfc52ceeab31527a))
24+
* Fix CLI build issues ([0102388](https://github.com/wsp1911/BitFun/commit/01023883cb5c86f362c207920a0cd8c30a55b0cc))
25+
* improve streaming robustness and logging controls ([441cf93](https://github.com/wsp1911/BitFun/commit/441cf93d9369ee294272503669bfd2fda5cb1ba7))
26+
* internationalize work summary in new session ([0c0b3e3](https://github.com/wsp1911/BitFun/commit/0c0b3e395685c7e328e8b1a810c4fea80a7fc613))
27+
* Prevent duplicate AI work state analysis requests ([61ad4b7](https://github.com/wsp1911/BitFun/commit/61ad4b79a6a6d3da9b14a331d6172e7aeaa0de13))
28+
* Prevent duplicate AI work state analysis requests ([1c02d80](https://github.com/wsp1911/BitFun/commit/1c02d8021c2a9b800d41cba45202ac1d81b070da))
29+
* resolve mermaid editor bugs and internationalize work summary ([4686cc5](https://github.com/wsp1911/BitFun/commit/4686cc502eac38a3cb09fe351f296de64d1bc47a))
30+
* sync plan build state between CreatePlanDisplay and PlanViewer ([5734571](https://github.com/wsp1911/BitFun/commit/5734571933ab40d883e4b9816ebd073708d27101))
31+
32+
33+
### Code Refactoring
34+
35+
* harden streaming handling and refine AI model config UX ([1bfcb09](https://github.com/wsp1911/BitFun/commit/1bfcb097df307e0e1c7c71b8acafedafb84d3b3b))
36+
* move preserved thinking to advanced setting and update UI ([8b05200](https://github.com/wsp1911/BitFun/commit/8b052009f84c3709238af89c0557e29505992e5b))
37+
* refine default settings for AI features and project context documents ([8992fe7](https://github.com/wsp1911/BitFun/commit/8992fe79a4e62727e8440aadbcc5f40ff561c473))
38+
39+
40+
### Documentation
41+
42+
* add product screenshot ([e26e1c9](https://github.com/wsp1911/BitFun/commit/e26e1c9c17fc8c28ea3dd01d31b8d24dd23a56e2))
43+
* add product screenshot ([bb4c129](https://github.com/wsp1911/BitFun/commit/bb4c129acf817fd05ad460a9370500acf9029542))
44+
45+
46+
### CI/CD
47+
48+
* add desktop package workflow ([6e7ff2a](https://github.com/wsp1911/BitFun/commit/6e7ff2a3958adae318617ef6a99a25c61d296538))
49+
* add desktop package workflow ([26178c2](https://github.com/wsp1911/BitFun/commit/26178c22c8de0f8faa6b67c0b1e88e5f5f7bd7eb))
50+
* add Release Please, CI checks, nightly builds and unify version management ([6da2bba](https://github.com/wsp1911/BitFun/commit/6da2bbac9d0d2ab3a8bce98274c9ea31280cea80))
51+
* add Release Please, CI checks, nightly builds and unify version management ([4ac364a](https://github.com/wsp1911/BitFun/commit/4ac364a769a362ac56cf0f745b0abc3f146878b9))
52+
* install linux deps for tauri/glib ([0ba4834](https://github.com/wsp1911/BitFun/commit/0ba48341946d2a5a03ee5820d84026dc38f0f51a))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resolver = "2"
1313

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "BitFun",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"copy-monaco": "copyfiles -u 3 \"node_modules/monaco-editor/min/vs/**/*\" src/web-ui/public/monaco-editor",

0 commit comments

Comments
 (0)