@shuyhere/bb-agent 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,22 +5,22 @@ All notable changes to BB-Agent will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [0.0.
|
|
8
|
+
## [0.0.8] - 2026-04-06
|
|
9
9
|
|
|
10
10
|
### Fixed
|
|
11
11
|
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
12
|
+
- auth-aware startup now prefers configured defaults or the last authenticated provider/model instead of falling back unexpectedly
|
|
13
|
+
- Gemini default model now prefers `gemini-3.1-pro`
|
|
14
|
+
- GitHub Copilot default model selection now prefers Claude Opus 4.6 when available
|
|
15
|
+
- login and no-auth UX now remind users that `/model` can switch to other configured models
|
|
16
|
+
- startup now shows a short update notice with npm-aware update commands when installed from npm
|
|
16
17
|
|
|
17
18
|
### Added
|
|
18
19
|
|
|
19
|
-
-
|
|
20
|
-
- Windows support in the npm installer/launcher path
|
|
20
|
+
- startup update notice for published builds, including npm-specific upgrade guidance
|
|
21
21
|
|
|
22
22
|
### Changed
|
|
23
23
|
|
|
24
|
-
-
|
|
24
|
+
- latest published package includes the post-0.0.7 startup, auth, model-default, and update-notice improvements
|
|
25
25
|
|
|
26
|
-
[0.0.
|
|
26
|
+
[0.0.8]: https://github.com/shuyhere/bb-agent/releases/tag/v0.0.8
|