thebird 1.2.106 → 1.2.107
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/.gm/lastskill +1 -1
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
package/.gm/lastskill
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
gm:gm-
|
|
1
|
+
gm:gm-complete
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 2026-04-24
|
|
2
|
+
- feat(docs): full 247420-design landing page with hero, 8-feature grid, architecture diagram, project receipt, and embedded live app
|
|
3
|
+
- refactor: acptoapi extracted to separate package; thebird re-exports it via index.js
|
|
4
|
+
|
|
1
5
|
|
|
2
6
|
## [unreleased] 2026-04-21 theme system + richer chat output
|
|
3
7
|
- feat: dark/light theme via [data-theme] attribute; pre-paint boot script respects localStorage + prefers-color-scheme
|
package/package.json
CHANGED