@kilocode/cli-darwin-x64-baseline 7.4.1 → 7.4.2
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/Inter-Variable-CWi-zmRD.woff2 +0 -0
- package/bin/console/assets/Inter-Variable-Italic-d6KXgdvN.woff2 +0 -0
- package/bin/console/assets/JetBrainsMono-Variable-BzuZpUCI.woff2 +0 -0
- package/bin/console/assets/RobotoMono-Variable-D-uY7J2_.woff2 +0 -0
- package/bin/console/assets/{index-B42qygLu.css → index-DEDaeHO5.css} +1 -1
- package/bin/console/assets/{index-DYWWjZXM.js → index-Dcxc3ySr.js} +107 -107
- package/bin/console/index.html +2 -2
- package/bin/console/kilo-logo.svg +4 -0
- package/bin/kilo +0 -0
- package/package.json +1 -1
package/bin/console/index.html
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<link rel="icon" type="image/svg+xml" href="/console/favicon.svg" />
|
|
7
7
|
<link rel="icon" type="image/x-icon" href="/console/favicon.ico" />
|
|
8
8
|
<title>Kilo Console</title>
|
|
9
|
-
<script type="module" crossorigin src="/console/assets/index-
|
|
10
|
-
<link rel="stylesheet" crossorigin href="/console/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/console/assets/index-Dcxc3ySr.js"></script>
|
|
10
|
+
<link rel="stylesheet" crossorigin href="/console/assets/index-DEDaeHO5.css">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<div id="root"></div>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M512 0H0V512H512V0Z" fill="black"/>
|
|
3
|
+
<path d="M322 377H377V421H307.857L278 391.143V322H322V377ZM421 307.857L391.143 278H322V322L377 322V377H421V307.857ZM234 278H190V322H234V278ZM91 391.143L120.857 421H234V377H135V278H91V391.143ZM371.172 189.999V120.856L341.315 90.9995H278V135H327.172V189.999H278V233.999H421V189.999H371.172ZM135 91H91V233.999H135V184.5H190V233.999H234V184.5L190 140.5H135V91ZM234 91H190V140.5H234V91Z" fill="#FAF74F"/>
|
|
4
|
+
</svg>
|
package/bin/kilo
CHANGED
|
Binary file
|