sidebud 0.1.0 → 0.2.0

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 (38) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/main.js +4725 -3310
  3. package/package.json +2 -2
  4. package/skills/widget-packs/SKILL.md +198 -0
  5. package/src/manage/guide/app-arrange.png +0 -0
  6. package/src/manage/guide/app-disk.png +0 -0
  7. package/src/manage/guide/app-open.png +0 -0
  8. package/src/manage/guide/app-thread.png +0 -0
  9. package/src/manage/guide/app-tiles.png +0 -0
  10. package/src/manage/guide/draft.png +0 -0
  11. package/src/manage/guide/layouts.png +0 -0
  12. package/src/manage/guide/library.png +0 -0
  13. package/src/manage/guide/pack-page.png +0 -0
  14. package/src/manage/guide/permissions.png +0 -0
  15. package/src/manage/guide/phone-home.png +0 -0
  16. package/src/manage/guide/phone-open.png +0 -0
  17. package/src/manage/guide/widget-voice.png +0 -0
  18. package/src/manage/guide.js +155 -0
  19. package/src/manage/guide.md +139 -0
  20. package/src/manage/index.html +10 -0
  21. package/src/manage/manage.css +744 -0
  22. package/src/manage/manage.js +66 -35
  23. package/src/manage/packs.js +340 -0
  24. package/src/manage/setup.js +12 -13
  25. package/packs/BRAND_ASSETS.md +0 -8
  26. package/packs/calendar/logo.png +0 -0
  27. package/packs/calendar/pack.json +0 -127
  28. package/packs/discord/pack.json +0 -107
  29. package/packs/filesystem/pack.json +0 -84
  30. package/packs/github/pack.json +0 -127
  31. package/packs/gmail/logo.png +0 -0
  32. package/packs/gmail/pack.json +0 -274
  33. package/packs/obsidian/pack.json +0 -88
  34. package/packs/t3-agents/logo.png +0 -0
  35. package/packs/t3-agents/pack.json +0 -492
  36. package/packs/telegram/pack.json +0 -137
  37. package/packs/trello/pack.json +0 -102
  38. package/packs/whatsapp/pack.json +0 -118
package/CHANGELOG.md ADDED
@@ -0,0 +1,17 @@
1
+ # companion
2
+
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5e559ec: Widget packs now come from the widget library instead of shipping with the companion. Install them on the Packs page, which shows each pack's widget on a phone preview and what it can access before you install it; community packs carry a warning. Adds Hermes and OpenClaw packs, a Guide in the sidebar, and per-pack spoken updates.
8
+
9
+ The execution agent now stays loaded in a standing thread and runs longer work as background jobs. Work for a named agent goes to that agent's existing thread, and a follow-up is kept until the agent accepts it.
10
+
11
+ Voice fixes: GPT-Live interruptions keep every word, and Gemini placeholder text no longer shows in transcripts.
12
+
13
+ ### Patch Changes
14
+
15
+ - @remote-voice-agent/connectors@0.2.0
16
+ - @remote-voice-agent/protocol@0.2.0
17
+ - @remote-voice-agent/voice@0.2.0