@akagilnc/pi-workflow-roles 0.1.2477 → 0.1.2479
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 +1 -1
- package/resources/engines/zcode.md +17 -0
package/package.json
CHANGED
|
@@ -44,3 +44,20 @@ the smoke prompt returns normally.
|
|
|
44
44
|
Plan quotas are daily and per-model (GLM-5.3 3M/day, Flash 5M/day on the
|
|
45
45
|
current plan; a weekend event granted a larger temporary pool). Whether cached
|
|
46
46
|
tokens count toward quota is unverified.
|
|
47
|
+
|
|
48
|
+
## Lane status: PARKED (host-verified 2026-08-29)
|
|
49
|
+
|
|
50
|
+
The "working" configuration above drew from a new-user gift resource package
|
|
51
|
+
(2M general-model tokens), not from any plan. Once that package expired,
|
|
52
|
+
glm-5.3-flash returns `1113` (insufficient balance) with the same key on BOTH
|
|
53
|
+
the anthropic endpoint and the coding endpoint
|
|
54
|
+
(`open.bigmodel.cn/api/coding/paas/v4`, HTTP 429 + code 1113, probed with a
|
|
55
|
+
minimal request). The ZCode Start/Weekend plan quotas are bound to the desktop
|
|
56
|
+
app's OAuth connection ("Start Plan" connection mode); the CLI's
|
|
57
|
+
`/login bigmodel-coding-plan` OAuth variant hard-fails with
|
|
58
|
+
`BigModel OAuth appSecret is required.` (the client secret ships only inside
|
|
59
|
+
the desktop app; no env override exists — only `BIGMODEL_*_API_BASE_URL`).
|
|
60
|
+
The plan page issues exactly one API key and it is the key tested above.
|
|
61
|
+
|
|
62
|
+
Net: this engine lane has no funded model until a key with actual balance or
|
|
63
|
+
an in-plan API path exists. Do not dispatch `--engine zcode` until then.
|