jinzd-ai-cli 0.4.200 → 0.4.202
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.
- package/LICENSE +21 -21
- package/README.md +435 -435
- package/README.zh-CN.md +450 -450
- package/dist/agent-client-6GX6QQDU.js +0 -0
- package/dist/auth-FSTAKSYF.js +0 -0
- package/dist/{batch-5N4CXARG.js → batch-UF4EWYFD.js} +2 -2
- package/dist/chat-index-FDSGKWQV.js +0 -0
- package/dist/{chunk-JP6ESDV7.js → chunk-2NINHXEZ.js} +13 -1
- package/dist/{chunk-FQF6YJ6F.js → chunk-2YLYDFEX.js} +55 -14
- package/dist/chunk-4BKXL7SM.js +0 -0
- package/dist/chunk-5UR6ZOF4.js +0 -0
- package/dist/{chunk-HUTS2F6Y.js → chunk-75SUTNYY.js} +1 -1
- package/dist/chunk-A4GUGWEY.js +0 -0
- package/dist/chunk-BXP6YZ2P.js +0 -0
- package/dist/chunk-CITDVXXM.js +0 -0
- package/dist/chunk-CKH4KQ4E.js +0 -0
- package/dist/chunk-E44DTERW.js +0 -0
- package/dist/{chunk-JZCXULOJ.js → chunk-GOKVKOG3.js} +1 -1
- package/dist/chunk-HLWUDRBO.js +0 -0
- package/dist/chunk-HOSJZMQS.js +0 -0
- package/dist/{chunk-IDMCBIYZ.js → chunk-HZKC424D.js} +1 -1
- package/dist/chunk-IW3Q7AE5.js +0 -0
- package/dist/{chunk-NULOZSFA.js → chunk-JCY7RQIA.js} +1 -1
- package/dist/chunk-JVKAL5Q3.js +0 -0
- package/dist/chunk-KHYD3WXE.js +0 -0
- package/dist/chunk-MC34ISJU.js +0 -0
- package/dist/chunk-NZ4X6GUC.js +0 -0
- package/dist/chunk-O6UFCEUZ.js +0 -0
- package/dist/chunk-OJL3PY36.js +0 -0
- package/dist/{chunk-5SA7IACI.js → chunk-Q2MBPMTW.js} +2 -2
- package/dist/chunk-Q3ZUDA6S.js +0 -0
- package/dist/{chunk-2G62CKDL.js → chunk-SB77W6XS.js} +1 -1
- package/dist/chunk-SLSWPBK3.js +0 -0
- package/dist/chunk-T2NL5ZIA.js +0 -0
- package/dist/chunk-TB4W4Y4T.js +0 -0
- package/dist/chunk-TZQHYZKT.js +0 -0
- package/dist/{chunk-TBGVHRCL.js → chunk-Y6U6FMVV.js} +1 -1
- package/dist/{ci-2ZSBYWJE.js → ci-YOJTTP4J.js} +3 -3
- package/dist/{constants-GMPGZM4D.js → constants-VP7TYJL7.js} +1 -1
- package/dist/{doctor-cli-PG52ECBH.js → doctor-cli-PCIKXTNV.js} +5 -5
- package/dist/electron-server.js +67 -14
- package/dist/file-checkpoint-NKBHGC7L.js +0 -0
- package/dist/git-context-EXOEHQSF.js +0 -0
- package/dist/{hub-AI4ICH5E.js → hub-N2ZRAXRO.js} +1 -1
- package/dist/hub-server-LJ2JSKZ2.js +0 -0
- package/dist/index.js +17 -17
- package/dist/indexer-AKWMYNJI.js +0 -0
- package/dist/persist-L54DPLI7.js +0 -0
- package/dist/project-trust-NKYHL3VZ.js +0 -0
- package/dist/{run-tests-G2MCAQJL.js → run-tests-AXPZOPX7.js} +1 -1
- package/dist/{run-tests-NUWLWMHZ.js → run-tests-RNU733RF.js} +2 -2
- package/dist/semantic-PK7AUOJT.js +0 -0
- package/dist/{server-Y3XEAXTC.js → server-SLFGYGBO.js} +8 -8
- package/dist/{server-74PZ2PDM.js → server-YIBPZJ34.js} +28 -11
- package/dist/store-MWNHVGJT.js +0 -0
- package/dist/{task-orchestrator-IF3XCVZ7.js → task-orchestrator-FM4EXIBZ.js} +4 -4
- package/dist/{usage-7BAT3772.js → usage-QFW2XPF3.js} +2 -2
- package/dist/vector-store-BBDXB5IQ.js +0 -0
- package/dist/wasm/web-tree-sitter.wasm +0 -0
- package/dist/web/client/app.js +3351 -3351
- package/dist/web/client/icon.svg +22 -22
- package/dist/web/client/index.html +360 -360
- package/dist/web/client/manifest.json +15 -15
- package/dist/web/client/style.css +991 -991
- package/dist/web/client/sw.js +86 -86
- package/package.json +1 -1
package/dist/web/client/icon.svg
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
2
|
-
<rect width="512" height="512" rx="96" fill="#1d232a"/>
|
|
3
|
-
<g transform="translate(256,240)">
|
|
4
|
-
<!-- Head -->
|
|
5
|
-
<rect x="-120" y="-100" width="240" height="180" rx="32" fill="#6419e6"/>
|
|
6
|
-
<!-- Eyes -->
|
|
7
|
-
<circle cx="-50" cy="-20" r="28" fill="#fff"/>
|
|
8
|
-
<circle cx="50" cy="-20" r="28" fill="#fff"/>
|
|
9
|
-
<circle cx="-50" cy="-20" r="14" fill="#1d232a"/>
|
|
10
|
-
<circle cx="50" cy="-20" r="14" fill="#1d232a"/>
|
|
11
|
-
<!-- Mouth -->
|
|
12
|
-
<rect x="-40" y="30" width="80" height="12" rx="6" fill="#fff" opacity="0.8"/>
|
|
13
|
-
<!-- Antenna -->
|
|
14
|
-
<line x1="0" y1="-100" x2="0" y2="-140" stroke="#6419e6" stroke-width="8" stroke-linecap="round"/>
|
|
15
|
-
<circle cx="0" cy="-148" r="12" fill="#a855f7"/>
|
|
16
|
-
<!-- Ears -->
|
|
17
|
-
<rect x="-140" y="-60" width="24" height="60" rx="12" fill="#a855f7"/>
|
|
18
|
-
<rect x="116" y="-60" width="24" height="60" rx="12" fill="#a855f7"/>
|
|
19
|
-
</g>
|
|
20
|
-
<!-- Text -->
|
|
21
|
-
<text x="256" y="420" text-anchor="middle" fill="#fff" font-family="system-ui,sans-serif" font-weight="700" font-size="72">ai-cli</text>
|
|
22
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
2
|
+
<rect width="512" height="512" rx="96" fill="#1d232a"/>
|
|
3
|
+
<g transform="translate(256,240)">
|
|
4
|
+
<!-- Head -->
|
|
5
|
+
<rect x="-120" y="-100" width="240" height="180" rx="32" fill="#6419e6"/>
|
|
6
|
+
<!-- Eyes -->
|
|
7
|
+
<circle cx="-50" cy="-20" r="28" fill="#fff"/>
|
|
8
|
+
<circle cx="50" cy="-20" r="28" fill="#fff"/>
|
|
9
|
+
<circle cx="-50" cy="-20" r="14" fill="#1d232a"/>
|
|
10
|
+
<circle cx="50" cy="-20" r="14" fill="#1d232a"/>
|
|
11
|
+
<!-- Mouth -->
|
|
12
|
+
<rect x="-40" y="30" width="80" height="12" rx="6" fill="#fff" opacity="0.8"/>
|
|
13
|
+
<!-- Antenna -->
|
|
14
|
+
<line x1="0" y1="-100" x2="0" y2="-140" stroke="#6419e6" stroke-width="8" stroke-linecap="round"/>
|
|
15
|
+
<circle cx="0" cy="-148" r="12" fill="#a855f7"/>
|
|
16
|
+
<!-- Ears -->
|
|
17
|
+
<rect x="-140" y="-60" width="24" height="60" rx="12" fill="#a855f7"/>
|
|
18
|
+
<rect x="116" y="-60" width="24" height="60" rx="12" fill="#a855f7"/>
|
|
19
|
+
</g>
|
|
20
|
+
<!-- Text -->
|
|
21
|
+
<text x="256" y="420" text-anchor="middle" fill="#fff" font-family="system-ui,sans-serif" font-weight="700" font-size="72">ai-cli</text>
|
|
22
|
+
</svg>
|