shadok-ai 0.7.3 โ 0.7.4
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/public/tour-steps.js +7 -3
package/package.json
CHANGED
package/public/tour-steps.js
CHANGED
|
@@ -58,10 +58,14 @@ export const TOUR_STEPS = [
|
|
|
58
58
|
{
|
|
59
59
|
id: "tools",
|
|
60
60
|
title: "The toolbar",
|
|
61
|
+
// Named in the order the spotlight frames them, NOT drawn as glyphs: this
|
|
62
|
+
// body is set with textContent, so an inline SVG icon would show as raw
|
|
63
|
+
// markup โ and spelling the buttons out as emoji (๐/๐ค/๐) drifts the
|
|
64
|
+
// moment those buttons stop being emoji, which is exactly what happened.
|
|
61
65
|
body:
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"and
|
|
66
|
+
"Left to right: secrets injected into agents that need them, profiles " +
|
|
67
|
+
"(role, guardrails, model), Telegram settings, and the notification sound. " +
|
|
68
|
+
"The โฏ holds the diff of what an agent changed โ and replays this tour.",
|
|
65
69
|
// NOT `.hdr-tools`, which is `display: contents` on desktop and therefore
|
|
66
70
|
// generates no box at all โ its rect is all zeros, so the step would have
|
|
67
71
|
// been dropped as "not visible" on the very layout where the toolbar is
|