@deepseekcode/cli 1.0.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/README.md +134 -0
- package/dist/cli.js +1398 -0
- package/dist/stdin-worker.js +22 -0
- package/package.json +65 -0
- package/web/dist/assets/AgentFlowView-Cq5rwwHO.js +1 -0
- package/web/dist/assets/AgentsView-DvSlePx6.js +1 -0
- package/web/dist/assets/AskQuestionModal-bOMD8fv0.js +1 -0
- package/web/dist/assets/ChannelConfigView-ByhL7_5W.js +8 -0
- package/web/dist/assets/FileTreeView-DtYvBKee.js +11 -0
- package/web/dist/assets/HookApprovalModal-BOSEvhFh.js +1 -0
- package/web/dist/assets/HookConfigView-DIytJ_Pb.js +3 -0
- package/web/dist/assets/ModelsView-DOUNg5rX.js +1 -0
- package/web/dist/assets/SessionGrid-DS1RanMd.js +17 -0
- package/web/dist/assets/SettingsPanel-N5qcaI8b.js +3 -0
- package/web/dist/assets/SkillsView-H0sCdR5e.js +1 -0
- package/web/dist/assets/TerminalView-BFjl4bGT.js +3 -0
- package/web/dist/assets/TerminalView-C1Mzzh8g.css +32 -0
- package/web/dist/assets/Toast-DowV4l0w.js +1 -0
- package/web/dist/assets/ToolsView-DSl95dvA.js +1 -0
- package/web/dist/assets/hookRisk-DECuVQpA.js +1 -0
- package/web/dist/assets/icons-B_rAQLge.js +464 -0
- package/web/dist/assets/index-BhVUD1px.css +1 -0
- package/web/dist/assets/index-BtIzCXfW.js +20 -0
- package/web/dist/assets/markdown-BAhUvdx-.js +30 -0
- package/web/dist/assets/panels-p9MZH4aX.js +1 -0
- package/web/dist/assets/react-vendor-meeTdQCf.js +24 -0
- package/web/dist/assets/state-Cke1lss7.js +17 -0
- package/web/dist/assets/terminal-Ck_l6svU.js +9 -0
- package/web/dist/favicon.svg +12 -0
- package/web/dist/index.html +25 -0
- package/web/dist/logo.svg +12 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="fav-bg" x1="0" y1="0" x2="64" y2="64" gradientUnits="userSpaceOnUse">
|
|
4
|
+
<stop stop-color="#58a6ff"/>
|
|
5
|
+
<stop offset="1" stop-color="#a855f7"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="64" height="64" rx="14" fill="url(#fav-bg)"/>
|
|
9
|
+
<path d="M22 22 L14 32 L22 42" stroke="#ffffff" stroke-width="3.6" stroke-linecap="round" stroke-linejoin="round" fill="none" opacity="0.9"/>
|
|
10
|
+
<path d="M42 22 L50 32 L42 42" stroke="#ffffff" stroke-width="3.6" stroke-linecap="round" stroke-linejoin="round" fill="none" opacity="0.9"/>
|
|
11
|
+
<path d="M36 18 L28 46" stroke="#ffffff" stroke-width="3.6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" class="dark">
|
|
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
|
+
<meta name="description" content="DeepSeekCode - AI coding assistant for code generation, debugging, refactoring, and automation" />
|
|
8
|
+
<meta name="keywords" content="AI, coding, code generation, assistant, DeepSeekCode" />
|
|
9
|
+
<meta property="og:title" content="DeepSeekCode Web" />
|
|
10
|
+
<meta property="og:description" content="AI coding workspace for local agent workflows" />
|
|
11
|
+
<meta property="og:type" content="website" />
|
|
12
|
+
<meta name="theme-color" content="#0d1117" />
|
|
13
|
+
<meta name="color-scheme" content="dark light" />
|
|
14
|
+
<title>DeepSeekCode Web</title>
|
|
15
|
+
<script type="module" crossorigin src="/assets/index-BtIzCXfW.js"></script>
|
|
16
|
+
<link rel="modulepreload" crossorigin href="/assets/icons-B_rAQLge.js">
|
|
17
|
+
<link rel="modulepreload" crossorigin href="/assets/markdown-BAhUvdx-.js">
|
|
18
|
+
<link rel="modulepreload" crossorigin href="/assets/react-vendor-meeTdQCf.js">
|
|
19
|
+
<link rel="modulepreload" crossorigin href="/assets/state-Cke1lss7.js">
|
|
20
|
+
<link rel="stylesheet" crossorigin href="/assets/index-BhVUD1px.css">
|
|
21
|
+
</head>
|
|
22
|
+
<body>
|
|
23
|
+
<div id="root"></div>
|
|
24
|
+
</body>
|
|
25
|
+
</html>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="DeepSeekCode">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="jw-bg" x1="0" y1="0" x2="64" y2="64" gradientUnits="userSpaceOnUse">
|
|
4
|
+
<stop stop-color="#58a6ff"/>
|
|
5
|
+
<stop offset="1" stop-color="#a855f7"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="64" height="64" rx="14" fill="url(#jw-bg)"/>
|
|
9
|
+
<path d="M22 22 L14 32 L22 42" stroke="#ffffff" stroke-width="3.2" stroke-linecap="round" stroke-linejoin="round" fill="none" opacity="0.9"/>
|
|
10
|
+
<path d="M42 22 L50 32 L42 42" stroke="#ffffff" stroke-width="3.2" stroke-linecap="round" stroke-linejoin="round" fill="none" opacity="0.9"/>
|
|
11
|
+
<path d="M36 18 L28 46" stroke="#ffffff" stroke-width="3.2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
12
|
+
</svg>
|