mirror of
https://github.com/larksuite/cli.git
synced 2026-07-03 14:02:43 +08:00
44 KiB
44 KiB
Changelog
All notable changes to this project will be documented in this file.
v1.0.53 - 2026-06-12
Features
- auth: Revoke user tokens server-side on
auth logout(#1434) - auth: Add
--jsonflag support to auth subcommands (#1431) - token: Mint TAT via unified OAuth v3 Token Endpoint (#1408)
- note: Split note into a dedicated domain with
+detailand+transcriptflows (#1345, #1417, #1435) - im: Unify sort flags into
--sortfield and--orderdirection (#1302)
Bug Fixes
- apps: Read release error_logs from
data.error_logsin+release-get(#1436)
Documentation
- skills: Optimize whiteboard skill (#1371)
- skills: Optimize okr skill (#1368)
v1.0.52 - 2026-06-11
Features
- events: Per-resource subscription identity + Match hook (#1185)
- apps: Emit typed error envelopes across the apps domain (#1288)
- wiki: Emit typed error envelopes across the wiki domain (#1350)
- im: Add
--chat-modesfilter to chat search (#1317) - apps: Exclude
.gitdirectory from+html-publishpackage (#1396) - build: Support riscv64 prebuilt binaries in release and install pipeline
Bug Fixes
- apps: Support git credential dry-run (#1390)
- whiteboard: Fix parsing empty whiteboard content (#1391)
- build: Make
-raceflag arch-conditional to support riscv64
Documentation
- im: Document
chat.user_settingbatch_query/batch_update (#1339) - im: Document
chat.managersandchat.moderationAPI resources (#1294) - skills: Optimize lark-drive skill routing (#1284)
- skills: Expand cite user guidance and fix typos (#1394)
v1.0.51 - 2026-06-10
Features
- apps: Support multi dev modes (#1175)
- im: Complete audio/post rendering and add opt-in
--download-resources(#1245) - base: Configure initial base table schema (#1377)
- vc: Add recording event support (#1369)
- minutes: Replace words for transcript (#1372)
- markdown: Emit typed error envelopes across the markdown domain (#1347)
- sheets: Emit typed error envelopes across the sheets domain (#1348)
- slides: Emit typed error envelopes across the slides domain (#1349)
Documentation
- skills: Warn about
@fileabsolute path restriction in lark-doc skills (#1375) - skills: Remove unsupported ⚠️ from callout emoji list (#1374)
v1.0.50 - 2026-06-09
Features
- doc: Emit typed error envelopes across the doc domain (#1346)
- event: Emit typed error envelopes across the event domain (#1289)
- contact: Emit typed error envelopes across the contact domain (#1287)
- sheets: Guard
+csv-put --csvagainst a path passed without@(#1337) - cli: Adjust agent timeout hint output conditions (#1328)
Bug Fixes
- drive: Add
@file/stdin support to+add-comment --content(#1343) - slides: Build create URL locally instead of drive metas call (#1329)
- cli: Clarify
--block-idsupports comma-separated batch delete in help text (#1336)
Documentation
- doc: Replace append with
block_insert_afterin skeleton workflow guidance (#1340) - doc: Document
<folder-manager>resource block (#1168) - drive: Add drive comment location guidance (#1258)
v1.0.49 - 2026-06-08
Features
- events: Add whiteboard event domain with per-board subscription (#1265)
- im: Support feed group (#1102)
- im: Add feed shortcut create, list, and remove shortcuts (#1273)
- im: Format feed group error handling (#1308)
- im: Return typed error envelopes across the im domain (#1230)
- base: Emit typed error envelopes across the base domain (#1248)
- calendar: Emit typed error envelopes across the calendar domain (#1232)
- task: Emit typed error envelopes across the task domain (#1231)
- okr,whiteboard: Emit typed error envelopes across both domains (#1236)
- minutes,vc: Emit typed error envelopes across both domains (#1234)
- markdown: Harden create upload failures (#1325)
- drive: Harden inspect shortcut failures (#1324)
- slides: Add IconPark lookup for Lark slides (#1123)
- doc: Remove docs v1 API (#1291)
- cli: Add
skillscommand to read embedded skill content (#1318) - cli: Fetch official skills index (#1301)
- shared: Document relative-path-only file arguments (#1319)
- scopes: Clear
recommend.allowscope auto-approve overrides (#1272) - shortcuts: Check shortcut example commands against the live CLI tree (#1244)
Bug Fixes
- events: Keep bounded event consume runs alive after stdin EOF (#1285)
- drive: Use docs secure label read scope (#1281)
Documentation
- approval: Restructure skill with intent table and scope boundaries (#1307)
- skills: Tighten drive and markdown guardrails (#1326)
- skills: Optimize calendar, vc, and minutes skill guidance (#1269)
- markdown: Add markdown domain template (#1293)
- markdown: Improve lark-markdown skill guidance (#1279)
- doc: Improve lark-doc skill guidance (#1283)
- wiki: Optimize skill guidance and routing boundaries (#1275)
- slides: Tighten routing/boundary and reconcile in-slide whiteboard (#1169)
v1.0.48 - 2026-06-04
Features
- mail: Preserve mailbox context in
+triageoutput for public mailboxes (#1238) - contact: Add contact skill domain guidance (#1144)
Bug Fixes
- skills: Use JSON skills list during update (#1251)
Documentation
- drive: Refine lark-drive knowledge organize workflow (#1253)
- vc-agent: Require explicit leave request (#1260)
- slides: Add whiteboard element documentation and improve slide guidance (#1029)
v1.0.47 - 2026-06-03
Features
- sheets: Add spec-driven shortcut package with backward-compatible wrapper (#1220)
- base: Add base block shortcuts (#1044)
- im: Complete card message format (#1198)
- im: Improve markdown guidance for messages (#1237)
- vc: Forward invite call-id on meeting join (#1243)
- drive: Emit typed error envelopes across the drive domain (#1205)
- common: Emit typed validation errors from shared shortcut pre-checks (#1242)
- mail: Validate
message_idsin+messagesbefore batch get (#1202) - wiki: Support
appidmember type (#1235) - cli: Add
--jsonflag as no-op alias for--format json(#1104) - config: Validate credentials after
config init(#1151)
Bug Fixes
- skills: Recover empty fallback for skills to update (#1233)
v1.0.46 - 2026-06-02
Features
- im: Add card message format support (#1218)
- im: Resolve markdown blank-line formatting inconsistency in post messages (#1216)
- vc: Inline transcript from artifacts API and add keywords (#1206)
- transport: Add proxy plugin mode for CLI HTTP transport (#1181)
- agent: Increase agent trace max length to 1024 (#1211)
- shortcuts: Unconditionally inject
--formatflag for all shortcuts (#1156)
Bug Fixes
- cli: Remove FLAGS section from root
--help(#1226) - cli: Stop root
--helplisting per-command flags as global (#1223)
Refactor
- transport: Own all HTTP transport in
internal/transport, fix util layering inversion (#1213)
Documentation
- base: Optimize base skill references (#1171)
- drive: Add Lark Drive knowledge organization workflow (#1028)
v1.0.45 - 2026-06-01
Features
- errors: Add typed envelope contract for auth-domain errors (#1135)
- platform: Support multiple policy rules per plugin (#1182)
Bug Fixes
- vc: Add domain boundaries and enrich
+notes(#1172) - whiteboard: Fix whiteboard skill (#1180)
Refactor
- auth: Update login hint and split-flow docs (#1201)
v1.0.44 - 2026-05-29
Features
- base: Add dashboard block data shortcut and workflow docs (#1067)
- im: Support
--typesflag for listing p2p single chats inchat-list(#1077) - agent: Add agent header support (#1158)
Bug Fixes
- im: Correct 64-bit MP4 box size handling to prevent panic on crafted media (#1165)
- install: Detect curl version before using
--ssl-revoke-best-effort(#1124) - vc: Correct
--minute-tokento--minute-tokensin recording reference (#1170) - whiteboard: Fix whiteboard skill (#1166)
v1.0.43 - 2026-05-28
Features
- event: Support
notegenerated event (#1159) - config: Decouple
--langpreference from TUI display language (#1132) - mail: Add HTML lint library with Larksuite-native autofix for
lark-mail(#1019)
Bug Fixes
- config: Propagate
Langacross credential boundary; respectCurrentAppin priorLang (#1157) - config: Allow lark-channel bind source override (#1154)
- im: Clarify
messages-senddry-run chat membership (#1150) - base: Include
log_idin attachment media errors (#1133)
Performance
- im: Parallelize reactions, thread_replies, and merge_forward fetches (#1146)
Documentation
- im: Update IM skill urgent APIs (#1153)
v1.0.42 - 2026-05-27
Features
- mail: Add
+draft-sendshortcut for batch draft sending (#1017) - im: Enrich messages with reactions and output
update_time(#1095) - schema: Output JSON spec envelope for all API commands (#1048)
- event: Support
vc/note/minuteevents (#1113) - drive: Add secure label shortcuts (#985)
- affordance: Use description and command in affordance example schema (#1126)
Bug Fixes
- docs: Remove unsupported
fetchtext format (#1109)
Refactor
- auth: Drop duplicate top-level user fields in
status(#1128)
Documentation
- doc: Document block anchor URLs in
lark-docskill (#1120) - whiteboard: Improve SVG/Mermaid instructions (#1097)
v1.0.41 - 2026-05-26
Features
- minutes: Add minutes edit shortcuts (#1036)
- minutes: Get minutes keywords (#1079)
- slides: Support importing pptx as slides (#1068)
- config: Add
keychain-downgradesubcommand (macOS) (#1085) - errors: Add structured CLI error contract (#984)
- apps: Replace
+html-publishcwd hard-reject with credential-file scan (#1072)
Bug Fixes
- drive: Support doubao drive inspect URL variants (#1106)
- skills: Sync skills incrementally during update (#1042)
- apps: Read app object from
data.appfor+createand+update(#1087) - common: Escape special chars in multipart form filenames (#1037)
- auth: Remove fenced code block guidance from auth URL output hints (#1088)
Documentation
- skills: Fix agent routing for doubao.com URLs (#1082)
- task: Require
--complete=falsefor pending standup summaries (#1101) - base: Document UI-only field settings (#1078)
- contributing: Clarify contributor guidance (#1096)
v1.0.40 - 2026-05-25
Features
- wiki: Add exponential backoff retry for
+node-createlock contention (#1012) - auth: Add
auth qrcodesubcommand and update auth docs/hints (#968)
Bug Fixes
- wiki: Rename
+node-get --tokento--node-token, keep alias (#1074) - output: Classify wiki lock-contention error (131009) with retry hint (#1014)
- contact: Add actionable hint when fanout search all-fail with no API code (#1054)
- permission: Annotate auto-grant permission failures with
required_scopeandconsole_url(#1045) - validation: Use
ErrValidationinstead offmt.ErrorfinValidatepaths (#1001)
Documentation
- skills: Add 云盘/云存储 alias alongside 云空间 for agent clarity (#1073)
- task: Refresh
lark-taskshortcut docs (#1057)
v1.0.39 - 2026-05-22
Features
- slides: Add
+exportshortcut to export slides (#988) - sidecar: Support multi-client identity isolation in
server-demovia per-client HMAC keys, preventing UAT cross-contamination when multiple CLI sandboxes share one sidecar (#934) - im: Support Markdown image rendering in post content (#893)
Bug Fixes
- scope: Add 22 new scope entries to scope priorities (#1050)
Documentation
- base: Update location
full_addressguidance (#754) - apps: Refine
lark-appsskill description and surface, documentindex.html/--pathhard constraints (#1040)
v1.0.38 - 2026-05-22
Features
- apps: Gate the Miaoda apps domain off on the Lark brand — the
appsshortcut subtree returns a structured brand-restriction error,auth login --domain appsis rejected,--domain allskips it, andspark:*scopes are no longer requested (#1025)
v1.0.37 - 2026-05-21
Features
- apps: Add miaoda apps domain with 6 shortcuts covering
+create/+update/+list/+access-scope-get/+access-scope-set/+html-publish(#1002)
Bug Fixes
- permission: Surface auto-grant skipped/failed cases via stderr warnings and a
hintfield in thepermission_grantJSON output (#1015) - sheets: Use
FileIOfor+write-imageinput so stdin /-works consistently (#996)
v1.0.36 - 2026-05-21
Features
- drive/markdown: Return real tenant URLs for
drive +uploadandmarkdown +create(#992)
Bug Fixes
- auth: Return validation error when
--scopeis empty inauth check(#999)
Documentation
- lark-drive: Improve search evidence guidance (#864)
v1.0.35 - 2026-05-20
Features
- markdown: Support wiki node target in
+create(#883) - markdown: Add
+diffshortcut (#876) - base: Add form
+detail/+submitshortcuts (#759) - skills: Add incremental skills sync (#965)
- doc: Warn before overwrite when document contains whiteboard or file blocks (#825)
Documentation
- im: Clarify media key formats for message media flags (#991)
- im: Add media-preview reference (#990)
- drive: Migrate
docs +searchtodrive +searchand fixcreator_idsowner semantic (#951) - drive: Prefer local comments for drive reviews (#981)
- wiki: Add wiki base fast path (#982)
v1.0.34 - 2026-05-19
Features
- drive: Switch markdown export to V2
docs_aifetch API (#948) - drive: Add
+inspectshortcut for document URL inspection with wiki unwrapping (#947) - wiki: Add
+node-get/+node-delete/+space-createshortcuts (#904) - base: Support Base attachment APIs (#887)
- mail: Validate
bot+mailbox=meand add dynamic--ashelp tests (#895) - mail: Expose draft priority in
--inspectprojection and document--set-priority(#779)
Bug Fixes
- identitydiag: Harden verify path and tighten status semantics (#961)
- wiki: Surface real node URL for
+node-create/+node-copy(#960) - auth: Split bot and user identity diagnostics (#957)
- base: Address Base attachment review follow-ups (#958)
- docs: Clarify
replace_allselection errors (#954)
Documentation
- drive: Clarify add comment constraints (#967)
- lark-im: Clarify message activity search (#865)
Tests
- Verify e2e resource cleanup (#949)
- lint: Exclude
bidichkfrom test files (#959)
v1.0.33 - 2026-05-18
Features
- markdown: Add
+patchshortcut (#857) - slides: Improve slide planning and validation guidance (#847)
- drive: Add
+syncworkflow for Drive directories (#873) - drive: Add drive version shortcut (#841)
- extension: Plugin / Hook framework with command pruning (#910)
Bug Fixes
- sheets: Explicitly document safe JSON unmarshal ignore in
DryRun(#935) - base: Mark base field update high risk (#936)
- auth: Guide agents to yield during auth device flow (#933)
Documentation
- lark-wiki: Correct the
--asdefault-identity claim (#919)
Tests
- Drop stale e2e
--yesflags (#920)
v1.0.32 - 2026-05-15
Features
- doc: Add
--width/--heightflags todocs +media-insert(#832) - wiki: Add
+space-list/+node-list/+node-copyshortcuts (#392)
Bug Fixes
- drive: Preserve parent token on nested overwrite (#908)
- selfupdate: Use
LookPathinstead ofExecutablefor binary verification (#886) - registry: Wait for background meta refresh before test reset (#894)
Documentation
- doc: Add SVG whiteboard support to
lark-docv2 skill (#901) - drive: Add permission public patch error guidance (#863)
v1.0.31 - 2026-05-14
Features
- install: Skip interactive prompts in non-TTY environments (#888)
- update: Recommend
lark-cli updateovernpm installfor AI agents (#884) - im: Add
--exclude-mutedto+chat-searchand new+chat-listshortcut (#820) - auth: Add
--excludeflag and allow combining--scopewith--domain/--recommend(#844) - drive: Add modified-time smart sync mode (#859)
- approval: Add
tasks.add_signandtasks.rollbackmethods (#867)
v1.0.30 - 2026-05-13
Features
- im: Add
--chat-mode topicto+chat-create(#790)
Bug Fixes
- auth: Support comma-separated
--scopeinauth login(#764) - auth: Clarify URL handling in auth messages and docs (#856)
- bind: Accept
~/paths in OpenClaw secret references (#839)
Tests
- update: Isolate stamp writes from real
~/.lark-cli/skills.stamp(#858)
v1.0.29 - 2026-05-12
Features
- vc: Add agent meeting join, leave, and events shortcuts (#824)
- mail: Add unknown-flag fuzzy match for
lark-cli mailcommands (#806) - whiteboard: Pin
whiteboard-clitov0.2.11inlark-whiteboardskill (#850)
Bug Fixes
- Silence misleading "skills not installed" startup notice (#801)
Documentation
- base: Refine data analysis SOP wording (#784, #849)
- Update README capability descriptions (#793)
v1.0.28 - 2026-05-11
Features
- im: Support UAT for
messages.forwardand addthreads.forward(#689) - im: Add flag shortcuts
+flag-create/+flag-list/+flag-cancelfor message bookmarks (#770)
Bug Fixes
- drive: Handle duplicate remote sync paths (#803)
Documentation
- im: Name
--query/--member-idsin+chat-searchshortcut row (#812)
v1.0.27 - 2026-05-09
Features
- config: Add
lark-channelas a bind source (#786)
Bug Fixes
- install: Fix installation errors when PowerShell is disabled by Group Policy (#789)
Documentation
- task: Clarify task member id types in references (#777)
v1.0.26 - 2026-05-08
Features
- im: Add
message_app_linkto message outputs (#668) - auth: Add scope hint for missing authorization errors (#776)
Bug Fixes
- base: Clean error detail output (#783)
- whiteboard: Reclassify
+updateaswriterisk (#775)
Documentation
- mail: Add data integrity and write-confirmation rules (#749)
v1.0.25 - 2026-05-07
Features
- Add skills version drift notice and unify update flow (#723)
Bug Fixes
- Remove misleading default value from
--asflag help text (#769) - Handle negative truncate lengths (#744)
- Reject invalid JSON pointer escapes (#741)
- Migrate task shortcut errors to structured
output.Errorf/ErrValidation(#740)
Documentation
- Clarify base
user_open_idguidance (#763)
v1.0.24 - 2026-05-06
Features
- sheets: Add sheet management shortcuts (#722)
- base: Support batch record get and delete (#630)
- task: Add upload task attachment shortcut (#736)
- drive: Pre-flight 10000-rune total cap for
+add-commentreply_elements(#605)
Bug Fixes
- auth: Handle missing scopes and device flow improvements (#752)
- Add url to markdown
+createoutput (#753)
Documentation
- Refine field update conversion guidance (#748)
v1.0.23 - 2026-04-30
Features
- drive: Add
+pullshortcut for one-way Drive → local mirror (#696) - drive: Add
+pushshortcut for one-way local → Drive mirror (#709) - drive: Add
+statusshortcut for content-hash diff (#692) - drive: Support
--file-namefor drive export (#685) - base: Add markdown output for record reads (#726)
- minutes: Add media upload shortcut (#725)
- doc: Warn when callout uses
type=withoutbackground-color(#467) - cmdutil: Support
@filefor params and data (#724) - Add markdown shortcuts and skill docs (#704)
Documentation
- doc: Guide lark-doc v2 usage (#710)
- minutes: Clarify minutes file-to-notes routing (#732)
v1.0.22 - 2026-04-29
Features
- task: Add resource agent &
agent_task_step_info(#693) - task: Support app task members by id (#712)
- contact: Add
--queriesmulti-name fanout to+search-user(#707) - slides: Add slide templates with template-first skill guidance (#684)
- mail: Support calendar events in emails (#646)
- install: Honor
npm_config_registryfor binary URL resolution with npmmirror fallback (#690)
Bug Fixes
- install: Make Windows zip extraction resilient (#713)
- config/init: Respect
--brandflag in--newmode (#711)
Documentation
- base: Clarify base search routing (#708)
- base: Align base skills and view config contracts (#653)
v1.0.21 - 2026-04-28
Features
- contact: Add search filters and richer profile fields to
+search-user(#648) - common: Backfill resource URL when create APIs omit it (#680)
- risk: Add risk tiering for command sensitivity classification (#633)
- okr: Add progress records support (#574)
- calendar: Enhance event search and meeting room finding (#679)
- event: Add event subscription & consume system (#654)
- drive: Extend
+add-commentto support slides targets (#674) - slides: Add font management for slides (#681)
Bug Fixes
- cmdutil: Default flag completions to disabled (#688)
- e2e/wiki: Pass
obj_typewhen deleting wiki nodes in cleanup (#687) - readme: Fix readme statistics (#691)
v1.0.20 - 2026-04-27
Features
- drive: Add
+searchshortcut with flat filter flags (#658) - mail: Support sharing emails to IM chats via
+share-to-chat(#637) - calendar: Add
+updateshortcut (#678) - im: Add
--at-chatter-idsfilter to+messages-search(#612) - pagination: Preserve pagination state on truncation and natural end (#659)
- lark-im: Add
chat.members.botsto skill docs (#616)
Bug Fixes
- strict-mode: Reject explicit
--asinstead of silently overriding it (#673) - whiteboard: Manual disable edge case for svg compatibility (#661)
Documentation
- lark-drive: Add missing import command examples (#669)
- readme: Add Project (Meegle) to Features table (#660)
v1.0.19 - 2026-04-24
Features
- mail: Add read receipt support —
--request-receipton compose,+send-receipt/+decline-receiptfor response - doc: Add v2 API for
docs +create/+fetch/+update(#638) - im: Request thread roots for chat message list (#635)
- drive: Support wiki node targets in
+upload(#611) - config: Block
auth/configwhen external credential provider is active (#627) - whiteboard: Pin
whiteboard-clitov0.2.10inlark-whiteboardskill (#649)
v1.0.18 - 2026-04-23
Features
- base: Support
.baseimport and export for bitable (#599) - config: Add
config bindfor per-Agent credential isolation (#515) - slides: Add
+replace-slideshortcut for block-level XML edits (#516) - wiki: Add
+delete-spaceshortcut with async task polling (#610) - doc: Add
--from-clipboardflag todocs +media-insert(#508) - minutes: Unify minute artifacts output to
./minutes/{minute_token}/(#604) - Add configurable content-safety scanning (#606)
- install: Add SHA-256 checksum verification to
install.js(#592) - whiteboard: Pin
whiteboard-clito^0.2.9(#617)
Bug Fixes
- drive: Escape angle brackets in comment text (#632)
- im: Unify
messages-searchpagination int flags (#446) - im: Fix markdown URL rendering issues in post content (#206)
Documentation
- base: Refine record cell value guidance (#636)
v1.0.17 - 2026-04-22
Features
- im: Use
Content-Dispositionfilename when downloading message resources (#536) - drive: Add
+apply-permissionto request doc access (#588) - Support record share link (#466)
- whiteboard: Add image support to
whiteboard-cliskill (#553) - cmdutil: Add
X-Cli-Buildheader for CLI build classification (#596)
Bug Fixes
- base: Add default-table follow-up hint to
base-create(#600) - Skip flag-completion registration outside completion path (#598)
- Add
record-share-link-createinSKILL.md(#597) - mail: Remove leftover conflict marker in skill docs (#594)
Documentation
- drive: Clarify that comment listing defaults to unresolved comments only (#609)
- doc: Fix
--markdownexamples that teach literal\n(#602) - mail: Remove
get_signaturesfrom skill reference, exposed via+signatureinstead (#545)
v1.0.16 - 2026-04-21
Features
- mail: Support large email attachments (#537)
- mail: Add draft preview URL to draft operations (#438)
- doc: Add pre-write semantic warnings to
docs +update(#569) - doc: Add
--selection-with-ellipsisposition flag to+media-insert(#335) - calendar: Support event share link and error details (#583)
Bug Fixes
- doc: Preserve round-trip formatting in
+fetchoutput (#469) - docs: Validate
--selection-by-titleformat early (#256) - whiteboard: Register
+media-uploadshortcut and add whiteboard parent type
Refactor
- Split
ExecuteintoBuild+Executewith explicit IO and keychain injection (#371) - auth: Simplify scope reporting in login flow (#582)
v1.0.15 - 2026-04-20
Features
- sheets: Add float image shortcuts (#494)
- approval: Document
remindandinitiatedmethods in skill (#554)
Bug Fixes
- base: Preserve attachment metadata on base uploads (#563)
- base: Fix role view and record default permission on edit (#530)
- sheets: Normalize single-cell range in
+set-styleand+batch-set-style(#548) - im: Cap
basic_batchuser_ids at 10 per API limit (#551) - install: Refine install wizard messages (#529)
- whiteboard: Deprecate old
lark-whiteboard-cliskill (#547)
v1.0.14 - 2026-04-17
Features
- mail: Add email priority support for compose and read (#538)
- mail: Support scheduled send (#534)
- drive: Support sheet cell comments in
+add-comment(#518) - doc: Add
--file-viewflag to+media-insert(#419) - base: Auto grant current user for bot create and copy (#497)
- base: Add identity priority strategy and error handling (#505)
- auth: Improve login scope handling and messages (#523)
- Add OKR business domain (#522)
Documentation
- wiki: Improve wiki skill docs and add wiki domain template (#512)
- task: Document
custom_fieldsandcustom_field_optionsAPI resources and permissions (#524)
Refactor
- skills: Introduce
lark-doc-whiteboard.mdand streamline whiteboard workflow (#502)
v1.0.13 - 2026-04-16
Features
- im: Support user access token for file, image, audio, and video upload, aligning upload and send identity with
--asflag (#474) - drive: Add
drive +create-foldershortcut with root-folder fallback and bot-mode auto-grant (#470) - wiki: Add bot-mode auto-grant support to
wiki +node-create(#470) - doc: Default
skip_task_detailindocs +fetchto reduce unnecessary task detail expansion (#471)
Bug Fixes
- im: Preserve original URL filename for uploaded file messages instead of generic
media.extnames (#514) - whiteboard: Use atomic overwrite API parameter for
whiteboard +update, replacing read-then-delete approach (#483)
Documentation
- base: Unify record batch write limit to 200 and enforce serial writes for continuous operations (#499)
- base: Remove redundant reference documentation and command grouping chapters from SKILL.md (#500)
CI
- Consolidate workflows into layered CI pyramid with single
resultsgate (#510)
v1.0.12 - 2026-04-15
Features
- Add guided npm install flow that installs or upgrades the CLI, installs AI skills, and walks through app config and auth login (#464)
- mail: Add email signature support with
+signature,--signature-idcompose flags, and draft signature edit operations (#485) - mail: Return recall hints for sent emails when recall is available (#481)
- slides: Add
+media-uploadand support@pathimage placeholders in+create --slides(#450)
Documentation
- mail: Add recipient search guidance to the mail skill workflow (#437)
- calendar/vc: Route past meeting queries to
lark-vcand clarify historical date matching in skills (#482, #480)
v1.0.11 - 2026-04-14
Features
- sheets: Add dropdown shortcuts for data validation management (
+set-dropdown,+update-dropdown,+get-dropdown,+delete-dropdown) (#461) - task: Add task search, tasklist search, related-task, set-ancestor, and subscribe-event shortcuts (#377)
- Streamline interactive login by removing the extra auth confirmation step (#451)
Bug Fixes
- base: Validate JSON object inputs for base shortcuts and reject
nullobjects (#458)
Documentation
- sheets: Document value formats for formulas and special field types (#456)
- readme: Add Attendance to the features table (#460)
v1.0.10 - 2026-04-13
Features
- im: Support im oapi range download for large files (#283)
- sheets: Add filter view and condition shortcuts (#422)
- wiki: Add wiki move shortcut with async task polling (#436)
- drive: Add drive
+create-shortcutshortcut (#432) - drive: Add drive files patch metadata API (#444)
- task: Support
--section-guidflag in tasklist-task-add shortcut (#430)
Bug Fixes
- base: Support large base attachment uploads (#441)
- config: Clarify init copy for TTY, preserve original for AI (#448)
- im: Reject
--user-idunder bot identity for chat-messages-list (#340) - mail: Add missing scopes for mail
+watchshortcut (#357) - mail: Restrict
--output-dirto current working directory (#376)
Documentation
- wiki: Add wiki member operations to lark-wiki skill (#417)
- task: Document sections API resources, permissions, and URL parsing (#430)
- doc: Clarify when markdown escaping is needed (#312)
v1.0.9 - 2026-04-11
Features
- Add attendance
user_task.query(#405) - Support minutes search (#359)
- slides: Add slides
+createshortcut with--slidesone-step creation (#389) - slides: Return presentation URL in slides
+createoutput (#425) - sheets: Add dimension shortcuts for row/column operations (#413)
- sheets: Add cell operation shortcuts for merge, replace, and style (#412)
- drive: Add drive folder delete shortcut with async task polling (#415)
Documentation
- drive: Add guide for granting document permission to current bot (#414)
v1.0.8 - 2026-04-10
Features
- Add
updatecommand with self-update, verification, and rollback (#391) - Add
--fileflag for multipart/form-data file uploads (#395) - Support file comment reply reactions (#380)
- base: Add
+dashboard-arrangecommand for auto-arranging dashboard blocks layout andtextblock type with Markdown support (#388) - base: Add record batch
+add/+setshortcuts (#277) - base: Add
+record-searchfor keyword-based record search (#328) - base: Add view visible fields
+get/+setshortcuts (#326) - base: Add record field filters (#327)
- base: Optimize workflow skills (#345)
- calendar: Add room find workflow (#403)
- mail: Add
--page-tokenand--page-sizeto mail+triage(#301) - whiteboard: Add
+queryshortcut and enhance+updatewith Mermaid/PlantUML support (#382)
Bug Fixes
- Improve error hints for sandbox and initialization issues (#384)
- Fix markdown line breaks support (#338)
- Return raw base field and view responses (#378)
- base: Return raw table list response and clarify sort help (#393)
- calendar: Add default video meeting to
+create(#383) - mail: Replace
os.Exitwith graceful shutdown in mail watch (#350)
Documentation
- base: Document Base attachment download via docs
+media-download(#404) - Reorganize lark-base skill guidance (#374)
v1.0.7 - 2026-04-09
Features
- Auto-grant current user access for bot-created docs, sheets, imports, and uploads (#360)
- mail: Add
send_asalias support, mailbox/sender discovery APIs, and mail rules API - vc: Extract note doc tokens from calendar event relation API (#333)
- wiki: Add wiki node create shortcut (#320)
- sheets: Add
+write-imageshortcut (#343) - docs: Add media-preview shortcut (#334)
- docs: Add support for additional search filters (#353)
Bug Fixes
- api: Support stdin and quoted JSON inputs on Windows (#367)
- doc: Post-process
docs +fetchoutput to improve round-trip fidelity (#214) - run: Add missing binary check for lark-cli execution (#362)
- config: Validate appId and appSecret keychain key consistency (#295)
Refactor
- Route base import guidance to drive
+import(#368) - Migrate mail shortcuts to FileIO (#356)
- Migrate drive/doc/sheets shortcuts to FileIO (#339)
- Migrate base shortcuts to FileIO (#347)
Documentation
- lark-doc: Document advanced boolean and intitle search syntax for AI agents (#210)
Chore
- Add depguard and forbidigo rules to guide FileIO adoption (#342)
v1.0.6 - 2026-04-08
Features
- Improve login scope validation and success output (#317)
- task: Support starting pagination from page token (#332)
- Support multipart doc media uploads (#294)
- mail: Auto-resolve local image paths in all draft entry points (#205)
- vc: Add
+recordingshortcut formeeting_idtominute_tokenconversion (#246)
Bug Fixes
- Resolve concurrency races in RuntimeContext (#330)
- config: Save empty config before clearing keychain entries (#291)
- Reject positional arguments in shortcuts (#227)
- Improve raw API diagnostics for invalid or empty JSON responses (#257)
- docs: Normalize
board_tokensin+createresponse for mermaid/whiteboard content (#10) - task: Clarify
--completeflag help forget-my-tasks(#310) - help: Point root help Agent Skills link to README section (#289)
Documentation
- Clarify
--completeflag behavior inget-my-tasksreference (#308)
Refactor
- Migrate VC/minutes shortcuts to FileIO (#336)
- Migrate common/client/IM to FileIO and add localfileio tests (#322)
v1.0.5 - 2026-04-07
Features
- drive: Support multipart upload for files larger than 20MB (#43)
- Add darwin file master key fallback for keychain writes (#285)
- Add strict mode identity filter, profile management and credential extension (#252)
Bug Fixes
- mail: Restore CID validation and stale PartID lookup lost in revert (#230)
- base: Clarify table-id
tblprefix requirement (#270) - Fix parameter constraints for LarkMessageTrigger (#213)
Documentation
- Fix root calendar example (#299)
- Fix README auth scope and api data flag (#298)
- Clarify task guid for applinks (#287)
- Clarify lark task guid usage (#282)
- lark-base: Add
has_moreguidance for record-list pagination (#183)
Tests
- Isolate registry package state in tests (#280)
CI
- Add scheduled issue labeler for type/domain triage (#251)
- issue-labels: Reduce mislabeling and handle missing labels (#288)
- Map wiki paths in pr labels (#249)
v1.0.4 - 2026-04-03
Features
- Support user identity for im
+chat-create(#242) - Implement authentication response logging (#235)
- Support im chat member delete and add scope notes (#229)
Bug Fixes
- security: Replace
http.DefaultTransportwith proxy-aware base transport to mitigate MITM risk (#247) - calendar: Block auto bot fallback without user login (#245)
Documentation
- mail: Add identity guidance to prefer user over bot (#157)
Refactor
- dashboard: Restructure docs for AI-friendly navigation (#191)
CI
- Add a CLI E2E testing framework for lark-cli, task domain testcase and ci action (#236)
v1.0.3 - 2026-04-02
Features
- Add
--jqflag for filtering JSON output (#211) - Add
+downloadshortcut for minutes media download (#101) - Add drive import, export, move, and task result shortcuts (#194)
- Support im message send/reply with uat (#180)
- Add approve domain (#217)
Bug Fixes
- mail: Use in-memory keyring in mail scope tests to avoid macOS keychain popups (#212)
- mail: On-demand scope checks and watch event filtering (#198)
- Use curl for binary download to support proxy and add npmmirror fallback (#226)
- Normalize escaped sheet range separators (#207)
Documentation
- mail: Clarify JSON output is directly usable without extra encoding (#228)
- Clarify docs search query usage (#221)
CI
- Add gitleaks scanning workflow and custom rules (#142)
v1.0.2 - 2026-04-01
Features
- Improve OS keychain/DPAPI access error handling for sandbox environments (#173)
- mail: Auto-resolve local image paths in draft body HTML (#139)
Bug Fixes
- Correct URL formatting in login
--no-waitoutput (#169)
Documentation
- Add concise AGENTS development guide (#178)
CI
- Refine PR business area labels and introduce skill format check (#148)
Chore
- Add pull request template (#176)
v1.0.1 - 2026-03-31
Features
- Add automatic CLI update detection and notification (#144)
- Add npm publish job to release workflow (#145)
- Support auto extension for downloads (#16)
- Remove useless files (#131)
- Normalize markdown message send/reply output (#28)
- Add auto-pagination to messages search and update lark-im docs (#30)
Bug Fixes
- base: Use base history read scope for record history list (#96)
- Remove sensitive send scope from reply and forward shortcuts (#92)
- Resolve silent failure in
lark-cli apierror output (#85)
Documentation
- base: Clarify field description usage in json (#90)
- Update Base description to include all capabilities (#61)
- Add official badge to distinguish from third-party Lark CLI tools (#103)
- Rename user-facing Bitable references to Base (#11)
- Add star history chart to readmes (#12)
- Simplify installation steps by merging CLI and Skills into one section (#26)
- Add npm version badge and improve AI agent tip wording (#23)
- Emphasize Skills installation as required for AI Agents (#19)
- Clarify install methods as alternatives and add source build steps
CI
- Improve CI workflows and add golangci-lint config (#71)
v1.0.0 - 2026-03-28
Initial Release
The first open-source release of Lark CLI — the official command-line interface for Lark/Feishu.
Features
Core Commands
lark api— Make arbitrary Lark Open API calls directly from the terminal with flexible parameter support.lark auth— Complete OAuth authentication flow, including interactive login, logout, token status, and scope management.lark config— Manage CLI configuration, includinginitfor guided setup anddefault-asfor switching contexts.lark schema— Inspect available API services and resource schemas.lark doctor— Run diagnostic checks on CLI configuration and environment.lark completion— Generate shell completion scripts for Bash, Zsh, Fish, and PowerShell.
Service Shortcuts
Built-in shortcuts for commonly used Lark APIs, enabling concise commands like lark im send or lark drive upload:
- IM (Messaging) — Send messages, manage chats, and more.
- Drive — Upload, download, and manage cloud documents.
- Docs — Work with Lark documents.
- Sheets — Interact with spreadsheets.
- Base — Manage multi-dimensional tables.
- Calendar — Create and manage calendar events.
- Mail — Send and manage emails.
- Contact — Look up users and departments.
- Task — Create and manage tasks.
- Event — Subscribe to and manage event callbacks.
- VC (Video Conference) — Manage meetings.
- Whiteboard — Interact with whiteboards.
AI Agent Skills
Bundled AI agent skills for intelligent assistance:
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-minuteslark-openapi-explorer— Explore and discover Lark APIs interactively.lark-skill-maker— Create custom AI skills.lark-workflow-meeting-summary— Automated meeting summary workflow.lark-workflow-standup-report— Automated standup report workflow.lark-shared— Shared skill utilities.
Developer Experience
- Cross-platform support (macOS, Linux, Windows) via GoReleaser.
- Shell completion for Bash, Zsh, Fish, and PowerShell.
- Bilingual documentation (English & Chinese).
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.