@fieldwangai/agentflow 0.1.145 → 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.
@@ -21,7 +21,7 @@
21
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
22
  .af-app-loading__content { display: grid; justify-items: center; width: min(22rem, calc(100vw - 3rem)); text-align: center; }
23
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 img { display: block; width: 100%; height: 100%; }
24
+ .af-app-loading__mark svg { display: block; width: 100%; height: 100%; }
25
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
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
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); }
@@ -30,14 +30,14 @@
30
30
  @keyframes af-app-loading-slide { from { transform: translateX(-115%); } to { transform: translateX(250%); } }
31
31
  @media (prefers-reduced-motion: reduce) { .af-app-loading__track span { width: 100%; animation: none; } }
32
32
  </style>
33
- <script type="module" crossorigin src="/assets/index-B1ETSKkD.js"></script>
33
+ <script type="module" crossorigin src="/assets/index-DSG5MIRb.js"></script>
34
34
  <link rel="stylesheet" crossorigin href="/assets/index-Bsx7D8Av.css">
35
35
  </head>
36
36
  <body>
37
37
  <div id="root">
38
38
  <div class="af-app-loading" role="status" aria-live="polite" aria-label="AgentFlow 正在启动">
39
39
  <div class="af-app-loading__content">
40
- <div class="af-app-loading__mark"><img src="/agentflow-icon.svg" alt="" /></div>
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
41
  <h1>AgentFlow</h1>
42
42
  <p>Orchestration Engine</p>
43
43
  <div class="af-app-loading__track" aria-hidden="true"><span></span></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fieldwangai/agentflow",
3
- "version": "0.1.145",
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",