Skip to content

Commit b6c940d

Browse files
chore(youdotcom): patch version bump to 1.0.3 [skip ci]
1 parent 7a65fd2 commit b6c940d

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

plugins/openclaw-youdotcom/openclaw.plugin.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,26 @@
22
"id": "youdotcom",
33
"name": "You.com",
44
"description": "Web search, research, and content extraction via You.com APIs",
5-
"version": "1.0.2",
6-
"skills": ["./skills"],
5+
"version": "1.0.3",
6+
"skills": [
7+
"./skills"
8+
],
79
"providerAuthEnvVars": {
8-
"youdotcom": ["YDC_API_KEY"]
10+
"youdotcom": [
11+
"YDC_API_KEY"
12+
]
913
},
1014
"contracts": {
11-
"webSearchProviders": ["youdotcom"],
12-
"webFetchProviders": ["youdotcom"],
13-
"tools": ["web_research", "web_contents"]
15+
"webSearchProviders": [
16+
"youdotcom"
17+
],
18+
"webFetchProviders": [
19+
"youdotcom"
20+
],
21+
"tools": [
22+
"web_research",
23+
"web_contents"
24+
]
1425
},
1526
"uiHints": {
1627
"webSearch.apiKey": {

plugins/openclaw-youdotcom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@youdotcom-oss/youdotcom",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "You.com OpenClaw plugin — web search, research, and content extraction via You.com APIs",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)