@agent-link/server 0.1.176 → 0.1.177

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": "@agent-link/server",
3
- "version": "0.1.176",
3
+ "version": "0.1.177",
4
4
  "description": "AgentLink relay server",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,7 +1,7 @@
1
1
  // ── Progressive text streaming / reveal animation ────────────────────────────
2
2
 
3
- const CHARS_PER_TICK = 5;
4
- const TICK_MS = 16;
3
+ const CHARS_PER_TICK = 20;
4
+ const TICK_MS = 50;
5
5
 
6
6
  /**
7
7
  * Creates a streaming text reveal controller.