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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shadok-ai",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "main": "dist/session.js",
5
5
  "scripts": {
6
6
  "test": "node --import tsx --test test/*.ts .claude/skills/shadok-ai-agents/test/*.test.mjs context/*/test/*.test.mjs",
@@ -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
- "๐Ÿ”‘ secrets injected into agents that need them ยท ๐Ÿ‘ค profiles (role, guardrails, model) ยท " +
63
- "Telegram settings ยท ๐Ÿ”” notifications ยท โ‹ฏ for the diff of what an agent changed " +
64
- "and to replay this tour.",
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