songtianyi.theo
66ea925c3a
feat: report anygen prompt assets in svglide next
2026-07-03 14:55:45 +08:00
songtianyi.theo
0672f6de28
feat: use anygen prompt manifest for svglide runs
2026-07-03 14:55:27 +08:00
songtianyi.theo
4dc182b8dd
docs: add anygen svg prompt assets
2026-07-03 14:52:05 +08:00
songtianyi.theo
306307b3b3
docs: vendor anygen svg prompt source
2026-07-03 14:51:41 +08:00
songtianyi.theo
589200c8c2
fix: harden svglide asset quality checks
2026-07-03 14:22:18 +08:00
songtianyi.theo
a215a33c8b
fix: align svglide migration scope
2026-07-03 13:44:54 +08:00
songtianyi.theo
1666c4db43
docs: describe anygen svglide standard workflow
2026-07-03 13:35:01 +08:00
songtianyi.theo
f3a40e4cda
feat: render svglide sources and image assets
2026-07-03 13:18:54 +08:00
songtianyi.theo
00222052ef
feat: harden svglide svg protocol lint
2026-07-03 12:56:22 +08:00
songtianyi.theo
f8950cdc8a
feat: gate svglide repair on quality
2026-07-03 12:33:50 +08:00
songtianyi.theo
74e7c5abee
feat: add svglide anygen quality gate
2026-07-03 12:12:36 +08:00
songtianyi.theo
50754e53b1
feat: add anygen svglide run contracts
2026-07-03 11:40:56 +08:00
songtianyi.theo
ca8efe5d92
fix: harden svglide local repair flow
2026-07-03 02:56:31 +08:00
songtianyi.theo
5ae2594a5f
docs: document svglide local execution loop
2026-07-03 02:43:19 +08:00
songtianyi.theo
fd96f6e895
feat: repair svglide runs with basic authoring
2026-07-03 02:38:15 +08:00
songtianyi.theo
81c36bcf85
feat: expose svglide complete and author actions
2026-07-03 02:25:52 +08:00
songtianyi.theo
283462a36f
feat: author basic svglide text slides
2026-07-03 02:20:20 +08:00
songtianyi.theo
d4e074a494
feat: validate svglide stage artifacts
2026-07-03 02:09:17 +08:00
songtianyi.theo
15e7ab8b66
feat: advance svglide run stages
2026-07-03 01:56:23 +08:00
songtianyi.theo
f043ee61d8
docs: document create-svglide workflow
2026-07-03 00:17:21 +08:00
songtianyi.theo
5b264cf7b2
feat: add create-svglide shortcut
2026-07-03 00:15:10 +08:00
songtianyi.theo
ead6362ab6
feat: generate svglide preview artifacts
2026-07-03 00:11:22 +08:00
songtianyi.theo
9c0c5ae26a
feat: validate svglide svg artifacts
2026-07-03 00:00:27 +08:00
songtianyi.theo
8a450b6437
feat: inspect svglide run status
2026-07-02 23:15:43 +08:00
songtianyi.theo
e196f68ef6
feat: initialize svglide local run directory
2026-07-02 22:25:27 +08:00
songtianyi.theo
dff21a86ec
feat: add svglide run model
2026-07-02 21:11:36 +08:00
songtianyi.theo
38bf5402d9
docs: design create-svglide codex runtime
2026-07-02 20:55:06 +08:00
91-enjoy
9f150670f3
feat: upgrade card send ( #1688 )
2026-07-02 19:46:11 +08:00
liangshuo-1
578e2db4e0
fix: point permission-apply link at official /page/scope-apply entry ( #1722 )
2026-07-02 19:26:00 +08:00
Paulazaaza-dev
94139751d3
Add detailed command-to-reference mapping for the approval skill. ( #1630 )
2026-07-02 19:08:19 +08:00
shifengjuan-dev
8c3ed5d224
feat(im): add +chat-members-list shortcut for member listing ( #1398 )
...
Add a dedicated +chat-members-list shortcut that lists chat members,
returning users and bots in separate users[] / bots[] buckets. It owns its
pagination loop (mirroring the paginateLoop conventions: per-page log line,
--page-limit cap, non-advancing-token guard) because the list_members
response is multi-bucket: the generic --page-all merger is built for
single-array responses and would silently drop the bots[] bucket and the
final-page truncations[] signal.
Highlights:
- merges users[] and bots[] across pages; takes truncations[] / has_more /
page_token from the last page so a server-side cap is never hidden
- surfaces truncations[] with a loud stderr warning when the server caps a
bucket due to security config (the list is incomplete)
- --member-types filter (user/bot), --member-id-type, and the standard
--page-all / --page-limit / --page-token flags
- with --page-all and no explicit --page-size, uses the max page size to
minimize round-trips
- docs: SKILL.md Shortcuts table + references/lark-im-chat-members-list.md
2026-07-02 18:09:51 +08:00
zhanghuanxu
c982df4cf0
test: inline slide lint XML fixtures
2026-07-02 18:02:04 +08:00
zhanghuanxu
fb5ae41bca
docs: remove lark slides template toolchain
2026-07-02 18:02:04 +08:00
zhanghuanxu
87e872a4c1
docs: add lark slides generation constraints
2026-07-02 18:02:04 +08:00
syh-cpdsss
ddc0f2a521
feat(okr): semi-plain text format with mention position preservation + patch shortcut ( #1671 )
...
Add semi-plain text (simple) format for OKR content I/O, and a new `+patch`
shortcut for incremental updates to objectives and key results.
2026-07-02 17:45:00 +08:00
HanShaoshuai-k
440867f1b4
fix: reduce public content token false positives
2026-07-02 17:39:49 +08:00
fangshuyu-768
d0cde9a414
Improve secure label error handling ( #1707 )
...
* Improve secure label error handling
* Address secure label review feedback
2026-07-02 15:41:02 +08:00
SunPeiYang996
075b34f9a3
chore: lark-cli docs support reference_map ( #1690 )
...
* chore:lark-cli docs support reference_map
* fix: address docs reference map review feedback
* test: harden docs reference map CI assertions
2026-07-02 13:07:42 +08:00
fangshuyu-768
3788405256
fix(doc): align word statistics compound tokens ( #1706 )
2026-07-02 11:43:22 +08:00
liangshuo-1
462358a746
install: warn instead of failing when checksums.txt is missing ( #1712 )
v1.0.63
2026-07-01 22:50:56 +08:00
liangshuo-1
ad4d3cb874
chore: release v1.0.62 ( #1710 )
v1.0.62
2026-07-01 21:41:14 +08:00
zhicong666-bytedance
171778951d
feat(vc): add meeting message send shortcut ( #1643 )
...
* feat(vc): add meeting message send shortcut
* docs: refine vc meeting emoji guidance
* fix(vc): validate meeting message send conflicts
* test: add vc meeting message dry-run e2e
* fix(vc): validate meeting message send limits
2026-07-01 20:51:59 +08:00
fangshuyu-768
a6797ac2e4
Improve drive batch failure handling ( #1703 )
2026-07-01 18:15:14 +08:00
fangshuyu-768
d852ab311b
feat(doc): add document word statistics helper ( #1697 )
2026-07-01 18:03:28 +08:00
HanShaoshuai-k
e8bfbab4a5
fix: reduce public content credential false positives ( #1700 )
2026-07-01 17:46:33 +08:00
zgz2048
3bda9e17de
fix: support field create json array input ( #1661 )
2026-07-01 16:08:55 +08:00
ILUO
e753b15d84
fix: expose completion state in my tasks output ( #1641 )
...
* fix: expose completion state in my tasks output
* test: cover my tasks pretty completion state
2026-07-01 15:41:57 +08:00
dc-bytedance
bdffffb368
feat: interactive upgrade prompt for bare lark-cli ( #1498 )
2026-07-01 15:07:18 +08:00
dc-bytedance
ec6fdc9b30
feat: fail closed when checksums.txt is missing during install ( #1503 )
2026-07-01 13:23:23 +08:00
liangshuo-1
775ee5a501
chore: release v1.0.61 ( #1695 )
v1.0.61
2026-06-30 22:18:39 +08:00