Skip to content

Commit 5bfa721

Browse files
authored
Cahngelog for 2025-08-08 (#401)
1 parent d30fce1 commit 5bfa721

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

agents/changelog/agents/changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

pages/home/changelog.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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**

0 commit comments

Comments
 (0)