@creative-dswork/dscode 0.2.0
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 -0
- package/README.md +342 -0
- package/dist/dscode.mjs +12424 -0
- package/dist/mdx-runtime.js +566 -0
- package/dist/sandbox.html +184 -0
- package/dist/web/assets/index-Be1HthqJ.css +1 -0
- package/dist/web/assets/index-mH0fup1c.js +72 -0
- package/dist/web/dscode-logo.svg +36 -0
- package/dist/web/favicon.svg +13 -0
- package/dist/web/index.html +17 -0
- package/package.json +47 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<svg width="880" height="220" viewBox="0 0 880 220" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">dscode logo</title>
|
|
3
|
+
<desc id="desc">Digital creative DS icon with a clearly readable dscode wordmark.</desc>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="ds-accent" x1="74" y1="48" x2="174" y2="158" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop offset="0" stop-color="#68E7FF"/>
|
|
7
|
+
<stop offset="0.52" stop-color="#7C89FF"/>
|
|
8
|
+
<stop offset="1" stop-color="#6EEB47"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<linearGradient id="wordmark-accent" x1="252" y1="168" x2="678" y2="168" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop offset="0" stop-color="#68E7FF"/>
|
|
12
|
+
<stop offset="0.5" stop-color="#7C89FF"/>
|
|
13
|
+
<stop offset="1" stop-color="#6EEB47"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
</defs>
|
|
16
|
+
<rect width="880" height="220" rx="24" fill="#F5F5F3"/>
|
|
17
|
+
<g opacity="0.9">
|
|
18
|
+
<rect x="734" y="52" width="18" height="18" rx="5" fill="#E0E5EB"/>
|
|
19
|
+
<rect x="758" y="74" width="10" height="10" rx="3" fill="#E0E5EB"/>
|
|
20
|
+
<rect x="82" y="176" width="12" height="12" rx="3" fill="#E0E5EB"/>
|
|
21
|
+
</g>
|
|
22
|
+
<g transform="translate(54 42)">
|
|
23
|
+
<rect width="152" height="152" rx="32" fill="#202228"/>
|
|
24
|
+
<rect x="13" y="13" width="126" height="126" rx="24" stroke="#343843" stroke-width="2"/>
|
|
25
|
+
<path d="M33 38H71C94.7482 38 114 57.2518 114 81V81C114 104.748 94.7482 124 71 124H33V38ZM55 60V102H71C82.598 102 92 92.598 92 81V81C92 69.402 82.598 60 71 60H55Z" fill="#F7F8FB"/>
|
|
26
|
+
<path d="M118 47H92C81.5066 47 73 55.5066 73 66C73 75.061 79.3172 81.643 91 83L102 84.4C114.402 85.917 123 92.368 123 104C123 117.255 112.255 128 99 128H61" stroke="url(#ds-accent)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
27
|
+
<rect x="107" y="31" width="14" height="14" rx="4" fill="#68E7FF"/>
|
|
28
|
+
<rect x="123" y="145" width="11" height="11" rx="3" fill="#6EEB47"/>
|
|
29
|
+
<rect x="27" y="132" width="8" height="8" rx="2" fill="#7C89FF"/>
|
|
30
|
+
</g>
|
|
31
|
+
<text x="250" y="138" fill="#24272D" font-size="92" font-family="SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, monospace" font-weight="700" letter-spacing="-4">dscode</text>
|
|
32
|
+
<rect x="252" y="161" width="328" height="8" rx="4" fill="url(#wordmark-accent)"/>
|
|
33
|
+
<rect x="594" y="157" width="16" height="16" rx="4" fill="#24272D"/>
|
|
34
|
+
<rect x="618" y="157" width="16" height="16" rx="4" fill="url(#ds-accent)"/>
|
|
35
|
+
<rect x="642" y="157" width="16" height="16" rx="4" fill="#24272D"/>
|
|
36
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="152" height="152" viewBox="0 0 152 152" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="fav-accent" x1="20" y1="6" x2="120" y2="116" gradientUnits="userSpaceOnUse">
|
|
4
|
+
<stop offset="0" stop-color="#68E7FF"/>
|
|
5
|
+
<stop offset="0.52" stop-color="#7C89FF"/>
|
|
6
|
+
<stop offset="1" stop-color="#6EEB47"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
<rect width="152" height="152" rx="32" fill="#202228"/>
|
|
10
|
+
<rect x="13" y="13" width="126" height="126" rx="24" stroke="#343843" stroke-width="2"/>
|
|
11
|
+
<path d="M33 38H71C94.7482 38 114 57.2518 114 81V81C114 104.748 94.7482 124 71 124H33V38ZM55 60V102H71C82.598 102 92 92.598 92 81V81C92 69.402 82.598 60 71 60H55Z" fill="#F7F8FB"/>
|
|
12
|
+
<path d="M118 47H92C81.5066 47 73 55.5066 73 66C73 75.061 79.3172 81.643 91 83L102 84.4C114.402 85.917 123 92.368 123 104C123 117.255 112.255 128 99 128H61" stroke="url(#fav-accent)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
+
<title>DSCode</title>
|
|
8
|
+
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
9
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
10
|
+
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
|
11
|
+
<script type="module" crossorigin src="/assets/index-mH0fup1c.js"></script>
|
|
12
|
+
<link rel="stylesheet" crossorigin href="/assets/index-Be1HthqJ.css">
|
|
13
|
+
</head>
|
|
14
|
+
<body>
|
|
15
|
+
<div id="root"></div>
|
|
16
|
+
</body>
|
|
17
|
+
</html>
|
package/package.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@creative-dswork/dscode",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "DeepSeek-native terminal AI agent for digital work — DeepSeek model harness analogous to Claude Code for Claude models.",
|
|
6
|
+
"bin": {
|
|
7
|
+
"dscode": "dist/dscode.mjs"
|
|
8
|
+
},
|
|
9
|
+
"main": "dist/dscode.mjs",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist/",
|
|
12
|
+
"dist/web/",
|
|
13
|
+
"docs/assets/",
|
|
14
|
+
"docs/screen_shots/",
|
|
15
|
+
"package.json",
|
|
16
|
+
"README.md",
|
|
17
|
+
"LICENSE"
|
|
18
|
+
],
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/creativedswork/dscode.git"
|
|
22
|
+
},
|
|
23
|
+
"keywords": [
|
|
24
|
+
"deepseek",
|
|
25
|
+
"ai",
|
|
26
|
+
"coding-agent",
|
|
27
|
+
"cli",
|
|
28
|
+
"terminal",
|
|
29
|
+
"llm",
|
|
30
|
+
"code-assistant"
|
|
31
|
+
],
|
|
32
|
+
"license": "MIT",
|
|
33
|
+
"engines": {
|
|
34
|
+
"node": ">=20.0.0"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@earendil-works/pi-tui": "^0.74.0",
|
|
38
|
+
"@mariozechner/pi-agent-core": "^0.73.1",
|
|
39
|
+
"@mariozechner/pi-ai": "^0.73.1",
|
|
40
|
+
"chalk": "^5.5.0",
|
|
41
|
+
"tesseract.js": "^7.0.0",
|
|
42
|
+
"ws": "^8.21.0"
|
|
43
|
+
},
|
|
44
|
+
"optionalDependencies": {
|
|
45
|
+
"sharp": "^0.34.5"
|
|
46
|
+
}
|
|
47
|
+
}
|