create-byan-agent 2.29.0 → 2.29.1
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 +12 -0
- package/install/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
## [Unreleased]
|
|
11
11
|
|
|
12
|
+
## [2.29.1] - 2026-06-23
|
|
13
|
+
|
|
14
|
+
### Fixed - Republish (the 2.29.0 npm tarball was missing)
|
|
15
|
+
|
|
16
|
+
The 2.29.0 publish registered its registry metadata + the `latest` dist-tag but
|
|
17
|
+
the `.tgz` blob did not upload (a broken/interrupted publish), so
|
|
18
|
+
`npm i create-byan-agent@latest` returned a 404 on install. npm does not allow
|
|
19
|
+
overwriting an existing version, so 2.29.1 republishes the exact 2.29.0 content
|
|
20
|
+
(the RTK token optimizer + OKF format adoption — no code change) with a clean
|
|
21
|
+
tarball. Stopgap until 2.29.1 is live:
|
|
22
|
+
`npm dist-tag add create-byan-agent@2.28.0 latest`.
|
|
23
|
+
|
|
12
24
|
## [2.29.0] - 2026-06-23
|
|
13
25
|
|
|
14
26
|
### Added - Native opt-in RTK token optimizer (rtk-ai/rtk)
|
package/install/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-byan-agent",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.1",
|
|
4
4
|
"description": "BYAN v2.8 - Intelligent AI agent creator with ELO trust system + scientific fact-check + Hermes universal dispatcher + native Claude Code integration (hooks, skills, MCP server). Multi-platform (Claude Code, Codex). Merise Agile + TDD + 71 Mantras. ~54% LLM cost savings.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|