songtianyi.theo
33596111c7
fix: declare create-svglide local scopes
2026-07-03 16:26:18 +08:00
songtianyi.theo
fe8620425d
docs: route create-svglide through anygen assets first
2026-07-03 16:21:35 +08:00
songtianyi.theo
76214a6176
feat: separate anygen prompts from svglide adapter
2026-07-03 16:20:32 +08:00
songtianyi.theo
a843ef0ac2
feat: expose anygen md asset entrypoint
2026-07-03 16:19:27 +08:00
songtianyi.theo
2a3e6ef2ef
docs: add anygen svg asset entrypoint
2026-07-03 16:17:53 +08:00
songtianyi.theo
16f075b04a
docs: narrow create-svglide to runtime adapter
2026-07-03 16:17:11 +08:00
songtianyi.theo
e5e17c17cf
feat: make svglide shortcut local-only
2026-07-03 15:36:58 +08:00
songtianyi.theo
46014e9b77
test: align svglide anygen smoke name
2026-07-03 15:06:29 +08:00
songtianyi.theo
57cc929ad1
docs: document svglide anygen prompt runtime
2026-07-03 15:02:56 +08:00
songtianyi.theo
bd63a20342
feat: allow unrestricted svglide experiment assets
2026-07-03 15:01:32 +08:00
songtianyi.theo
d82d4e3333
feat: align svglide schemas with anygen experiment
2026-07-03 15:01:11 +08:00
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