@mkterswingman/5mghost-wonder 0.0.3 → 0.0.4

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": "@mkterswingman/5mghost-wonder",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "企微文档读取 CLI — WeCom document reader",
5
5
  "type": "module",
6
6
  "engines": {
@@ -73,7 +73,7 @@ If expired or missing, run:
73
73
  wonder wecom cookie
74
74
  ```
75
75
 
76
- This launches the local Chrome/Edge browser via CDP. The user must scan the QR code in the browser using their WeCom mobile app. Wait for the user to confirm they have scanned and logged in, then verify:
76
+ This launches the local Chrome/Edge browser via CDP and blocks until the user scans the QR code in WeCom mobile (or the CDP wait times out). When the command returns, verify:
77
77
 
78
78
  ```bash
79
79
  wonder wecom status
@@ -208,20 +208,6 @@ mkdir -p /tmp/wonder-pptx-unpack && cp <path> /tmp/wonder-pptx-unpack/slide.zip
208
208
 
209
209
  Then use Read tool on files in `/tmp/wonder-pptx-unpack/ppt/media/`.
210
210
 
211
- ### ⚠️ Known issue: python-pptx slice crash
212
-
213
- If you use python-pptx to process WeCom pptx files, **do not use slice syntax**:
214
-
215
- ```python
216
- # ❌ This crashes on WeCom pptx
217
- for slide in prs.slides[:5]:
218
- ...
219
-
220
- # ✅ Use iteration instead
221
- for slide in prs.slides:
222
- ...
223
- ```
224
-
225
211
  ---
226
212
 
227
213
  ## Unsupported types