@kilocode/cli-linux-x64-baseline-musl 7.3.28 → 7.3.30
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.
|
@@ -1859,6 +1859,15 @@ OjAwvs/J9QAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyNi0wMy0yNVQwODowMToxNyswMDowMOna
|
|
|
1859
1859
|
stroke-linejoin="round"
|
|
1860
1860
|
></path>
|
|
1861
1861
|
</symbol>
|
|
1862
|
+
<symbol viewBox="0 0 200 200" id="atomic-chat">
|
|
1863
|
+
<g fill="currentColor">
|
|
1864
|
+
<rect x="83" y="15" width="34" height="170" rx="17"></rect>
|
|
1865
|
+
<rect x="83" y="15" width="34" height="170" rx="17" transform="rotate(45 100 100)"></rect>
|
|
1866
|
+
<rect x="83" y="15" width="34" height="170" rx="17" transform="rotate(90 100 100)"></rect>
|
|
1867
|
+
<rect x="83" y="15" width="34" height="170" rx="17" transform="rotate(135 100 100)"></rect>
|
|
1868
|
+
<rect x="83" y="5" width="34" height="190" rx="17" transform="rotate(45 100 100)"></rect>
|
|
1869
|
+
</g>
|
|
1870
|
+
</symbol>
|
|
1862
1871
|
<symbol viewBox="0 0 40 40" id="anthropic">
|
|
1863
1872
|
<path
|
|
1864
1873
|
d="M26.9568 9.88184H22.1265L30.7753 31.7848H35.4917L26.9568 9.88184ZM13.028 9.88184L4.4917 31.7848H9.32203L11.2305 27.1793H20.2166L22.0126 31.6724H26.8444L18.0832 9.88184H13.028ZM12.5783 23.1361L15.4987 15.3853L18.5315 23.1361H12.5783Z"
|
package/bin/console/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
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-
|
|
9
|
+
<script type="module" crossorigin src="/console/assets/index-acXOc7Yb.js"></script>
|
|
10
10
|
<link rel="stylesheet" crossorigin href="/console/assets/index-DELi0OA9.css">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
package/bin/kilo
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kilocode/cli-linux-x64-baseline-musl",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.30",
|
|
4
4
|
"os": [
|
|
5
5
|
"linux"
|
|
6
6
|
],
|
|
7
7
|
"cpu": [
|
|
8
8
|
"x64"
|
|
9
9
|
],
|
|
10
|
+
"keywords": [
|
|
11
|
+
"cli",
|
|
12
|
+
"tui",
|
|
13
|
+
"terminal",
|
|
14
|
+
"ai",
|
|
15
|
+
"agent",
|
|
16
|
+
"assistant",
|
|
17
|
+
"coding-agent",
|
|
18
|
+
"kilo-code",
|
|
19
|
+
"kilo",
|
|
20
|
+
"opencode",
|
|
21
|
+
"ink",
|
|
22
|
+
"react",
|
|
23
|
+
"copilot",
|
|
24
|
+
"autocomplete",
|
|
25
|
+
"developer-tools"
|
|
26
|
+
],
|
|
27
|
+
"private": false,
|
|
10
28
|
"repository": {
|
|
11
29
|
"type": "git",
|
|
12
30
|
"url": "https://github.com/Kilo-Org/kilocode"
|