pinokiod 5.1.36 → 5.1.38
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/package.json +1 -1
- package/server/public/style.css +2 -2
- package/server/views/app.ejs +4 -2
- package/undefined/logs/dev/plugin/oc.git/pinokio.js/1766522596109 +9 -0
- package/undefined/logs/dev/plugin/oc.git/pinokio.js/events +2 -0
- package/undefined/logs/dev/plugin/oc.git/pinokio.js/latest +9 -0
package/package.json
CHANGED
package/server/public/style.css
CHANGED
|
@@ -3025,11 +3025,11 @@ header.navheader .header-drag-handle::before {
|
|
|
3025
3025
|
height: 18px;
|
|
3026
3026
|
border-radius: 3px;
|
|
3027
3027
|
opacity: 0.45;
|
|
3028
|
-
background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.
|
|
3028
|
+
background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0 1px, transparent 1px 4px);
|
|
3029
3029
|
transition: opacity 0.2s ease;
|
|
3030
3030
|
}
|
|
3031
3031
|
body.dark header.navheader .header-drag-handle::before {
|
|
3032
|
-
background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.
|
|
3032
|
+
background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0 1px, transparent 1px 4px);
|
|
3033
3033
|
opacity: 0.35;
|
|
3034
3034
|
}
|
|
3035
3035
|
header.navheader.minimized .header-drag-handle {
|
package/server/views/app.ejs
CHANGED
|
@@ -1277,6 +1277,8 @@ body.dark .disk-usage {
|
|
|
1277
1277
|
color: white;
|
|
1278
1278
|
}
|
|
1279
1279
|
.disk-usage {
|
|
1280
|
+
display: block;
|
|
1281
|
+
cursor: pointer;
|
|
1280
1282
|
border-right: 1px solid rgba(0,0,0,0.1);
|
|
1281
1283
|
font-weight: bold;
|
|
1282
1284
|
color: black;
|
|
@@ -3482,6 +3484,7 @@ body.dark .snapshot-footer-input input {
|
|
|
3482
3484
|
<div><%=config.title%></div>
|
|
3483
3485
|
<% } %>
|
|
3484
3486
|
</div>
|
|
3487
|
+
<span class="disk-usage tab-metric__value" data-path="/" data-filepath="<%=path%>">--</span>
|
|
3485
3488
|
<div class='m n system' data-type="n">
|
|
3486
3489
|
<%if (type==='browse') { %>
|
|
3487
3490
|
<a id='devtab' data-mode="refresh" target="<%=dev_link%>" href="<%=dev_link%>" class="btn frame-link selected" data-index="10">
|
|
@@ -3551,7 +3554,6 @@ body.dark .snapshot-footer-input input {
|
|
|
3551
3554
|
</div>
|
|
3552
3555
|
</div>
|
|
3553
3556
|
-->
|
|
3554
|
-
<span class="disk-usage tab-metric__value" data-path="/">--</span>
|
|
3555
3557
|
<div class='fs-status-dropdown fs-open-explorer'>
|
|
3556
3558
|
<button class='fs-status-btn' data-filepath="<%=path%>" type='button'>
|
|
3557
3559
|
<span class='fs-status-label'>
|
|
@@ -3608,7 +3610,7 @@ body.dark .snapshot-footer-input input {
|
|
|
3608
3610
|
</div>
|
|
3609
3611
|
</div>
|
|
3610
3612
|
-->
|
|
3611
|
-
<span class="disk-usage tab-metric__value" data-path="/">--</span>
|
|
3613
|
+
<span class="disk-usage tab-metric__value" data-path="/" data-filepath="<%=path%>">--</span>
|
|
3612
3614
|
<div class='fs-status-dropdown fs-open-explorer'>
|
|
3613
3615
|
<button class='fs-status-btn' data-filepath="<%=path%>" type='button'>
|
|
3614
3616
|
<span class='fs-status-label'>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[api shell.run]
|
|
2
|
+
|
|
3
|
+
The default interactive shell is now zsh.
|
|
4
|
+
To update your account to use zsh, please run `chsh -s /bin/zsh`.
|
|
5
|
+
For more details, please visit https://support.apple.com/kb/HT208050.
|
|
6
|
+
<<PINOKIO_SHELL>>eval "$(conda shell.bash hook)" ; conda deactivate ; conda deactivate ; conda deactivate ; conda activate base && npm install -g opencode-ai@latest
|
|
7
|
+
|
|
8
|
+
added 12 packages in 7s
|
|
9
|
+
(base) <<PINOKIO_SHELL>>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[api shell.run]
|
|
2
|
+
|
|
3
|
+
The default interactive shell is now zsh.
|
|
4
|
+
To update your account to use zsh, please run `chsh -s /bin/zsh`.
|
|
5
|
+
For more details, please visit https://support.apple.com/kb/HT208050.
|
|
6
|
+
<<PINOKIO_SHELL>>eval "$(conda shell.bash hook)" ; conda deactivate ; conda deactivate ; conda deactivate ; conda activate base && npm install -g opencode-ai@latest
|
|
7
|
+
|
|
8
|
+
added 12 packages in 7s
|
|
9
|
+
(base) <<PINOKIO_SHELL>>
|