@kilocode/cli-darwin-x64 7.3.22 → 7.3.28
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/bin/console/assets/index-CWqIHLVk.js +182 -0
- package/bin/console/assets/{index-CrXgDhLP.css → index-DELi0OA9.css} +1 -1
- package/bin/console/favicon.ico +0 -0
- package/bin/console/favicon.svg +13 -0
- package/bin/console/index.html +4 -2
- package/bin/console/logo.lottie +0 -0
- package/bin/kilo +0 -0
- package/package.json +1 -1
- package/bin/console/assets/index-Bqp4Ncpx.js +0 -178
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32">
|
|
3
|
+
<rect width="32" height="32" fill="oklch(95% 0.15 108)"/>
|
|
4
|
+
<g fill="#000000">
|
|
5
|
+
<path d="M23,26v-2h3v-5l-2-2h-4v2h-3v5l2,2h4ZM20,20h3v3h-3v-3Z"/>
|
|
6
|
+
<rect x="12" y="17" width="3" height="3"/>
|
|
7
|
+
<polygon points="26 12 23 12 23 9 20 6 17 6 17 9 20 9 20 12 17 12 17 15 26 15 26 12"/>
|
|
8
|
+
<path d="M0,0v32h32V0H0ZM29,29H3V3h26v26Z"/>
|
|
9
|
+
<polygon points="15 26 15 23 9 23 9 17 6 17 6 23.1875 8.8125 26 15 26"/>
|
|
10
|
+
<rect x="12" y="6" width="3" height="3"/>
|
|
11
|
+
<polygon points="9 12 12 12 12 15 15 15 15 12 12 9 9 9 9 6 6 6 6 15 9 15 9 12"/>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
package/bin/console/index.html
CHANGED
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<link rel="icon" type="image/svg+xml" href="/console/favicon.svg" />
|
|
7
|
+
<link rel="icon" type="image/x-icon" href="/console/favicon.ico" />
|
|
6
8
|
<title>Kilo Console</title>
|
|
7
|
-
<script type="module" crossorigin src="/console/assets/index-
|
|
8
|
-
<link rel="stylesheet" crossorigin href="/console/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/console/assets/index-CWqIHLVk.js"></script>
|
|
10
|
+
<link rel="stylesheet" crossorigin href="/console/assets/index-DELi0OA9.css">
|
|
9
11
|
</head>
|
|
10
12
|
<body>
|
|
11
13
|
<div id="root"></div>
|
|
Binary file
|
package/bin/kilo
CHANGED
|
Binary file
|