vg-coder-cli 2.0.52 → 2.0.54
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/INTEGRATION.md
CHANGED
|
@@ -110,14 +110,17 @@ Mỗi Google account muốn dùng → 1 Chrome profile riêng:
|
|
|
110
110
|
"attempts": [
|
|
111
111
|
{ "workerEmail": "alice@gmail.com", "code": "rate_limit_exceeded", "at": 0 }
|
|
112
112
|
],
|
|
113
|
-
"result": { "chatId": "...", "markdown": "..." },
|
|
113
|
+
"result": { "chatId": "...", "markdown": "...", "actualModel": "gemini-3-flash-preview" },
|
|
114
114
|
"error": { "code": "...", "message": "..." },
|
|
115
115
|
"timing": { "createdAt": 0, "queuedAt": 0, "startedAt": 0, "finishedAt": 0, "durationMs": 0 },
|
|
116
116
|
"workingDir": "/abs/path"
|
|
117
117
|
}
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
`result.markdown` chỉ có khi `status="done"`. `
|
|
120
|
+
`result.markdown` chỉ có khi `status="done"`. `result.actualModel` (v2.0.53+) =
|
|
121
|
+
model ID thực thi task, scrape từ AI Studio sidebar — bắt được silent fallback
|
|
122
|
+
khi account thiếu access tới preview model. Có thể `null` nếu DOM chưa render.
|
|
123
|
+
`attempts[]` ghi mọi lần worker bị rate-limit và task được requeue.
|
|
121
124
|
|
|
122
125
|
### GET `/api/tasks` — list tasks
|
|
123
126
|
|