@fieldwangai/agentflow 0.1.144 → 0.1.146

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.
@@ -15,10 +15,35 @@
15
15
  href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
16
16
  rel="stylesheet"
17
17
  />
18
- <script type="module" crossorigin src="/assets/index-BnXKlBQj.js"></script>
19
- <link rel="stylesheet" crossorigin href="/assets/index-5wTTj_jN.css">
18
+ <style id="agentflow-boot-style">
19
+ html, body, #root { width: 100%; height: 100%; margin: 0; }
20
+ body { background: #0e0e0e; }
21
+ .af-app-loading { min-height: 100%; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 42%, rgba(124,77,255,.13), transparent 28rem), #0e0e0e; color: #e5e2e1; font-family: Inter, system-ui, sans-serif; }
22
+ .af-app-loading__content { display: grid; justify-items: center; width: min(22rem, calc(100vw - 3rem)); text-align: center; }
23
+ .af-app-loading__mark { width: 4.5rem; height: 4.5rem; border: 1px solid rgba(205,189,255,.22); border-radius: 1.3rem; background: rgba(28,27,27,.82); padding: 1rem; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.36); }
24
+ .af-app-loading__mark svg { display: block; width: 100%; height: 100%; }
25
+ .af-app-loading h1 { margin: 1.15rem 0 .25rem; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 1.65rem; letter-spacing: -.03em; }
26
+ .af-app-loading p { margin: 0; color: rgba(202,195,216,.55); font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
27
+ .af-app-loading__track { width: 8.5rem; height: 2px; margin-top: 1.5rem; overflow: hidden; border-radius: 999px; background: rgba(205,189,255,.1); }
28
+ .af-app-loading__track span { display: block; width: 42%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, transparent, #9f7cff, #d8cdff, transparent); animation: af-app-loading-slide 1.25s ease-in-out infinite; }
29
+ .af-app-loading small { margin-top: .75rem; color: rgba(202,195,216,.42); font-size: .7rem; }
30
+ @keyframes af-app-loading-slide { from { transform: translateX(-115%); } to { transform: translateX(250%); } }
31
+ @media (prefers-reduced-motion: reduce) { .af-app-loading__track span { width: 100%; animation: none; } }
32
+ </style>
33
+ <script type="module" crossorigin src="/assets/index-DSG5MIRb.js"></script>
34
+ <link rel="stylesheet" crossorigin href="/assets/index-Bsx7D8Av.css">
20
35
  </head>
21
36
  <body>
22
- <div id="root"></div>
37
+ <div id="root">
38
+ <div class="af-app-loading" role="status" aria-live="polite" aria-label="AgentFlow 正在启动">
39
+ <div class="af-app-loading__content">
40
+ <div class="af-app-loading__mark" aria-hidden="true"><svg viewBox="0 0 32 32" fill="none"><rect x="4.5" y="11" width="10.5" height="10" rx="3" fill="#2a2a2a" stroke="#7c4dff" stroke-width="1.2"/><path d="M15.25 14.25C17.8 12.2 19.2 9.8 22.25 9.25" stroke="#cdbdff" stroke-width="1.65" stroke-linecap="round"/><path d="M15.25 17.75C17.8 19.8 19.2 22.2 22.25 22.75" stroke="#7c4dff" stroke-width="1.65" stroke-linecap="round"/><rect x="21.75" y="6" width="7.25" height="7" rx="2.25" fill="#353534" stroke="#e8deff" stroke-width=".95"/><rect x="21.75" y="19" width="7.25" height="7" rx="2.25" fill="#353534" stroke="#9ecaff" stroke-width=".95"/></svg></div>
41
+ <h1>AgentFlow</h1>
42
+ <p>Orchestration Engine</p>
43
+ <div class="af-app-loading__track" aria-hidden="true"><span></span></div>
44
+ <small>正在连接工作空间…</small>
45
+ </div>
46
+ </div>
47
+ </div>
23
48
  </body>
24
49
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fieldwangai/agentflow",
3
- "version": "0.1.144",
3
+ "version": "0.1.146",
4
4
  "description": "Orchestration system for long-running complex agent tasks using Cursor, OpenCode, Claude Code, or Codex as execution backends",
5
5
  "type": "module",
6
6
  "main": "bin/agentflow.mjs",