@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -9
  2. 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.7] - 2026-04-06
8
+ ## [0.0.8] - 2026-04-06
9
9
 
10
10
  ### Fixed
11
11
 
12
- - fullscreen no-auth errors now direct users to `/login`
13
- - successful TUI login now auto-switches to a friendly authenticated model (`gpt-5.4` for OpenAI, `claude-opus-4-6` for Anthropic)
14
- - error and warning notes now use highlighted text without background blocks
15
- - npm launcher and postinstall behavior improved when native binaries are missing
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
- - Windows release binaries via GitHub Releases
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
- - release packaging now targets Linux, macOS, and Windows with matching npm/GitHub binary distribution paths
24
+ - latest published package includes the post-0.0.7 startup, auth, model-default, and update-notice improvements
25
25
 
26
- [0.0.7]: https://github.com/shuyhere/bb-agent/releases/tag/v0.0.7
26
+ [0.0.8]: https://github.com/shuyhere/bb-agent/releases/tag/v0.0.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuyhere/bb-agent",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "BB-Agent — a Rust-native AI coding agent for the terminal",
5
5
  "license": "MIT",
6
6
  "repository": {