@ia-ccun/code-agent-claw 0.0.1 → 0.0.3

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.
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "@ia-ccun/code-agent-claw",
3
+ "version": "0.0.1",
4
+ "description": "Code Agent Claw WebUI - Node.js implementation with frontend configuration",
5
+ "main": "dist/index.js",
6
+ "bin": {
7
+ "code-agent-claw": "./bin/cli.js",
8
+ "aicode-claw": "./bin/cli.js"
9
+ },
10
+ "scripts": {
11
+ "build": "tsc",
12
+ "start": "node dist/index.js",
13
+ "dev": "ts-node src/index.ts",
14
+ "clean": "rm -rf dist"
15
+ },
16
+ "keywords": [
17
+ "aicode",
18
+ "agent",
19
+ "cli",
20
+ "webui"
21
+ ],
22
+ "author": "xujianjiang",
23
+ "license": "MIT",
24
+ "dependencies": {
25
+ "@ia-ccun/code-agent-cli": "^0.0.10",
26
+ "commander": "^11.1.0",
27
+ "express": "^4.18.2",
28
+ "pino": "^8.17.2",
29
+ "pino-pretty": "^10.3.1",
30
+ "ws": "^8.16.0"
31
+ },
32
+ "devDependencies": {
33
+ "@types/express": "^4.17.21",
34
+ "@types/node": "^20.11.5",
35
+ "@types/ws": "^8.5.10",
36
+ "ts-node": "^10.9.2",
37
+ "typescript": "^5.3.3"
38
+ },
39
+ "engines": {
40
+ "node": ">=20.0.0"
41
+ },
42
+ "preferGlobal": true
43
+ }
@@ -0,0 +1 @@
1
+ <svg t="1773568175464" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13440" width="32" height="32"><path d="M160 448a64 64 0 0 1 14.4 126.368l0.064 117.6a32 32 0 0 0 13.088 25.792l3.2 2.08 305.472 171.936a32 32 0 0 0 27.712 1.792l3.744-1.824 304-171.84a32 32 0 0 0 16-24.064l0.256-3.808V656a16 16 0 0 1 13.088-15.744l2.88-0.256a16 16 0 0 1 16 16v36.032a64 64 0 0 1-32.48 55.712l-304 171.84a64 64 0 0 1-62.88 0.096L175.04 747.744a64 64 0 0 1-32.64-55.776v-118.4A64 64 0 0 1 160 448z m308.576-96.672L599.84 672h-48.352l-37.44-97.12h-134.08L344.8 672H299.712l123.136-320.672h45.76z m214.816 0V672H640.96V351.328h42.432z m-139.968-246.432l304 171.84a64 64 0 0 1 32.512 55.712l-0.032 117.536a64 64 0 1 1-32.032 0.064l0.064-117.6a32 32 0 0 0-13.056-25.76l-3.2-2.08-304-171.84a32 32 0 0 0-27.68-1.856l-3.776 1.792-305.472 171.968a32 32 0 0 0-16.064 24.064l-0.224 3.808V368a16 16 0 0 1-31.776 2.88l-0.256-2.88v-35.456a64 64 0 0 1 32.64-55.776l305.472-171.936a64 64 0 0 1 62.88 0.064zM160 480a32 32 0 1 0 0 64 32 32 0 0 0 0-64z m704 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64z m-419.264-95.008c-4.096 20.576-9.856 40.96-17.28 61.248l-35.2 94.08h108.704l-33.472-88.832-3.712-9.888a805.984 805.984 0 0 1-19.04-56.608z" fill="#49bccf" p-id="13441"></path></svg>