neoagent 3.0.1-beta.22 → 3.0.1-beta.23

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.
@@ -640,7 +640,7 @@ p { margin: 0; text-wrap: pretty; }
640
640
  .hero-note { margin-top: 16px; font-family: var(--mono); font-size: 12.5px; color: var(--ink-3); letter-spacing: 0.02em; }
641
641
 
642
642
  /* ---------- orbit system ---------- */
643
- .orbit-stage { position: relative; width: min(460px, 86vw); aspect-ratio: 1; margin-inline: auto; }
643
+ .orbit-stage { position: relative; width: min(460px, 86vw, 100%); aspect-ratio: 1; margin-inline: auto; }
644
644
  .orbit-glow { position: absolute; inset: 16%; border-radius: 50%; background: radial-gradient(circle, rgba(199,154,82,0.28), transparent 65%); filter: blur(22px); animation: corepulse 7s ease-in-out infinite; }
645
645
  @media (prefers-color-scheme: dark) { .orbit-glow { background: radial-gradient(circle, rgba(228,197,141,0.22), transparent 65%); } }
646
646
  @keyframes corepulse { 0%,100% { opacity: .7; transform: scale(1); } 50% { opacity: 1; transform: scale(1.07); } }
@@ -830,7 +830,7 @@ p { margin: 0; text-wrap: pretty; }
830
830
  .hero-actions { flex-direction: column; width: 100%; }
831
831
  .hero-actions .btn { width: 100%; justify-content: center; }
832
832
  .final .hero-actions .btn { width: auto; }
833
- .orbit-stage { width: min(320px, 84vw); }
833
+ .orbit-stage { width: min(320px, 78vw); }
834
834
  .frame-bar .url { max-width: 70%; }
835
835
  .footer-inner { flex-direction: column; gap: 22px; }
836
836
  .footer-bar { flex-direction: column; align-items: flex-start; gap: 8px; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neoagent",
3
- "version": "3.0.1-beta.22",
3
+ "version": "3.0.1-beta.23",
4
4
  "description": "Self-hosted AI agent for long-running tasks, automation, messaging, device control, and local memory",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "server/index.js",
@@ -1 +1 @@
1
- 7f39a61f6aba2158c5e1102d384e066f
1
+ 47a9e91c8623e1650b364a08fd114cba