@weact-pipenet/weact-cli 1.0.0

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/CHANGELOG.md ADDED
@@ -0,0 +1,1339 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [v1.0.59] - 2026-06-26
6
+
7
+ ### Features
8
+
9
+ - **slides**: Add `+replace-pages` and `xml get` shortcuts, and expose the presentation URL (#1585)
10
+ - **minutes**: Support speaker list and no-Lark speaker replace (#1594)
11
+ - **calendar/vc/minutes**: Optimize and extend calendar, vc, minutes, and note shortcuts and skills (#1571)
12
+
13
+ ### Bug Fixes
14
+
15
+ - **docs**: Hide docs `api-version` compat flag (#1580)
16
+
17
+ ## [v1.0.58] - 2026-06-25
18
+
19
+ ### Features
20
+
21
+ - **sheets**: Typed table I/O and error contract, workbook import/export, and skill refresh (#1355)
22
+ - **base**: Add Base URL and title resolve shortcuts (#1338)
23
+ - **drive**: Add `+member-add` shortcut with wiki space member collection collaborator support (#1204)
24
+ - **doc**: Support `create` title option (#1536)
25
+ - **doc**: Add `im-markdown` output format for doc fetch (#1550)
26
+ - **whiteboard**: Export whiteboard as SVG and update whiteboard via SVG (#1559)
27
+ - **card**: Support `card.action.trigger` event with auto-fetched card content (#1528)
28
+ - **task**: Add task event consumer (#1510)
29
+
30
+ ### Bug Fixes
31
+
32
+ - **doc**: Prefix docs resource shortcuts (#1564)
33
+ - **binding**: Skip unix mode audit on Windows (#1525)
34
+
35
+ ### Documentation
36
+
37
+ - **approval**: Sync approval skill for meta API commands (#1499)
38
+ - **doc**: Restore lark-doc style requirements (#1579)
39
+ - **im**: Document `chat.nickname` get/update/delete (#1378)
40
+ - **im**: Clarify audio message opus requirement (#1271)
41
+
42
+ ### Build
43
+
44
+ - **ci**: Add public content safeguards and reduce false positives
45
+
46
+ ## [v1.0.57] - 2026-06-23
47
+
48
+ ### Features
49
+
50
+ - **slides**: Add `+screenshot` to capture slide page images (or render a single `<slide>` XML snippet), returning the local file path instead of Base64 (#1358)
51
+ - **base**: Support record comments (#1043)
52
+ - **search**: Surface search API notices (#1413)
53
+
54
+ ### Bug Fixes
55
+
56
+ - **mail**: Resolve folder/label filter once per `+triage list` call (#1512)
57
+ - **meta**: Backfill enum value descriptions from options (#1541)
58
+ - **cli**: Add missing CLI headers for git credential helper (#1539)
59
+
60
+ ### Documentation
61
+
62
+ - **doc**: Refine rich block, path, and block ID guidance (#1508)
63
+ - **mail**: Trim lark-mail skill context (#1527)
64
+ - **drive**: Add permission governance workflow guidance (#1292)
65
+
66
+ ### Build
67
+
68
+ - **ci**: Bind semantic review to workflow run head (#1551)
69
+
70
+ ## [v1.0.56] - 2026-06-18
71
+
72
+ ### Features
73
+
74
+ - **apps**: Add `+session-messages-list` for session turn reply messages (#1402)
75
+
76
+ ### Bug Fixes
77
+
78
+ - **api**: Align API success envelopes (#1489)
79
+ - **base**: Reject out-of-range pagination flags (#1495)
80
+
81
+ ### Refactor
82
+
83
+ - Retire legacy error envelopes and enforce typed contract (#1449)
84
+
85
+ ### Documentation
86
+
87
+ - **skills**: Soften lark-doc style guidance (#1463)
88
+
89
+ ### Build
90
+
91
+ - Add CI quality gate with semantic review
92
+
93
+ ## [v1.0.55] - 2026-06-16
94
+
95
+ ### Features
96
+
97
+ - **vc**: Support agent meeting event workflows (#1483)
98
+ - **drive**: Support exporting Base structure snapshots (#1481)
99
+ - **doc**: Add docx cover resource commands (#1468)
100
+ - **doc**: Support `lang` for docx fetch v2 (#1459)
101
+ - **event**: Optimize subscription precheck, links, and consumer guard (#1447)
102
+
103
+ ### Bug Fixes
104
+
105
+ - **drive**: Validate drive import folder target (#1485)
106
+
107
+ ## [v1.0.54] - 2026-06-15
108
+
109
+ ### Features
110
+
111
+ - **mail**: Auto-attach default signature on send/reply/forward (#1415)
112
+ - **drive**: Support `original_creator_ids` filter in search (#1046)
113
+ - **cli**: Simplify proxy plugin warning and gate it on TTY (#1448)
114
+
115
+ ### Bug Fixes
116
+
117
+ - **doc**: Fix docs fetch and update ergonomics (#1466)
118
+ - **vfs**: Reject blank local paths (#1460)
119
+ - **vfs**: Reject Windows absolute paths cross-platform (#1401)
120
+ - **event**: Clarify remote bus blocker recovery (#1454)
121
+
122
+ ### Refactor
123
+
124
+ - Converge command pipelines onto a typed metadata model + catalog (#1191)
125
+
126
+ ### Documentation
127
+
128
+ - **im**: Document `@mention` format per message type (text/post/card) (#1419)
129
+ - **doc**: Clarify lark-doc create title guidance (#1474)
130
+ - **skills**: Add rename prompt for import without `--name` (#1461)
131
+ - **apps**: Drop Miaoda brand word from apps command help text (#1399)
132
+
133
+ ## [v1.0.53] - 2026-06-12
134
+
135
+ ### Features
136
+
137
+ - **auth**: Revoke user tokens server-side on `auth logout` (#1434)
138
+ - **auth**: Add `--json` flag support to auth subcommands (#1431)
139
+ - **token**: Mint TAT via unified OAuth v3 Token Endpoint (#1408)
140
+ - **note**: Split note into a dedicated domain with `+detail` and `+transcript` flows (#1345, #1417, #1435)
141
+ - **im**: Unify sort flags into `--sort` field and `--order` direction (#1302)
142
+
143
+ ### Bug Fixes
144
+
145
+ - **apps**: Read release error_logs from `data.error_logs` in `+release-get` (#1436)
146
+
147
+ ### Documentation
148
+
149
+ - **skills**: Optimize whiteboard skill (#1371)
150
+ - **skills**: Optimize okr skill (#1368)
151
+
152
+ ## [v1.0.52] - 2026-06-11
153
+
154
+ ### Features
155
+
156
+ - **events**: Per-resource subscription identity + Match hook (#1185)
157
+ - **apps**: Emit typed error envelopes across the apps domain (#1288)
158
+ - **wiki**: Emit typed error envelopes across the wiki domain (#1350)
159
+ - **im**: Add `--chat-modes` filter to chat search (#1317)
160
+ - **apps**: Exclude `.git` directory from `+html-publish` package (#1396)
161
+ - **build**: Support riscv64 prebuilt binaries in release and install pipeline
162
+
163
+ ### Bug Fixes
164
+
165
+ - **apps**: Support git credential dry-run (#1390)
166
+ - **whiteboard**: Fix parsing empty whiteboard content (#1391)
167
+ - **build**: Make `-race` flag arch-conditional to support riscv64
168
+
169
+ ### Documentation
170
+
171
+ - **im**: Document `chat.user_setting` batch_query/batch_update (#1339)
172
+ - **im**: Document `chat.managers` and `chat.moderation` API resources (#1294)
173
+ - **skills**: Optimize lark-drive skill routing (#1284)
174
+ - **skills**: Expand cite user guidance and fix typos (#1394)
175
+
176
+ ## [v1.0.51] - 2026-06-10
177
+
178
+ ### Features
179
+
180
+ - **apps**: Support multi dev modes (#1175)
181
+ - **im**: Complete audio/post rendering and add opt-in `--download-resources` (#1245)
182
+ - **base**: Configure initial base table schema (#1377)
183
+ - **vc**: Add recording event support (#1369)
184
+ - **minutes**: Replace words for transcript (#1372)
185
+ - **markdown**: Emit typed error envelopes across the markdown domain (#1347)
186
+ - **sheets**: Emit typed error envelopes across the sheets domain (#1348)
187
+ - **slides**: Emit typed error envelopes across the slides domain (#1349)
188
+
189
+ ### Documentation
190
+
191
+ - **skills**: Warn about `@file` absolute path restriction in lark-doc skills (#1375)
192
+ - **skills**: Remove unsupported ⚠️ from callout emoji list (#1374)
193
+
194
+ ## [v1.0.50] - 2026-06-09
195
+
196
+ ### Features
197
+
198
+ - **doc**: Emit typed error envelopes across the doc domain (#1346)
199
+ - **event**: Emit typed error envelopes across the event domain (#1289)
200
+ - **contact**: Emit typed error envelopes across the contact domain (#1287)
201
+ - **sheets**: Guard `+csv-put --csv` against a path passed without `@` (#1337)
202
+ - **cli**: Adjust agent timeout hint output conditions (#1328)
203
+
204
+ ### Bug Fixes
205
+
206
+ - **drive**: Add `@file`/stdin support to `+add-comment --content` (#1343)
207
+ - **slides**: Build create URL locally instead of drive metas call (#1329)
208
+ - **cli**: Clarify `--block-id` supports comma-separated batch delete in help text (#1336)
209
+
210
+ ### Documentation
211
+
212
+ - **doc**: Replace append with `block_insert_after` in skeleton workflow guidance (#1340)
213
+ - **doc**: Document `<folder-manager>` resource block (#1168)
214
+ - **drive**: Add drive comment location guidance (#1258)
215
+
216
+ ## [v1.0.49] - 2026-06-08
217
+
218
+ ### Features
219
+
220
+ - **events**: Add whiteboard event domain with per-board subscription (#1265)
221
+ - **im**: Support feed group (#1102)
222
+ - **im**: Add feed shortcut create, list, and remove shortcuts (#1273)
223
+ - **im**: Format feed group error handling (#1308)
224
+ - **im**: Return typed error envelopes across the im domain (#1230)
225
+ - **base**: Emit typed error envelopes across the base domain (#1248)
226
+ - **calendar**: Emit typed error envelopes across the calendar domain (#1232)
227
+ - **task**: Emit typed error envelopes across the task domain (#1231)
228
+ - **okr,whiteboard**: Emit typed error envelopes across both domains (#1236)
229
+ - **minutes,vc**: Emit typed error envelopes across both domains (#1234)
230
+ - **markdown**: Harden create upload failures (#1325)
231
+ - **drive**: Harden inspect shortcut failures (#1324)
232
+ - **slides**: Add IconPark lookup for Lark slides (#1123)
233
+ - **doc**: Remove docs v1 API (#1291)
234
+ - **cli**: Add `skills` command to read embedded skill content (#1318)
235
+ - **cli**: Fetch official skills index (#1301)
236
+ - **shared**: Document relative-path-only file arguments (#1319)
237
+ - **scopes**: Clear `recommend.allow` scope auto-approve overrides (#1272)
238
+ - **shortcuts**: Check shortcut example commands against the live CLI tree (#1244)
239
+
240
+ ### Bug Fixes
241
+
242
+ - **events**: Keep bounded event consume runs alive after stdin EOF (#1285)
243
+ - **drive**: Use docs secure label read scope (#1281)
244
+
245
+ ### Documentation
246
+
247
+ - **approval**: Restructure skill with intent table and scope boundaries (#1307)
248
+ - **skills**: Tighten drive and markdown guardrails (#1326)
249
+ - **skills**: Optimize calendar, vc, and minutes skill guidance (#1269)
250
+ - **markdown**: Add markdown domain template (#1293)
251
+ - **markdown**: Improve lark-markdown skill guidance (#1279)
252
+ - **doc**: Improve lark-doc skill guidance (#1283)
253
+ - **wiki**: Optimize skill guidance and routing boundaries (#1275)
254
+ - **slides**: Tighten routing/boundary and reconcile in-slide whiteboard (#1169)
255
+
256
+ ## [v1.0.48] - 2026-06-04
257
+
258
+ ### Features
259
+
260
+ - **mail**: Preserve mailbox context in `+triage` output for public mailboxes (#1238)
261
+ - **contact**: Add contact skill domain guidance (#1144)
262
+
263
+ ### Bug Fixes
264
+
265
+ - **skills**: Use JSON skills list during update (#1251)
266
+
267
+ ### Documentation
268
+
269
+ - **drive**: Refine lark-drive knowledge organize workflow (#1253)
270
+ - **vc-agent**: Require explicit leave request (#1260)
271
+ - **slides**: Add whiteboard element documentation and improve slide guidance (#1029)
272
+
273
+ ## [v1.0.47] - 2026-06-03
274
+
275
+ ### Features
276
+
277
+ - **sheets**: Add spec-driven shortcut package with backward-compatible wrapper (#1220)
278
+ - **base**: Add base block shortcuts (#1044)
279
+ - **im**: Complete card message format (#1198)
280
+ - **im**: Improve markdown guidance for messages (#1237)
281
+ - **vc**: Forward invite call-id on meeting join (#1243)
282
+ - **drive**: Emit typed error envelopes across the drive domain (#1205)
283
+ - **common**: Emit typed validation errors from shared shortcut pre-checks (#1242)
284
+ - **mail**: Validate `message_ids` in `+messages` before batch get (#1202)
285
+ - **wiki**: Support `appid` member type (#1235)
286
+ - **cli**: Add `--json` flag as no-op alias for `--format json` (#1104)
287
+ - **config**: Validate credentials after `config init` (#1151)
288
+
289
+ ### Bug Fixes
290
+
291
+ - **skills**: Recover empty fallback for skills to update (#1233)
292
+
293
+ ## [v1.0.46] - 2026-06-02
294
+
295
+ ### Features
296
+
297
+ - **im**: Add card message format support (#1218)
298
+ - **im**: Resolve markdown blank-line formatting inconsistency in post messages (#1216)
299
+ - **vc**: Inline transcript from artifacts API and add keywords (#1206)
300
+ - **transport**: Add proxy plugin mode for CLI HTTP transport (#1181)
301
+ - **agent**: Increase agent trace max length to 1024 (#1211)
302
+ - **shortcuts**: Unconditionally inject `--format` flag for all shortcuts (#1156)
303
+
304
+ ### Bug Fixes
305
+
306
+ - **cli**: Remove FLAGS section from root `--help` (#1226)
307
+ - **cli**: Stop root `--help` listing per-command flags as global (#1223)
308
+
309
+ ### Refactor
310
+
311
+ - **transport**: Own all HTTP transport in `internal/transport`, fix util layering inversion (#1213)
312
+
313
+ ### Documentation
314
+
315
+ - **base**: Optimize base skill references (#1171)
316
+ - **drive**: Add Lark Drive knowledge organization workflow (#1028)
317
+
318
+ ## [v1.0.45] - 2026-06-01
319
+
320
+ ### Features
321
+
322
+ - **errors**: Add typed envelope contract for auth-domain errors (#1135)
323
+ - **platform**: Support multiple policy rules per plugin (#1182)
324
+
325
+ ### Bug Fixes
326
+
327
+ - **vc**: Add domain boundaries and enrich `+notes` (#1172)
328
+ - **whiteboard**: Fix whiteboard skill (#1180)
329
+
330
+ ### Refactor
331
+
332
+ - **auth**: Update login hint and split-flow docs (#1201)
333
+
334
+ ## [v1.0.44] - 2026-05-29
335
+
336
+ ### Features
337
+
338
+ - **base**: Add dashboard block data shortcut and workflow docs (#1067)
339
+ - **im**: Support `--types` flag for listing p2p single chats in `chat-list` (#1077)
340
+ - **agent**: Add agent header support (#1158)
341
+
342
+ ### Bug Fixes
343
+
344
+ - **im**: Correct 64-bit MP4 box size handling to prevent panic on crafted media (#1165)
345
+ - **install**: Detect curl version before using `--ssl-revoke-best-effort` (#1124)
346
+ - **vc**: Correct `--minute-token` to `--minute-tokens` in recording reference (#1170)
347
+ - **whiteboard**: Fix whiteboard skill (#1166)
348
+
349
+ ## [v1.0.43] - 2026-05-28
350
+
351
+ ### Features
352
+
353
+ - **event**: Support `note` generated event (#1159)
354
+ - **config**: Decouple `--lang` preference from TUI display language (#1132)
355
+ - **mail**: Add HTML lint library with Larksuite-native autofix for `lark-mail` (#1019)
356
+
357
+ ### Bug Fixes
358
+
359
+ - **config**: Propagate `Lang` across credential boundary; respect `CurrentApp` in priorLang (#1157)
360
+ - **config**: Allow lark-channel bind source override (#1154)
361
+ - **im**: Clarify `messages-send` dry-run chat membership (#1150)
362
+ - **base**: Include `log_id` in attachment media errors (#1133)
363
+
364
+ ### Performance
365
+
366
+ - **im**: Parallelize reactions, thread_replies, and merge_forward fetches (#1146)
367
+
368
+ ### Documentation
369
+
370
+ - **im**: Update IM skill urgent APIs (#1153)
371
+
372
+ ## [v1.0.42] - 2026-05-27
373
+
374
+ ### Features
375
+
376
+ - **mail**: Add `+draft-send` shortcut for batch draft sending (#1017)
377
+ - **im**: Enrich messages with reactions and output `update_time` (#1095)
378
+ - **schema**: Output JSON spec envelope for all API commands (#1048)
379
+ - **event**: Support `vc` / `note` / `minute` events (#1113)
380
+ - **drive**: Add secure label shortcuts (#985)
381
+ - **affordance**: Use description and command in affordance example schema (#1126)
382
+
383
+ ### Bug Fixes
384
+
385
+ - **docs**: Remove unsupported `fetch` text format (#1109)
386
+
387
+ ### Refactor
388
+
389
+ - **auth**: Drop duplicate top-level user fields in `status` (#1128)
390
+
391
+ ### Documentation
392
+
393
+ - **doc**: Document block anchor URLs in `lark-doc` skill (#1120)
394
+ - **whiteboard**: Improve SVG/Mermaid instructions (#1097)
395
+
396
+ ## [v1.0.41] - 2026-05-26
397
+
398
+ ### Features
399
+
400
+ - **minutes**: Add minutes edit shortcuts (#1036)
401
+ - **minutes**: Get minutes keywords (#1079)
402
+ - **slides**: Support importing pptx as slides (#1068)
403
+ - **config**: Add `keychain-downgrade` subcommand (macOS) (#1085)
404
+ - **errors**: Add structured CLI error contract (#984)
405
+ - **apps**: Replace `+html-publish` cwd hard-reject with credential-file scan (#1072)
406
+
407
+ ### Bug Fixes
408
+
409
+ - **drive**: Support doubao drive inspect URL variants (#1106)
410
+ - **skills**: Sync skills incrementally during update (#1042)
411
+ - **apps**: Read app object from `data.app` for `+create` and `+update` (#1087)
412
+ - **common**: Escape special chars in multipart form filenames (#1037)
413
+ - **auth**: Remove fenced code block guidance from auth URL output hints (#1088)
414
+
415
+ ### Documentation
416
+
417
+ - **skills**: Fix agent routing for doubao.com URLs (#1082)
418
+ - **task**: Require `--complete=false` for pending standup summaries (#1101)
419
+ - **base**: Document UI-only field settings (#1078)
420
+ - **contributing**: Clarify contributor guidance (#1096)
421
+
422
+ ## [v1.0.40] - 2026-05-25
423
+
424
+ ### Features
425
+
426
+ - **wiki**: Add exponential backoff retry for `+node-create` lock contention (#1012)
427
+ - **auth**: Add `auth qrcode` subcommand and update auth docs/hints (#968)
428
+
429
+ ### Bug Fixes
430
+
431
+ - **wiki**: Rename `+node-get --token` to `--node-token`, keep alias (#1074)
432
+ - **output**: Classify wiki lock-contention error (131009) with retry hint (#1014)
433
+ - **contact**: Add actionable hint when fanout search all-fail with no API code (#1054)
434
+ - **permission**: Annotate auto-grant permission failures with `required_scope` and `console_url` (#1045)
435
+ - **validation**: Use `ErrValidation` instead of `fmt.Errorf` in `Validate` paths (#1001)
436
+
437
+ ### Documentation
438
+
439
+ - **skills**: Add 云盘/云存储 alias alongside 云空间 for agent clarity (#1073)
440
+ - **task**: Refresh `lark-task` shortcut docs (#1057)
441
+
442
+ ## [v1.0.39] - 2026-05-22
443
+
444
+ ### Features
445
+
446
+ - **slides**: Add `+export` shortcut to export slides (#988)
447
+ - **sidecar**: Support multi-client identity isolation in `server-demo` via per-client HMAC keys, preventing UAT cross-contamination when multiple CLI sandboxes share one sidecar (#934)
448
+ - **im**: Support Markdown image rendering in post content (#893)
449
+
450
+ ### Bug Fixes
451
+
452
+ - **scope**: Add 22 new scope entries to scope priorities (#1050)
453
+
454
+ ### Documentation
455
+
456
+ - **base**: Update location `full_address` guidance (#754)
457
+ - **apps**: Refine `lark-apps` skill description and surface, document `index.html` / `--path` hard constraints (#1040)
458
+
459
+ ## [v1.0.38] - 2026-05-22
460
+
461
+ ### Features
462
+
463
+ - **apps**: Gate the Miaoda apps domain off on the Lark brand — the `apps` shortcut subtree returns a structured brand-restriction error, `auth login --domain apps` is rejected, `--domain all` skips it, and `spark:*` scopes are no longer requested (#1025)
464
+
465
+ ## [v1.0.37] - 2026-05-21
466
+
467
+ ### Features
468
+
469
+ - **apps**: Add miaoda apps domain with 6 shortcuts covering `+create` / `+update` / `+list` / `+access-scope-get` / `+access-scope-set` / `+html-publish` (#1002)
470
+
471
+ ### Bug Fixes
472
+
473
+ - **permission**: Surface auto-grant skipped/failed cases via stderr warnings and a `hint` field in the `permission_grant` JSON output (#1015)
474
+ - **sheets**: Use `FileIO` for `+write-image` input so stdin / `-` works consistently (#996)
475
+
476
+ ## [v1.0.36] - 2026-05-21
477
+
478
+ ### Features
479
+
480
+ - **drive/markdown**: Return real tenant URLs for `drive +upload` and `markdown +create` (#992)
481
+
482
+ ### Bug Fixes
483
+
484
+ - **auth**: Return validation error when `--scope` is empty in `auth check` (#999)
485
+
486
+ ### Documentation
487
+
488
+ - **lark-drive**: Improve search evidence guidance (#864)
489
+
490
+ ## [v1.0.35] - 2026-05-20
491
+
492
+ ### Features
493
+
494
+ - **markdown**: Support wiki node target in `+create` (#883)
495
+ - **markdown**: Add `+diff` shortcut (#876)
496
+ - **base**: Add form `+detail` / `+submit` shortcuts (#759)
497
+ - **skills**: Add incremental skills sync (#965)
498
+ - **doc**: Warn before overwrite when document contains whiteboard or file blocks (#825)
499
+
500
+ ### Documentation
501
+
502
+ - **im**: Clarify media key formats for message media flags (#991)
503
+ - **im**: Add media-preview reference (#990)
504
+ - **drive**: Migrate `docs +search` to `drive +search` and fix `creator_ids` owner semantic (#951)
505
+ - **drive**: Prefer local comments for drive reviews (#981)
506
+ - **wiki**: Add wiki base fast path (#982)
507
+
508
+ ## [v1.0.34] - 2026-05-19
509
+
510
+ ### Features
511
+
512
+ - **drive**: Switch markdown export to V2 `docs_ai` fetch API (#948)
513
+ - **drive**: Add `+inspect` shortcut for document URL inspection with wiki unwrapping (#947)
514
+ - **wiki**: Add `+node-get` / `+node-delete` / `+space-create` shortcuts (#904)
515
+ - **base**: Support Base attachment APIs (#887)
516
+ - **mail**: Validate `bot` + `mailbox=me` and add dynamic `--as` help tests (#895)
517
+ - **mail**: Expose draft priority in `--inspect` projection and document `--set-priority` (#779)
518
+
519
+ ### Bug Fixes
520
+
521
+ - **identitydiag**: Harden verify path and tighten status semantics (#961)
522
+ - **wiki**: Surface real node URL for `+node-create` / `+node-copy` (#960)
523
+ - **auth**: Split bot and user identity diagnostics (#957)
524
+ - **base**: Address Base attachment review follow-ups (#958)
525
+ - **docs**: Clarify `replace_all` selection errors (#954)
526
+
527
+ ### Documentation
528
+
529
+ - **drive**: Clarify add comment constraints (#967)
530
+ - **lark-im**: Clarify message activity search (#865)
531
+
532
+ ### Tests
533
+
534
+ - Verify e2e resource cleanup (#949)
535
+ - **lint**: Exclude `bidichk` from test files (#959)
536
+
537
+ ## [v1.0.33] - 2026-05-18
538
+
539
+ ### Features
540
+
541
+ - **markdown**: Add `+patch` shortcut (#857)
542
+ - **slides**: Improve slide planning and validation guidance (#847)
543
+ - **drive**: Add `+sync` workflow for Drive directories (#873)
544
+ - **drive**: Add drive version shortcut (#841)
545
+ - **extension**: Plugin / Hook framework with command pruning (#910)
546
+
547
+ ### Bug Fixes
548
+
549
+ - **sheets**: Explicitly document safe JSON unmarshal ignore in `DryRun` (#935)
550
+ - **base**: Mark base field update high risk (#936)
551
+ - **auth**: Guide agents to yield during auth device flow (#933)
552
+
553
+ ### Documentation
554
+
555
+ - **lark-wiki**: Correct the `--as` default-identity claim (#919)
556
+
557
+ ### Tests
558
+
559
+ - Drop stale e2e `--yes` flags (#920)
560
+
561
+ ## [v1.0.32] - 2026-05-15
562
+
563
+ ### Features
564
+
565
+ - **doc**: Add `--width`/`--height` flags to `docs +media-insert` (#832)
566
+ - **wiki**: Add `+space-list` / `+node-list` / `+node-copy` shortcuts (#392)
567
+
568
+ ### Bug Fixes
569
+
570
+ - **drive**: Preserve parent token on nested overwrite (#908)
571
+ - **selfupdate**: Use `LookPath` instead of `Executable` for binary verification (#886)
572
+ - **registry**: Wait for background meta refresh before test reset (#894)
573
+
574
+ ### Documentation
575
+
576
+ - **doc**: Add SVG whiteboard support to `lark-doc` v2 skill (#901)
577
+ - **drive**: Add permission public patch error guidance (#863)
578
+
579
+ ## [v1.0.31] - 2026-05-14
580
+
581
+ ### Features
582
+
583
+ - **install**: Skip interactive prompts in non-TTY environments (#888)
584
+ - **update**: Recommend `lark-cli update` over `npm install` for AI agents (#884)
585
+ - **im**: Add `--exclude-muted` to `+chat-search` and new `+chat-list` shortcut (#820)
586
+ - **auth**: Add `--exclude` flag and allow combining `--scope` with `--domain`/`--recommend` (#844)
587
+ - **drive**: Add modified-time smart sync mode (#859)
588
+ - **approval**: Add `tasks.add_sign` and `tasks.rollback` methods (#867)
589
+
590
+ ## [v1.0.30] - 2026-05-13
591
+
592
+ ### Features
593
+
594
+ - **im**: Add `--chat-mode topic` to `+chat-create` (#790)
595
+
596
+ ### Bug Fixes
597
+
598
+ - **auth**: Support comma-separated `--scope` in `auth login` (#764)
599
+ - **auth**: Clarify URL handling in auth messages and docs (#856)
600
+ - **bind**: Accept `~/` paths in OpenClaw secret references (#839)
601
+
602
+ ### Tests
603
+
604
+ - **update**: Isolate stamp writes from real `~/.lark-cli/skills.stamp` (#858)
605
+
606
+ ## [v1.0.29] - 2026-05-12
607
+
608
+ ### Features
609
+
610
+ - **vc**: Add agent meeting join, leave, and events shortcuts (#824)
611
+ - **mail**: Add unknown-flag fuzzy match for `lark-cli mail` commands (#806)
612
+ - **whiteboard**: Pin `whiteboard-cli` to `v0.2.11` in `lark-whiteboard` skill (#850)
613
+
614
+ ### Bug Fixes
615
+
616
+ - Silence misleading "skills not installed" startup notice (#801)
617
+
618
+ ### Documentation
619
+
620
+ - **base**: Refine data analysis SOP wording (#784, #849)
621
+ - Update README capability descriptions (#793)
622
+
623
+ ## [v1.0.28] - 2026-05-11
624
+
625
+ ### Features
626
+
627
+ - **im**: Support UAT for `messages.forward` and add `threads.forward` (#689)
628
+ - **im**: Add flag shortcuts `+flag-create` / `+flag-list` / `+flag-cancel` for message bookmarks (#770)
629
+
630
+ ### Bug Fixes
631
+
632
+ - **drive**: Handle duplicate remote sync paths (#803)
633
+
634
+ ### Documentation
635
+
636
+ - **im**: Name `--query` / `--member-ids` in `+chat-search` shortcut row (#812)
637
+
638
+ ## [v1.0.27] - 2026-05-09
639
+
640
+ ### Features
641
+
642
+ - **config**: Add `lark-channel` as a bind source (#786)
643
+
644
+ ### Bug Fixes
645
+
646
+ - **install**: Fix installation errors when PowerShell is disabled by Group Policy (#789)
647
+
648
+ ### Documentation
649
+
650
+ - **task**: Clarify task member id types in references (#777)
651
+
652
+ ## [v1.0.26] - 2026-05-08
653
+
654
+ ### Features
655
+
656
+ - **im**: Add `message_app_link` to message outputs (#668)
657
+ - **auth**: Add scope hint for missing authorization errors (#776)
658
+
659
+ ### Bug Fixes
660
+
661
+ - **base**: Clean error detail output (#783)
662
+ - **whiteboard**: Reclassify `+update` as `write` risk (#775)
663
+
664
+ ### Documentation
665
+
666
+ - **mail**: Add data integrity and write-confirmation rules (#749)
667
+
668
+ ## [v1.0.25] - 2026-05-07
669
+
670
+ ### Features
671
+
672
+ - Add skills version drift notice and unify update flow (#723)
673
+
674
+ ### Bug Fixes
675
+
676
+ - Remove misleading default value from `--as` flag help text (#769)
677
+ - Handle negative truncate lengths (#744)
678
+ - Reject invalid JSON pointer escapes (#741)
679
+ - Migrate task shortcut errors to structured `output.Errorf`/`ErrValidation` (#740)
680
+
681
+ ### Documentation
682
+
683
+ - Clarify base `user_open_id` guidance (#763)
684
+
685
+ ## [v1.0.24] - 2026-05-06
686
+
687
+ ### Features
688
+
689
+ - **sheets**: Add sheet management shortcuts (#722)
690
+ - **base**: Support batch record get and delete (#630)
691
+ - **task**: Add upload task attachment shortcut (#736)
692
+ - **drive**: Pre-flight 10000-rune total cap for `+add-comment` `reply_elements` (#605)
693
+
694
+ ### Bug Fixes
695
+
696
+ - **auth**: Handle missing scopes and device flow improvements (#752)
697
+ - Add url to markdown `+create` output (#753)
698
+
699
+ ### Documentation
700
+
701
+ - Refine field update conversion guidance (#748)
702
+
703
+ ## [v1.0.23] - 2026-04-30
704
+
705
+ ### Features
706
+
707
+ - **drive**: Add `+pull` shortcut for one-way Drive → local mirror (#696)
708
+ - **drive**: Add `+push` shortcut for one-way local → Drive mirror (#709)
709
+ - **drive**: Add `+status` shortcut for content-hash diff (#692)
710
+ - **drive**: Support `--file-name` for drive export (#685)
711
+ - **base**: Add markdown output for record reads (#726)
712
+ - **minutes**: Add media upload shortcut (#725)
713
+ - **doc**: Warn when callout uses `type=` without `background-color` (#467)
714
+ - **cmdutil**: Support `@file` for params and data (#724)
715
+ - Add markdown shortcuts and skill docs (#704)
716
+
717
+ ### Documentation
718
+
719
+ - **doc**: Guide lark-doc v2 usage (#710)
720
+ - **minutes**: Clarify minutes file-to-notes routing (#732)
721
+
722
+ ## [v1.0.22] - 2026-04-29
723
+
724
+ ### Features
725
+
726
+ - **task**: Add resource agent & `agent_task_step_info` (#693)
727
+ - **task**: Support app task members by id (#712)
728
+ - **contact**: Add `--queries` multi-name fanout to `+search-user` (#707)
729
+ - **slides**: Add slide templates with template-first skill guidance (#684)
730
+ - **mail**: Support calendar events in emails (#646)
731
+ - **install**: Honor `npm_config_registry` for binary URL resolution with npmmirror fallback (#690)
732
+
733
+ ### Bug Fixes
734
+
735
+ - **install**: Make Windows zip extraction resilient (#713)
736
+ - **config/init**: Respect `--brand` flag in `--new` mode (#711)
737
+
738
+ ### Documentation
739
+
740
+ - **base**: Clarify base search routing (#708)
741
+ - **base**: Align base skills and view config contracts (#653)
742
+
743
+ ## [v1.0.21] - 2026-04-28
744
+
745
+ ### Features
746
+
747
+ - **contact**: Add search filters and richer profile fields to `+search-user` (#648)
748
+ - **common**: Backfill resource URL when create APIs omit it (#680)
749
+ - **risk**: Add risk tiering for command sensitivity classification (#633)
750
+ - **okr**: Add progress records support (#574)
751
+ - **calendar**: Enhance event search and meeting room finding (#679)
752
+ - **event**: Add event subscription & consume system (#654)
753
+ - **drive**: Extend `+add-comment` to support slides targets (#674)
754
+ - **slides**: Add font management for slides (#681)
755
+
756
+ ### Bug Fixes
757
+
758
+ - **cmdutil**: Default flag completions to disabled (#688)
759
+ - **e2e/wiki**: Pass `obj_type` when deleting wiki nodes in cleanup (#687)
760
+ - **readme**: Fix readme statistics (#691)
761
+
762
+ ## [v1.0.20] - 2026-04-27
763
+
764
+ ### Features
765
+
766
+ - **drive**: Add `+search` shortcut with flat filter flags (#658)
767
+ - **mail**: Support sharing emails to IM chats via `+share-to-chat` (#637)
768
+ - **calendar**: Add `+update` shortcut (#678)
769
+ - **im**: Add `--at-chatter-ids` filter to `+messages-search` (#612)
770
+ - **pagination**: Preserve pagination state on truncation and natural end (#659)
771
+ - **lark-im**: Add `chat.members.bots` to skill docs (#616)
772
+
773
+ ### Bug Fixes
774
+
775
+ - **strict-mode**: Reject explicit `--as` instead of silently overriding it (#673)
776
+ - **whiteboard**: Manual disable edge case for svg compatibility (#661)
777
+
778
+ ### Documentation
779
+
780
+ - **lark-drive**: Add missing import command examples (#669)
781
+ - **readme**: Add Project (Meegle) to Features table (#660)
782
+
783
+ ## [v1.0.19] - 2026-04-24
784
+
785
+ ### Features
786
+
787
+ - **mail**: Add read receipt support — `--request-receipt` on compose, `+send-receipt` / `+decline-receipt` for response
788
+ - **doc**: Add v2 API for `docs +create` / `+fetch` / `+update` (#638)
789
+ - **im**: Request thread roots for chat message list (#635)
790
+ - **drive**: Support wiki node targets in `+upload` (#611)
791
+ - **config**: Block `auth` / `config` when external credential provider is active (#627)
792
+ - **whiteboard**: Pin `whiteboard-cli` to `v0.2.10` in `lark-whiteboard` skill (#649)
793
+
794
+ ## [v1.0.18] - 2026-04-23
795
+
796
+ ### Features
797
+
798
+ - **base**: Support `.base` import and export for bitable (#599)
799
+ - **config**: Add `config bind` for per-Agent credential isolation (#515)
800
+ - **slides**: Add `+replace-slide` shortcut for block-level XML edits (#516)
801
+ - **wiki**: Add `+delete-space` shortcut with async task polling (#610)
802
+ - **doc**: Add `--from-clipboard` flag to `docs +media-insert` (#508)
803
+ - **minutes**: Unify minute artifacts output to `./minutes/{minute_token}/` (#604)
804
+ - Add configurable content-safety scanning (#606)
805
+ - **install**: Add SHA-256 checksum verification to `install.js` (#592)
806
+ - **whiteboard**: Pin `whiteboard-cli` to `^0.2.9` (#617)
807
+
808
+ ### Bug Fixes
809
+
810
+ - **drive**: Escape angle brackets in comment text (#632)
811
+ - **im**: Unify `messages-search` pagination int flags (#446)
812
+ - **im**: Fix markdown URL rendering issues in post content (#206)
813
+
814
+ ### Documentation
815
+
816
+ - **base**: Refine record cell value guidance (#636)
817
+
818
+ ## [v1.0.17] - 2026-04-22
819
+
820
+ ### Features
821
+
822
+ - **im**: Use `Content-Disposition` filename when downloading message resources (#536)
823
+ - **drive**: Add `+apply-permission` to request doc access (#588)
824
+ - Support record share link (#466)
825
+ - **whiteboard**: Add image support to `whiteboard-cli` skill (#553)
826
+ - **cmdutil**: Add `X-Cli-Build` header for CLI build classification (#596)
827
+
828
+ ### Bug Fixes
829
+
830
+ - **base**: Add default-table follow-up hint to `base-create` (#600)
831
+ - Skip flag-completion registration outside completion path (#598)
832
+ - Add `record-share-link-create` in `SKILL.md` (#597)
833
+ - **mail**: Remove leftover conflict marker in skill docs (#594)
834
+
835
+ ### Documentation
836
+
837
+ - **drive**: Clarify that comment listing defaults to unresolved comments only (#609)
838
+ - **doc**: Fix `--markdown` examples that teach literal `\n` (#602)
839
+ - **mail**: Remove `get_signatures` from skill reference, exposed via `+signature` instead (#545)
840
+
841
+ ## [v1.0.16] - 2026-04-21
842
+
843
+ ### Features
844
+
845
+ - **mail**: Support large email attachments (#537)
846
+ - **mail**: Add draft preview URL to draft operations (#438)
847
+ - **doc**: Add pre-write semantic warnings to `docs +update` (#569)
848
+ - **doc**: Add `--selection-with-ellipsis` position flag to `+media-insert` (#335)
849
+ - **calendar**: Support event share link and error details (#583)
850
+
851
+ ### Bug Fixes
852
+
853
+ - **doc**: Preserve round-trip formatting in `+fetch` output (#469)
854
+ - **docs**: Validate `--selection-by-title` format early (#256)
855
+ - **whiteboard**: Register `+media-upload` shortcut and add whiteboard parent type
856
+
857
+ ### Refactor
858
+
859
+ - Split `Execute` into `Build` + `Execute` with explicit IO and keychain injection (#371)
860
+ - **auth**: Simplify scope reporting in login flow (#582)
861
+
862
+ ## [v1.0.15] - 2026-04-20
863
+
864
+ ### Features
865
+
866
+ - **sheets**: Add float image shortcuts (#494)
867
+ - **approval**: Document `remind` and `initiated` methods in skill (#554)
868
+
869
+ ### Bug Fixes
870
+
871
+ - **base**: Preserve attachment metadata on base uploads (#563)
872
+ - **base**: Fix role view and record default permission on edit (#530)
873
+ - **sheets**: Normalize single-cell range in `+set-style` and `+batch-set-style` (#548)
874
+ - **im**: Cap `basic_batch` user_ids at 10 per API limit (#551)
875
+ - **install**: Refine install wizard messages (#529)
876
+ - **whiteboard**: Deprecate old `lark-whiteboard-cli` skill (#547)
877
+
878
+ ## [v1.0.14] - 2026-04-17
879
+
880
+ ### Features
881
+
882
+ - **mail**: Add email priority support for compose and read (#538)
883
+ - **mail**: Support scheduled send (#534)
884
+ - **drive**: Support sheet cell comments in `+add-comment` (#518)
885
+ - **doc**: Add `--file-view` flag to `+media-insert` (#419)
886
+ - **base**: Auto grant current user for bot create and copy (#497)
887
+ - **base**: Add identity priority strategy and error handling (#505)
888
+ - **auth**: Improve login scope handling and messages (#523)
889
+ - Add OKR business domain (#522)
890
+
891
+ ### Documentation
892
+
893
+ - **wiki**: Improve wiki skill docs and add wiki domain template (#512)
894
+ - **task**: Document `custom_fields` and `custom_field_options` API resources and permissions (#524)
895
+
896
+ ### Refactor
897
+
898
+ - **skills**: Introduce `lark-doc-whiteboard.md` and streamline whiteboard workflow (#502)
899
+
900
+ ## [v1.0.13] - 2026-04-16
901
+
902
+ ### Features
903
+
904
+ - **im**: Support user access token for file, image, audio, and video upload, aligning upload and send identity with `--as` flag (#474)
905
+ - **drive**: Add `drive +create-folder` shortcut with root-folder fallback and bot-mode auto-grant (#470)
906
+ - **wiki**: Add bot-mode auto-grant support to `wiki +node-create` (#470)
907
+ - **doc**: Default `skip_task_detail` in `docs +fetch` to reduce unnecessary task detail expansion (#471)
908
+
909
+ ### Bug Fixes
910
+
911
+ - **im**: Preserve original URL filename for uploaded file messages instead of generic `media.ext` names (#514)
912
+ - **whiteboard**: Use atomic overwrite API parameter for `whiteboard +update`, replacing read-then-delete approach (#483)
913
+
914
+ ### Documentation
915
+
916
+ - **base**: Unify record batch write limit to 200 and enforce serial writes for continuous operations (#499)
917
+ - **base**: Remove redundant reference documentation and command grouping chapters from SKILL.md (#500)
918
+
919
+ ### CI
920
+
921
+ - Consolidate workflows into layered CI pyramid with single `results` gate (#510)
922
+
923
+ ## [v1.0.12] - 2026-04-15
924
+
925
+ ### Features
926
+
927
+ - Add guided npm install flow that installs or upgrades the CLI, installs AI skills, and walks through app config and auth login (#464)
928
+ - **mail**: Add email signature support with `+signature`, `--signature-id` compose flags, and draft signature edit operations (#485)
929
+ - **mail**: Return recall hints for sent emails when recall is available (#481)
930
+ - **slides**: Add `+media-upload` and support `@path` image placeholders in `+create --slides` (#450)
931
+
932
+ ### Documentation
933
+
934
+ - **mail**: Add recipient search guidance to the mail skill workflow (#437)
935
+ - **calendar/vc**: Route past meeting queries to `lark-vc` and clarify historical date matching in skills (#482, #480)
936
+
937
+ ## [v1.0.11] - 2026-04-14
938
+
939
+ ### Features
940
+
941
+ - **sheets**: Add dropdown shortcuts for data validation management (`+set-dropdown`, `+update-dropdown`, `+get-dropdown`, `+delete-dropdown`) (#461)
942
+ - **task**: Add task search, tasklist search, related-task, set-ancestor, and subscribe-event shortcuts (#377)
943
+ - Streamline interactive login by removing the extra auth confirmation step (#451)
944
+
945
+ ### Bug Fixes
946
+
947
+ - **base**: Validate JSON object inputs for base shortcuts and reject `null` objects (#458)
948
+
949
+ ### Documentation
950
+
951
+ - **sheets**: Document value formats for formulas and special field types (#456)
952
+ - **readme**: Add Attendance to the features table (#460)
953
+
954
+ ## [v1.0.10] - 2026-04-13
955
+
956
+ ### Features
957
+
958
+ - **im**: Support im oapi range download for large files (#283)
959
+ - **sheets**: Add filter view and condition shortcuts (#422)
960
+ - **wiki**: Add wiki move shortcut with async task polling (#436)
961
+ - **drive**: Add drive `+create-shortcut` shortcut (#432)
962
+ - **drive**: Add drive files patch metadata API (#444)
963
+ - **task**: Support `--section-guid` flag in tasklist-task-add shortcut (#430)
964
+
965
+ ### Bug Fixes
966
+
967
+ - **base**: Support large base attachment uploads (#441)
968
+ - **config**: Clarify init copy for TTY, preserve original for AI (#448)
969
+ - **im**: Reject `--user-id` under bot identity for chat-messages-list (#340)
970
+ - **mail**: Add missing scopes for mail `+watch` shortcut (#357)
971
+ - **mail**: Restrict `--output-dir` to current working directory (#376)
972
+
973
+ ### Documentation
974
+
975
+ - **wiki**: Add wiki member operations to lark-wiki skill (#417)
976
+ - **task**: Document sections API resources, permissions, and URL parsing (#430)
977
+ - **doc**: Clarify when markdown escaping is needed (#312)
978
+
979
+ ## [v1.0.9] - 2026-04-11
980
+
981
+ ### Features
982
+
983
+ - Add attendance `user_task.query` (#405)
984
+ - Support minutes search (#359)
985
+ - **slides**: Add slides `+create` shortcut with `--slides` one-step creation (#389)
986
+ - **slides**: Return presentation URL in slides `+create` output (#425)
987
+ - **sheets**: Add dimension shortcuts for row/column operations (#413)
988
+ - **sheets**: Add cell operation shortcuts for merge, replace, and style (#412)
989
+ - **drive**: Add drive folder delete shortcut with async task polling (#415)
990
+
991
+ ### Documentation
992
+
993
+ - **drive**: Add guide for granting document permission to current bot (#414)
994
+
995
+ ## [v1.0.8] - 2026-04-10
996
+
997
+ ### Features
998
+
999
+ - Add `update` command with self-update, verification, and rollback (#391)
1000
+ - Add `--file` flag for multipart/form-data file uploads (#395)
1001
+ - Support file comment reply reactions (#380)
1002
+ - **base**: Add `+dashboard-arrange` command for auto-arranging dashboard blocks layout and `text` block type with Markdown support (#388)
1003
+ - **base**: Add record batch `+add` / `+set` shortcuts (#277)
1004
+ - **base**: Add `+record-search` for keyword-based record search (#328)
1005
+ - **base**: Add view visible fields `+get` / `+set` shortcuts (#326)
1006
+ - **base**: Add record field filters (#327)
1007
+ - **base**: Optimize workflow skills (#345)
1008
+ - **calendar**: Add room find workflow (#403)
1009
+ - **mail**: Add `--page-token` and `--page-size` to mail `+triage` (#301)
1010
+ - **whiteboard**: Add `+query` shortcut and enhance `+update` with Mermaid/PlantUML support (#382)
1011
+
1012
+ ### Bug Fixes
1013
+
1014
+ - Improve error hints for sandbox and initialization issues (#384)
1015
+ - Fix markdown line breaks support (#338)
1016
+ - Return raw base field and view responses (#378)
1017
+ - **base**: Return raw table list response and clarify sort help (#393)
1018
+ - **calendar**: Add default video meeting to `+create` (#383)
1019
+ - **mail**: Replace `os.Exit` with graceful shutdown in mail watch (#350)
1020
+
1021
+ ### Documentation
1022
+
1023
+ - **base**: Document Base attachment download via docs `+media-download` (#404)
1024
+ - Reorganize lark-base skill guidance (#374)
1025
+
1026
+ ## [v1.0.7] - 2026-04-09
1027
+
1028
+ ### Features
1029
+
1030
+ - Auto-grant current user access for bot-created docs, sheets, imports, and uploads (#360)
1031
+ - **mail**: Add `send_as` alias support, mailbox/sender discovery APIs, and mail rules API
1032
+ - **vc**: Extract note doc tokens from calendar event relation API (#333)
1033
+ - **wiki**: Add wiki node create shortcut (#320)
1034
+ - **sheets**: Add `+write-image` shortcut (#343)
1035
+ - **docs**: Add media-preview shortcut (#334)
1036
+ - **docs**: Add support for additional search filters (#353)
1037
+
1038
+ ### Bug Fixes
1039
+
1040
+ - **api**: Support stdin and quoted JSON inputs on Windows (#367)
1041
+ - **doc**: Post-process `docs +fetch` output to improve round-trip fidelity (#214)
1042
+ - **run**: Add missing binary check for lark-cli execution (#362)
1043
+ - **config**: Validate appId and appSecret keychain key consistency (#295)
1044
+
1045
+ ### Refactor
1046
+
1047
+ - Route base import guidance to drive `+import` (#368)
1048
+ - Migrate mail shortcuts to FileIO (#356)
1049
+ - Migrate drive/doc/sheets shortcuts to FileIO (#339)
1050
+ - Migrate base shortcuts to FileIO (#347)
1051
+
1052
+ ### Documentation
1053
+
1054
+ - **lark-doc**: Document advanced boolean and intitle search syntax for AI agents (#210)
1055
+
1056
+ ### Chore
1057
+
1058
+ - Add depguard and forbidigo rules to guide FileIO adoption (#342)
1059
+
1060
+ ## [v1.0.6] - 2026-04-08
1061
+
1062
+ ### Features
1063
+
1064
+ - Improve login scope validation and success output (#317)
1065
+ - **task**: Support starting pagination from page token (#332)
1066
+ - Support multipart doc media uploads (#294)
1067
+ - **mail**: Auto-resolve local image paths in all draft entry points (#205)
1068
+ - **vc**: Add `+recording` shortcut for `meeting_id` to `minute_token` conversion (#246)
1069
+
1070
+ ### Bug Fixes
1071
+
1072
+ - Resolve concurrency races in RuntimeContext (#330)
1073
+ - **config**: Save empty config before clearing keychain entries (#291)
1074
+ - Reject positional arguments in shortcuts (#227)
1075
+ - Improve raw API diagnostics for invalid or empty JSON responses (#257)
1076
+ - **docs**: Normalize `board_tokens` in `+create` response for mermaid/whiteboard content (#10)
1077
+ - **task**: Clarify `--complete` flag help for `get-my-tasks` (#310)
1078
+ - **help**: Point root help Agent Skills link to README section (#289)
1079
+
1080
+ ### Documentation
1081
+
1082
+ - Clarify `--complete` flag behavior in `get-my-tasks` reference (#308)
1083
+
1084
+ ### Refactor
1085
+
1086
+ - Migrate VC/minutes shortcuts to FileIO (#336)
1087
+ - Migrate common/client/IM to FileIO and add localfileio tests (#322)
1088
+
1089
+ ## [v1.0.5] - 2026-04-07
1090
+
1091
+ ### Features
1092
+
1093
+ - **drive**: Support multipart upload for files larger than 20MB (#43)
1094
+ - Add darwin file master key fallback for keychain writes (#285)
1095
+ - Add strict mode identity filter, profile management and credential extension (#252)
1096
+
1097
+ ### Bug Fixes
1098
+
1099
+ - **mail**: Restore CID validation and stale PartID lookup lost in revert (#230)
1100
+ - **base**: Clarify table-id `tbl` prefix requirement (#270)
1101
+ - Fix parameter constraints for LarkMessageTrigger (#213)
1102
+
1103
+ ### Documentation
1104
+
1105
+ - Fix root calendar example (#299)
1106
+ - Fix README auth scope and api data flag (#298)
1107
+ - Clarify task guid for applinks (#287)
1108
+ - Clarify lark task guid usage (#282)
1109
+ - **lark-base**: Add `has_more` guidance for record-list pagination (#183)
1110
+
1111
+ ### Tests
1112
+
1113
+ - Isolate registry package state in tests (#280)
1114
+
1115
+ ### CI
1116
+
1117
+ - Add scheduled issue labeler for type/domain triage (#251)
1118
+ - **issue-labels**: Reduce mislabeling and handle missing labels (#288)
1119
+ - Map wiki paths in pr labels (#249)
1120
+
1121
+ ## [v1.0.4] - 2026-04-03
1122
+
1123
+ ### Features
1124
+
1125
+ - Support user identity for im `+chat-create` (#242)
1126
+ - Implement authentication response logging (#235)
1127
+ - Support im chat member delete and add scope notes (#229)
1128
+
1129
+ ### Bug Fixes
1130
+
1131
+ - **security**: Replace `http.DefaultTransport` with proxy-aware base transport to mitigate MITM risk (#247)
1132
+ - **calendar**: Block auto bot fallback without user login (#245)
1133
+
1134
+ ### Documentation
1135
+
1136
+ - **mail**: Add identity guidance to prefer user over bot (#157)
1137
+
1138
+ ### Refactor
1139
+
1140
+ - **dashboard**: Restructure docs for AI-friendly navigation (#191)
1141
+
1142
+ ### CI
1143
+
1144
+ - Add a CLI E2E testing framework for lark-cli, task domain testcase and ci action (#236)
1145
+
1146
+ ## [v1.0.3] - 2026-04-02
1147
+
1148
+ ### Features
1149
+
1150
+ - Add `--jq` flag for filtering JSON output (#211)
1151
+ - Add `+download` shortcut for minutes media download (#101)
1152
+ - Add drive import, export, move, and task result shortcuts (#194)
1153
+ - Support im message send/reply with uat (#180)
1154
+ - Add approve domain (#217)
1155
+
1156
+ ### Bug Fixes
1157
+
1158
+ - **mail**: Use in-memory keyring in mail scope tests to avoid macOS keychain popups (#212)
1159
+ - **mail**: On-demand scope checks and watch event filtering (#198)
1160
+ - Use curl for binary download to support proxy and add npmmirror fallback (#226)
1161
+ - Normalize escaped sheet range separators (#207)
1162
+
1163
+ ### Documentation
1164
+
1165
+ - **mail**: Clarify JSON output is directly usable without extra encoding (#228)
1166
+ - Clarify docs search query usage (#221)
1167
+
1168
+ ### CI
1169
+
1170
+ - Add gitleaks scanning workflow and custom rules (#142)
1171
+
1172
+ ## [v1.0.2] - 2026-04-01
1173
+
1174
+ ### Features
1175
+
1176
+ - Improve OS keychain/DPAPI access error handling for sandbox environments (#173)
1177
+ - **mail**: Auto-resolve local image paths in draft body HTML (#139)
1178
+
1179
+ ### Bug Fixes
1180
+
1181
+ - Correct URL formatting in login `--no-wait` output (#169)
1182
+
1183
+ ### Documentation
1184
+
1185
+ - Add concise AGENTS development guide (#178)
1186
+
1187
+ ### CI
1188
+
1189
+ - Refine PR business area labels and introduce skill format check (#148)
1190
+
1191
+ ### Chore
1192
+
1193
+ - Add pull request template (#176)
1194
+
1195
+ ## [v1.0.1] - 2026-03-31
1196
+
1197
+ ### Features
1198
+
1199
+ - Add automatic CLI update detection and notification (#144)
1200
+ - Add npm publish job to release workflow (#145)
1201
+ - Support auto extension for downloads (#16)
1202
+ - Remove useless files (#131)
1203
+ - Normalize markdown message send/reply output (#28)
1204
+ - Add auto-pagination to messages search and update lark-im docs (#30)
1205
+
1206
+ ### Bug Fixes
1207
+
1208
+ - **base**: Use base history read scope for record history list (#96)
1209
+ - Remove sensitive send scope from reply and forward shortcuts (#92)
1210
+ - Resolve silent failure in `lark-cli api` error output (#85)
1211
+
1212
+ ### Documentation
1213
+
1214
+ - **base**: Clarify field description usage in json (#90)
1215
+ - Update Base description to include all capabilities (#61)
1216
+ - Add official badge to distinguish from third-party Lark CLI tools (#103)
1217
+ - Rename user-facing Bitable references to Base (#11)
1218
+ - Add star history chart to readmes (#12)
1219
+ - Simplify installation steps by merging CLI and Skills into one section (#26)
1220
+ - Add npm version badge and improve AI agent tip wording (#23)
1221
+ - Emphasize Skills installation as required for AI Agents (#19)
1222
+ - Clarify install methods as alternatives and add source build steps
1223
+
1224
+ ### CI
1225
+
1226
+ - Improve CI workflows and add golangci-lint config (#71)
1227
+
1228
+ ## [v1.0.0] - 2026-03-28
1229
+
1230
+ ### Initial Release
1231
+
1232
+ The first open-source release of **Lark CLI** — the official command-line interface for [Lark/Feishu](https://www.larksuite.com/).
1233
+
1234
+ ### Features
1235
+
1236
+ #### Core Commands
1237
+
1238
+ - **`lark api`** — Make arbitrary Lark Open API calls directly from the terminal with flexible parameter support.
1239
+ - **`lark auth`** — Complete OAuth authentication flow, including interactive login, logout, token status, and scope management.
1240
+ - **`lark config`** — Manage CLI configuration, including `init` for guided setup and `default-as` for switching contexts.
1241
+ - **`lark schema`** — Inspect available API services and resource schemas.
1242
+ - **`lark doctor`** — Run diagnostic checks on CLI configuration and environment.
1243
+ - **`lark completion`** — Generate shell completion scripts for Bash, Zsh, Fish, and PowerShell.
1244
+
1245
+ #### Service Shortcuts
1246
+
1247
+ Built-in shortcuts for commonly used Lark APIs, enabling concise commands like `lark im send` or `lark drive upload`:
1248
+
1249
+ - **IM (Messaging)** — Send messages, manage chats, and more.
1250
+ - **Drive** — Upload, download, and manage cloud documents.
1251
+ - **Docs** — Work with Lark documents.
1252
+ - **Sheets** — Interact with spreadsheets.
1253
+ - **Base** — Manage multi-dimensional tables.
1254
+ - **Calendar** — Create and manage calendar events.
1255
+ - **Mail** — Send and manage emails.
1256
+ - **Contact** — Look up users and departments.
1257
+ - **Task** — Create and manage tasks.
1258
+ - **Event** — Subscribe to and manage event callbacks.
1259
+ - **VC (Video Conference)** — Manage meetings.
1260
+ - **Whiteboard** — Interact with whiteboards.
1261
+
1262
+ #### AI Agent Skills
1263
+
1264
+ Bundled AI agent skills for intelligent assistance:
1265
+
1266
+ - `lark-im`, `lark-doc`, `lark-drive`, `lark-sheets`, `lark-base`, `lark-calendar`, `lark-mail`, `lark-contact`, `lark-task`, `lark-event`, `lark-vc`, `lark-whiteboard`, `lark-wiki`, `lark-minutes`
1267
+ - `lark-openapi-explorer` — Explore and discover Lark APIs interactively.
1268
+ - `lark-skill-maker` — Create custom AI skills.
1269
+ - `lark-workflow-meeting-summary` — Automated meeting summary workflow.
1270
+ - `lark-workflow-standup-report` — Automated standup report workflow.
1271
+ - `lark-shared` — Shared skill utilities.
1272
+
1273
+ #### Developer Experience
1274
+
1275
+ - Cross-platform support (macOS, Linux, Windows) via GoReleaser.
1276
+ - Shell completion for Bash, Zsh, Fish, and PowerShell.
1277
+ - Bilingual documentation (English & Chinese).
1278
+ - CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
1279
+
1280
+ [v1.0.59]: https://github.com/larksuite/cli/releases/tag/v1.0.59
1281
+ [v1.0.58]: https://github.com/larksuite/cli/releases/tag/v1.0.58
1282
+ [v1.0.57]: https://github.com/larksuite/cli/releases/tag/v1.0.57
1283
+ [v1.0.56]: https://github.com/larksuite/cli/releases/tag/v1.0.56
1284
+ [v1.0.55]: https://github.com/larksuite/cli/releases/tag/v1.0.55
1285
+ [v1.0.54]: https://github.com/larksuite/cli/releases/tag/v1.0.54
1286
+ [v1.0.53]: https://github.com/larksuite/cli/releases/tag/v1.0.53
1287
+ [v1.0.52]: https://github.com/larksuite/cli/releases/tag/v1.0.52
1288
+ [v1.0.51]: https://github.com/larksuite/cli/releases/tag/v1.0.51
1289
+ [v1.0.50]: https://github.com/larksuite/cli/releases/tag/v1.0.50
1290
+ [v1.0.49]: https://github.com/larksuite/cli/releases/tag/v1.0.49
1291
+ [v1.0.48]: https://github.com/larksuite/cli/releases/tag/v1.0.48
1292
+ [v1.0.47]: https://github.com/larksuite/cli/releases/tag/v1.0.47
1293
+ [v1.0.46]: https://github.com/larksuite/cli/releases/tag/v1.0.46
1294
+ [v1.0.45]: https://github.com/larksuite/cli/releases/tag/v1.0.45
1295
+ [v1.0.44]: https://github.com/larksuite/cli/releases/tag/v1.0.44
1296
+ [v1.0.43]: https://github.com/larksuite/cli/releases/tag/v1.0.43
1297
+ [v1.0.42]: https://github.com/larksuite/cli/releases/tag/v1.0.42
1298
+ [v1.0.41]: https://github.com/larksuite/cli/releases/tag/v1.0.41
1299
+ [v1.0.40]: https://github.com/larksuite/cli/releases/tag/v1.0.40
1300
+ [v1.0.39]: https://github.com/larksuite/cli/releases/tag/v1.0.39
1301
+ [v1.0.38]: https://github.com/larksuite/cli/releases/tag/v1.0.38
1302
+ [v1.0.37]: https://github.com/larksuite/cli/releases/tag/v1.0.37
1303
+ [v1.0.36]: https://github.com/larksuite/cli/releases/tag/v1.0.36
1304
+ [v1.0.35]: https://github.com/larksuite/cli/releases/tag/v1.0.35
1305
+ [v1.0.34]: https://github.com/larksuite/cli/releases/tag/v1.0.34
1306
+ [v1.0.33]: https://github.com/larksuite/cli/releases/tag/v1.0.33
1307
+ [v1.0.32]: https://github.com/larksuite/cli/releases/tag/v1.0.32
1308
+ [v1.0.31]: https://github.com/larksuite/cli/releases/tag/v1.0.31
1309
+ [v1.0.30]: https://github.com/larksuite/cli/releases/tag/v1.0.30
1310
+ [v1.0.29]: https://github.com/larksuite/cli/releases/tag/v1.0.29
1311
+ [v1.0.28]: https://github.com/larksuite/cli/releases/tag/v1.0.28
1312
+ [v1.0.27]: https://github.com/larksuite/cli/releases/tag/v1.0.27
1313
+ [v1.0.26]: https://github.com/larksuite/cli/releases/tag/v1.0.26
1314
+ [v1.0.25]: https://github.com/larksuite/cli/releases/tag/v1.0.25
1315
+ [v1.0.24]: https://github.com/larksuite/cli/releases/tag/v1.0.24
1316
+ [v1.0.23]: https://github.com/larksuite/cli/releases/tag/v1.0.23
1317
+ [v1.0.22]: https://github.com/larksuite/cli/releases/tag/v1.0.22
1318
+ [v1.0.21]: https://github.com/larksuite/cli/releases/tag/v1.0.21
1319
+ [v1.0.20]: https://github.com/larksuite/cli/releases/tag/v1.0.20
1320
+ [v1.0.19]: https://github.com/larksuite/cli/releases/tag/v1.0.19
1321
+ [v1.0.18]: https://github.com/larksuite/cli/releases/tag/v1.0.18
1322
+ [v1.0.17]: https://github.com/larksuite/cli/releases/tag/v1.0.17
1323
+ [v1.0.16]: https://github.com/larksuite/cli/releases/tag/v1.0.16
1324
+ [v1.0.15]: https://github.com/larksuite/cli/releases/tag/v1.0.15
1325
+ [v1.0.14]: https://github.com/larksuite/cli/releases/tag/v1.0.14
1326
+ [v1.0.13]: https://github.com/larksuite/cli/releases/tag/v1.0.13
1327
+ [v1.0.12]: https://github.com/larksuite/cli/releases/tag/v1.0.12
1328
+ [v1.0.11]: https://github.com/larksuite/cli/releases/tag/v1.0.11
1329
+ [v1.0.10]: https://github.com/larksuite/cli/releases/tag/v1.0.10
1330
+ [v1.0.9]: https://github.com/larksuite/cli/releases/tag/v1.0.9
1331
+ [v1.0.8]: https://github.com/larksuite/cli/releases/tag/v1.0.8
1332
+ [v1.0.7]: https://github.com/larksuite/cli/releases/tag/v1.0.7
1333
+ [v1.0.6]: https://github.com/larksuite/cli/releases/tag/v1.0.6
1334
+ [v1.0.5]: https://github.com/larksuite/cli/releases/tag/v1.0.5
1335
+ [v1.0.4]: https://github.com/larksuite/cli/releases/tag/v1.0.4
1336
+ [v1.0.3]: https://github.com/larksuite/cli/releases/tag/v1.0.3
1337
+ [v1.0.2]: https://github.com/larksuite/cli/releases/tag/v1.0.2
1338
+ [v1.0.1]: https://github.com/larksuite/cli/releases/tag/v1.0.1
1339
+ [v1.0.0]: https://github.com/larksuite/cli/releases/tag/v1.0.0