bloby-bot 0.51.3 → 0.51.4

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 (33) hide show
  1. package/package.json +1 -1
  2. package/supervisor/chat/OnboardWizard.tsx +1 -1
  3. package/supervisor/index.ts +9 -9
  4. package/supervisor/public/manifest.json +2 -2
  5. package/supervisor/public/morphy-badge.png +0 -0
  6. package/supervisor/public/morphy-favicon.png +0 -0
  7. package/supervisor/public/morphy-icon-192.png +0 -0
  8. package/supervisor/public/morphy-icon-512.png +0 -0
  9. package/supervisor/public/morphy.png +0 -0
  10. package/supervisor/public/morphy_frame1.png +0 -0
  11. package/workspace/client/index.html +3 -3
  12. package/workspace/client/public/manifest.json +2 -2
  13. package/workspace/client/public/morphy-badge.png +0 -0
  14. package/workspace/client/public/morphy-favicon.png +0 -0
  15. package/workspace/client/public/morphy-icon-192.png +0 -0
  16. package/workspace/client/public/morphy-icon-512.png +0 -0
  17. package/workspace/client/public/morphy.png +0 -0
  18. package/workspace/client/public/morphy_frame1.png +0 -0
  19. package/workspace/client/public/sw.js +2 -2
  20. package/workspace/client/src/components/Layout/DashboardLayout.tsx +1 -1
  21. package/workspace/client/src/components/Layout/Sidebar.tsx +1 -1
  22. package/supervisor/public/bloby-badge.png +0 -0
  23. package/supervisor/public/bloby-favicon.png +0 -0
  24. package/supervisor/public/bloby-icon-192.png +0 -0
  25. package/supervisor/public/bloby-icon-512.png +0 -0
  26. package/supervisor/public/bloby.png +0 -0
  27. package/supervisor/public/bloby_frame1.png +0 -0
  28. package/workspace/client/public/bloby-badge.png +0 -0
  29. package/workspace/client/public/bloby-favicon.png +0 -0
  30. package/workspace/client/public/bloby-icon-192.png +0 -0
  31. package/workspace/client/public/bloby-icon-512.png +0 -0
  32. package/workspace/client/public/bloby.png +0 -0
  33. package/workspace/client/public/bloby_frame1.png +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bloby-bot",
