File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ When generating the changelog, follow these rules:
5656 const result = await this . run (
5757 `
5858 Today is ${ new Date ( ) . toISOString ( ) . split ( "T" ) [ 0 ] } .
59- The full path to the changelog.md that you will be updating is \`${ changelogPath } \`.
59+ The full path to the changelog.md that you will be appending to is \`${ changelogPath } \`.
6060 The Github repositories to load commits from are: ${ repositories . join ( ", " ) }
6161 ` ,
6262 ) ;
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ description: "What's new at Arcade.dev"
77
88* Here's what's new at Arcade.dev!*
99
10+ ## For the week ending on 2025-08-08
11+
12+ ** Toolkits**
13+ * ` [feature - 🚀] ` Clickhouse Toolkit ([ PR #527 ] ( https://github.com/ArcadeAI/arcade-ai/pull/527 ) )
14+ * ` [feature - 🚀] ` Add search to Google Drive ([ PR #22 ] ( https://github.com/ArcadeAI/toolkits/pull/22 ) )
15+ * ` [bugfix - 🐛] ` Fix and docstring improvement in MS Teams toolkit ([ PR #24 ] ( https://github.com/ArcadeAI/toolkits/pull/24 ) )
16+
17+ ** Platform and Engine**
18+ * ` [feature - 🚀] ` Add support for GPT-5 models ([ PR #543 ] ( https://github.com/ArcadeAI/Engine/pull/543 ) )
19+ * ` [feature - 🚀] ` Per-app redirect URI info ([ PR #120 ] ( https://github.com/ArcadeAI/dashboard/pull/120 ) )
20+
21+
1022## For the week ending on 2025-08-01
1123
1224** Toolkits**
You can’t perform that action at this time.
0 commit comments