yiyan-browser-agent 1.6.1 → 1.6.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yiyan-browser-agent",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "AI coding agent powered by Yiyan (文心一言) via browser automation — no API key needed",
5
5
  "main": "src/index.js",
6
6
  "bin": {
package/src/config.js CHANGED
@@ -14,7 +14,7 @@ const defaults = {
14
14
 
15
15
  // Timing (configurable for speed vs stability tradeoff)
16
16
  RESPONSE_TIMEOUT : 180_000,
17
- STABLE_DELAY : 1_000, // 1s stability check (faster, may cut off long responses)
17
+ STABLE_DELAY : 2_500, // 2.5s stability check (ensures complete response)
18
18
  SEND_DELAY : 100, // Reduced for faster operation
19
19
 
20
20
  // Agent