3
- "version": "0.51.3",
3
+ "version": "0.51.4",
4
4
  "releaseNotes": [
5
5
  "1. New Morphy animation system: config-driven sprites loaded from /morphy/*.json",
6
6
  "2. Swapped teleporting (splash) and headphones (bubble + chat) to the new format",
@@ -51,7 +51,7 @@ const ACCESS_LABELS: Record<AccessMethod, string> = {
51
51
  // visual weight. Default base is 30px; pass undefined to inherit it.
52
52
  const BASE_ICON_HEIGHT = 30;
53
53
  const PROVIDERS = [
54
- { id: 'bloby', name: 'Bloby', subtitle: 'Coming Soon..', icon: '/bloby.png', comingSoon: true, iconHeight: 30 },
54
+ { id: 'bloby', name: 'Bloby', subtitle: 'Coming Soon..', icon: '/morphy.png', comingSoon: true, iconHeight: 30 },
55
55
  { id: 'anthropic', name: 'Claude', subtitle: 'By\nAnthropic', icon: '/icons/claude.png', comingSoon: false, iconHeight: 30 },
56
56
  { id: 'openai', name: 'Codex', subtitle: 'By\nOpenAI', icon: '/codex.svg', comingSoon: false, iconHeight: 34 },
57
57
  { id: 'pi', name: 'Pi', subtitle: 'Bring your\nown model', icon: '/pi-logo.svg', comingSoon: false, iconHeight: 33 },
@@ -35,12 +35,12 @@ const SUPERVISOR_PUBLIC = path.join(PKG_DIR, 'supervisor', 'public');
35
35
  const PLATFORM_ASSETS = new Set([
36
36
  '/spritesheet.webp',
37
37
  '/headphones_spritesheet.webp',
38
- '/bloby-icon-192.png',
39
- '/bloby-icon-512.png',
40
- '/bloby-badge.png',
41
- '/bloby-favicon.png',
42
- '/bloby_frame1.png',
43
- '/bloby.png',
38
+ '/morphy-icon-192.png',
39
+ '/morphy-icon-512.png',
40
+ '/morphy-badge.png',
41
+ '/morphy-favicon.png',
42
+ '/morphy_frame1.png',
43
+ '/morphy.png',
44
44
  '/pi-logo.svg',
45
45
  '/codex.svg',
46
46
  '/manifest.json',
@@ -193,8 +193,8 @@ self.addEventListener('push', function(event) {
193
193
  event.waitUntil(
194
194
  self.registration.showNotification(data.title || 'Bloby', {
195
195
  body: data.body || '',
196
- icon: '/bloby-icon-192.png',
197
- badge: '/bloby-badge.png',
196
+ icon: '/morphy-icon-192.png',
197
+ badge: '/morphy-badge.png',
198
198
  vibrate: [100, 50, 100],
199
199
  tag: data.tag || 'bloby-default',
200
200
  data: { url: data.url || '/' },
@@ -220,7 +220,7 @@ self.addEventListener('notificationclick', function(event) {
220
220
  const RECOVERING_HTML = `<!DOCTYPE html><html style="background:#222122"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Bloby</title>
221
221
  <style>@keyframes _fs{to{transform:rotate(360deg)}}body{background:#222122;margin:0}</style></head>
222
222
  <body><div style="background:#222122;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;width:100vw;font-family:system-ui,-apple-system,sans-serif">
223
- <img src="/bloby-icon-192.png" width="56" height="56" style="border-radius:14px;margin-bottom:20px" alt="" />
223
+ <img src="/morphy-icon-192.png" width="56" height="56" style="border-radius:14px;margin-bottom:20px" alt="" />
224
224
  <div style="width:18px;height:18px;border:2px solid rgba(255,255,255,0.12);border-top-color:rgba(255,255,255,0.7);border-radius:50%;animation:_fs .6s linear infinite"></div>
225
225
  </div><script>setTimeout(function(){location.reload()},3000)</script>
226
226
  <script src="/bloby/widget.js"></script></body></html>`;
@@ -8,13 +8,13 @@
8
8
  "theme_color": "#212121",
9
9
  "icons": [
10
10
  {
11
- "src": "/bloby-icon-192.png",
11
+ "src": "/morphy-icon-192.png",
12
12
  "sizes": "192x192",
13
13
  "type": "image/png",
14
14
  "purpose": "any maskable"
15
15
  },
16
16
  {
17
- "src": "/bloby-icon-512.png",
17
+ "src": "/morphy-icon-512.png",
18
18
  "sizes": "512x512",
19
19
  "type": "image/png",
20
20
  "purpose": "any maskable"
Binary file
@@ -7,8 +7,8 @@
7
7
  <meta name="apple-mobile-web-app-capable" content="yes" />
8
8
  <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
9
9
  <meta name="apple-mobile-web-app-title" content="Bloby" />
10
- <link rel="icon" type="image/png" href="/bloby-favicon.png" />
11
- <link rel="apple-touch-icon" href="/bloby-icon-192.png" />
10
+ <link rel="icon" type="image/png" href="/morphy-favicon.png" />
11
+ <link rel="apple-touch-icon" href="/morphy-icon-192.png" />
12
12
  <link rel="manifest" href="/manifest.json" />
13
13
  <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&display=swap" rel="stylesheet">
14
14
  <title>Bloby - AI agent with its own workspace</title>
@@ -30,7 +30,7 @@
30
30
  if (root && root.children.length === 0) {
31
31
  root.innerHTML =
32
32
  '<div style="background:#0A0A0A;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;width:100vw;position:fixed;inset:0;z-index:50;font-family:system-ui,-apple-system,sans-serif;text-align:center;padding:24px">' +
33
- '<img src="/bloby_frame1.png" style="height:120px;width:120px;border-radius:50%;object-fit:cover;margin-bottom:32px" alt="Bloby" />' +
33
+ '<img src="/morphy_frame1.png" style="height:120px;width:120px;border-radius:50%;object-fit:cover;margin-bottom:32px" alt="Bloby" />' +
34
34
  '<h1 style="font-size:20px;font-weight:600;margin-bottom:8px">Your app crashed</h1>' +
35
35
  '<p style="font-size:14px;color:rgba(255,255,255,0.5);max-width:320px;line-height:1.5">Ask the agent to fix it using the chat.</p>' +
36
36
  '</div>';
@@ -8,13 +8,13 @@
8
8
  "theme_color": "#212121",
9
9
  "icons": [
10
10
  {
11
- "src": "/bloby-icon-192.png",
11
+ "src": "/morphy-icon-192.png",
12
12
  "sizes": "192x192",
13
13
  "type": "image/png",
14
14
  "purpose": "any maskable"
15
15
  },
16
16
  {
17
- "src": "/bloby-icon-512.png",
17
+ "src": "/morphy-icon-512.png",
18
18
  "sizes": "512x512",
19
19
  "type": "image/png",
20
20
  "purpose": "any maskable"
@@ -111,8 +111,8 @@ self.addEventListener('push', (event) => {
111
111
  event.waitUntil(
112
112
  self.registration.showNotification(data.title || 'Bloby', {
113
113
  body: data.body || '',
114
- icon: '/bloby-icon-192.png',
115
- badge: '/bloby-badge.png',
114
+ icon: '/morphy-icon-192.png',
115
+ badge: '/morphy-badge.png',
116
116
  vibrate: [100, 50, 100],
117
117
  tag: data.tag || 'bloby-default',
118
118
  data: { url: data.url || '/' },
@@ -36,7 +36,7 @@ export default function DashboardLayout({ children, userName, botName = 'Bloby'
36
36
  <header className="flex items-center justify-between px-4 py-3 md:hidden">
37
37
  <MobileNav userName={userName} botName={botName} backendStatus={status} />
38
38
  <div className="flex items-center gap-2">
39
- <img src="/bloby.png" alt={botName} className="h-6 w-auto" />
39
+ <img src="/morphy.png" alt={botName} className="h-6 w-auto" />
40
40
  <span className="font-semibold text-base">{botName}</span>
41
41
  </div>
42
42
  <div className="w-10" />
@@ -27,7 +27,7 @@ export default function Sidebar({ userName, botName = 'Bloby', backendStatus = '
27
27
  <aside className="flex flex-col h-full w-64 bg-transparent p-5 pt-8">
28
28
  {/* Logo */}
29
29
  <div className="flex items-center gap-2.5 mb-8">
30
- <img src="/bloby.png" alt={botName} className="h-7 w-auto" />
30
+ <img src="/morphy.png" alt={botName} className="h-7 w-auto" />
31
31
  <span className="font-bold text-lg" style={{ fontFamily: "'Space Grotesk', sans-serif" }}>{botName}</span>
32
32
  </div>
33
33
 
Binary file
Binary file
Binary file
Binary file
Binary file