larkcc 0.6.2 → 0.7.1

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 CHANGED
@@ -7,6 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.7.1] - 2026-03-29
11
+
12
+ ### Fixed
13
+
14
+ - Remove invalid MCP service link (404) from README
15
+
16
+ ## [0.7.0] - 2026-03-29
17
+
18
+ ### Added
19
+
20
+ - MCP document creation: use Feishu MCP service (`mcp.feishu.cn`) as primary path for creating cloud documents, with block API as fallback for non-table content
21
+ - Waiting card UX: shows "writing to document..." placeholder before document creation, updates to doc link after completion (both CardKit and non-streaming paths)
22
+ - Dynamic help text: `/help` now generates command list from `BUILTIN_EXEC` and `DEFAULT_PROMPTS` instead of hardcoded strings
23
+ - Architecture references in CONTRIBUTING.md (openclaw-lark, larksuite/cli, Feishu Block API)
24
+
25
+ ### Changed
26
+
27
+ - Document header: use list format with bold labels, divider between quote and metadata, local timezone instead of UTC
28
+ - Session ID: show "首次对话" for first conversation instead of empty value
29
+ - Rewrite README: 1000+ lines → 221 lines, Chinese-only, concise structure
30
+ - Refactor block types: replace Descendants pattern with CreateData pattern (`CalloutCreateData`, `TableCreateData`)
31
+
32
+ ### Fixed
33
+
34
+ - Add MCP HTTP status code validation and typed response parsing
35
+ - Fix `card_title` appearing twice in config example
36
+
37
+ ### Removed
38
+
39
+ - Delete unused table creation functions (`createTableViaChildren`, `createTableChunk`, `getTableCellIds`, `concurrentExec` helper)
40
+ - Remove `upmd` slash command (too generic to be useful)
41
+ - Remove English documentation from README (Chinese-only now)
42
+
10
43
  ## [0.6.2] - 2026-03-28
11
44
 
12
45
  ### Fixed