@shuyhere/bb-agent 0.0.19 → 0.0.20
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 +16 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.0.20] - 2026-05-06
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- added the reviewed Shape extension package with its skill, reference material, JavaScript extension entrypoint, Python knowledge-search helper, and test coverage
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- refreshed the builtin model registry across Anthropic, OpenAI, GitHub Copilot, Google, Groq, and OpenRouter with newer model IDs, limits, costs, reasoning metadata, and provider base URLs
|
|
19
|
+
- updated startup/login default model choices and provider documentation examples to point at the refreshed model list
|
|
20
|
+
|
|
21
|
+
### Improved
|
|
22
|
+
|
|
23
|
+
- added focused coverage for default model argument selection and representative builtin registry entries
|
|
24
|
+
|
|
10
25
|
## [0.0.19] - 2026-04-19
|
|
11
26
|
|
|
12
27
|
### Changed
|
|
@@ -236,6 +251,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
236
251
|
|
|
237
252
|
- latest published package includes the post-0.0.7 startup, auth, model-default, and update-notice improvements
|
|
238
253
|
|
|
254
|
+
[0.0.20]: https://github.com/shuyhere/bb-agent/releases/tag/v0.0.20
|
|
239
255
|
[0.0.19]: https://github.com/shuyhere/bb-agent/releases/tag/v0.0.19
|
|
240
256
|
[0.0.18]: https://github.com/shuyhere/bb-agent/releases/tag/v0.0.18
|
|
241
257
|
[0.0.17]: https://github.com/shuyhere/bb-agent/releases/tag/v0.0.17
|
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ BB-Agent uses layered configuration:
|
|
|
146
146
|
```json
|
|
147
147
|
{
|
|
148
148
|
"execution_mode": "safety",
|
|
149
|
-
"default_model": "claude-
|
|
149
|
+
"default_model": "claude-opus-4-6",
|
|
150
150
|
"default_provider": "anthropic",
|
|
151
151
|
"default_thinking": "medium",
|
|
152
152
|
"execution_mode": "safety",
|