shadok-ai 0.2.24 → 0.2.26

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.24",
3
+ "version": "0.2.26",
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
@@ -308,7 +308,9 @@
308
308
  box-shadow: inset 3px 0 0 var(--phosphor);
309
309
  }
310
310
  /* Ligne 2 pleine largeur : « xxx ago » à gauche, % de contexte tout à droite. */
311
- .tab-row2 { display: flex; align-items: baseline; gap: 6px; }
311
+ /* Hauteur RÉSERVÉE même vide : « xxx ago » / % arrivent après le reload — sans
312
+ ça l'onglet grandit d'une ligne au moment où ils apparaissent (jump / clip). */
313
+ .tab-row2 { display: flex; align-items: baseline; gap: 6px; min-height: 12px; line-height: 1.1; }
312
314
  .tab-row2 .ctxnum { margin-left: auto; }
313
315
  .tab .name {
314
316
  flex: 1;