惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
博客园 - 司徒正美
V
Visual Studio Blog
博客园 - 【当耐特】
T
Tailwind CSS Blog
美团技术团队
博客园 - 叶小钗
Jina AI
Jina AI
宝玉的分享
宝玉的分享
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
Stack Overflow Blog
Stack Overflow Blog
博客园_首页
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
Y
Y Combinator Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
腾讯CDC

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix: expose Feishu tools for named accounts · openclaw/op...
steipete · 2026-05-31 · via Recent Commits to openclaw:main

@@ -26,46 +26,88 @@

2626

},

2727

"toolMetadata": {

2828

"feishu_app_scopes": {

29-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

29+

"configSignals": [

30+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

31+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

32+

]

3033

},

3134

"feishu_bitable_create_app": {

32-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

35+

"configSignals": [

36+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

37+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

38+

]

3339

},

3440

"feishu_bitable_create_field": {

35-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

41+

"configSignals": [

42+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

43+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

44+

]

3645

},

3746

"feishu_bitable_create_record": {

38-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

47+

"configSignals": [

48+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

49+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

50+

]

3951

},

4052

"feishu_bitable_get_meta": {

41-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

53+

"configSignals": [

54+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

55+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

56+

]

4257

},

4358

"feishu_bitable_get_record": {

44-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

59+

"configSignals": [

60+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

61+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

62+

]

4563

},

4664

"feishu_bitable_list_fields": {

47-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

65+

"configSignals": [

66+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

67+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

68+

]

4869

},

4970

"feishu_bitable_list_records": {

50-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

71+

"configSignals": [

72+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

73+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

74+

]

5175

},

5276

"feishu_bitable_update_record": {

53-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

77+

"configSignals": [

78+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

79+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

80+

]

5481

},

5582

"feishu_chat": {

56-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

83+

"configSignals": [

84+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

85+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

86+

]

5787

},

5888

"feishu_doc": {

59-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

89+

"configSignals": [

90+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

91+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

92+

]

6093

},

6194

"feishu_drive": {

62-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

95+

"configSignals": [

96+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

97+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

98+

]

6399

},

64100

"feishu_perm": {

65-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

101+

"configSignals": [

102+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

103+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

104+

]

66105

},

67106

"feishu_wiki": {

68-

"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]

107+

"configSignals": [

108+

{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] },

109+

{ "rootPath": "channels.feishu", "overlayMapPath": "accounts", "required": ["appId", "appSecret"] }

110+

]

69111

}

70112

},

71113

"channelEnvVars": {