shadok-ai 0.2.5 → 0.2.6

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.2.5",
3
+ "version": "0.2.6",
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",
package/public/index.html CHANGED
@@ -1519,7 +1519,7 @@
1519
1519
  infoRow.className = "tab-info";
1520
1520
  infoRow.append(lastAt, ctxNum);
1521
1521
  mainCol.append(name, infoRow);
1522
- btn.append(led, mainCol, mute, cron, tg, timer, close);
1522
+ btn.append(led, mainCol, timer, mute, cron, tg, close);
1523
1523
  // Context-window usage: a thin progress bar at the bottom of the tab.
1524
1524
  const ctxBar = document.createElement("div");
1525
1525
  ctxBar.className = "ctxbar";