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 CHANGED
@@ -1 +1 @@
1
- gm:gm-execute
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thebird",
3
- "version": "1.2.106",
3
+ "version": "1.2.107",
4
4
  "description": "Anthropic SDK to Gemini streaming bridge — drop-in proxy that translates Anthropic message format and tool calls to Google Gemini",
5
5
  "scripts": {
6
6
  "start": "node serve.js"