Skip to content

Commit a84f764

Browse files
authored
Changelog - Aug 1 (#387)
changelog - Aug 1
1 parent 7a4098a commit a84f764

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

agents/changelog/agents/changelog.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { writeFileTool } from "../tools/writeFile";
88
export class ChangelogAgent extends WrappedAgent {
99
constructor(config: Config, logger: Logger) {
1010
const systemPrompt = `
11-
You are a helpful assistant that writes changelogs for the Arcade.dev software projects.
11+
You are a helpful assistant that updates the changelog for the Arcade.dev software projects.
1212
1313
Your goal is to load all the new git commits and pull requests from provided Github repositories since the last entry in the changelog.md file, and produce a list of the changes for our customers. You will use the GitHub API to get the changes and pull requests for all of the relevant projects.
1414
@@ -28,7 +28,7 @@ There are 4 possible types of changes, which each have an emoji associated with
2828
The steps to follow are:
2929
1. Load the changelog.mdx file and note the date of the most recent entry.
3030
2. Load all new commits since the most recent entry in the changelog.mdx file from the provided Github repositories.
31-
3. Update the changelog.mdx file and append the new changes. Do not alter the older entries in the changelog. The changelog should be in the same format as the changelog.mdx file. Do not include any other text in the changelog.mdx file. Do not combine multiple changes into a single entry.
31+
3. Append to the changelog.mdx file and append the new changes. Do not alter the older entries in the changelog. The changelog should be in the same format as the changelog.mdx file. Do not include any other text in the changelog.mdx file. Do not combine multiple changes into a single entry.
3232
3333
When generating the changelog, follow these rules:
3434
- The date to use for the changelog is always the most recent Friday.
@@ -37,9 +37,6 @@ When generating the changelog, follow these rules:
3737
- Do not combine categories. Do not add any new categories.
3838
- Do not combine types. Do not add any new types.
3939
- Any changes to the Dashboard should be categorized as "Platform and Engine".
40-
- Any changes for the private repositories, Cloud, Engine, and Dashboard should not have a pull request link.
41-
42-
Report the steps you took to update the changelog when complete, or any errors you encountered.
4340
`;
4441

4542
const tools = [

pages/home/changelog.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ 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-01
11+
12+
**Toolkits**
13+
* `[feature - 🚀]` Microsoft Teams toolkit added ([PR #13](https://github.com/ArcadeAI/toolkits/pull/13))
14+
* `[feature - 🚀]` Jira Toolkit: Add List Sprints & Boards tools ([PR #7](https://github.com/ArcadeAI/toolkits/pull/7))
15+
* `[feature - 🚀]` Google Sheets toolkit: Add pagination to GetSpreadsheet ([PR #4](https://github.com/ArcadeAI/toolkits/pull/4))
16+
* `[bugfix - 🐛]` Jira toolkit: Return UI URL for items again ([PR #11](https://github.com/ArcadeAI/toolkits/pull/11))
17+
* `[feature - 🚀]` Salesforce toolkit: Configure subdomain & max concurrency through secrets ([PR #15](https://github.com/ArcadeAI/toolkits/pull/15))
18+
* `[feature - 🚀]` Confluence toolkit supports Atlassian multi-cloud ([PR #14](https://github.com/ArcadeAI/toolkits/pull/14))
19+
20+
**CLI and TDK**
21+
* `[bugfix - 🐛]` Fixes for the CLI docs generator ([PR #524](https://github.com/ArcadeAI/arcade-ai/pull/524))
22+
* `[feature - 🚀]` CLI: Rename auto-docs command to 'docs' and other improvements ([PR #518](https://github.com/ArcadeAI/arcade-ai/pull/518))
23+
1024
## For the week ending on 2025-07-25
1125

1226
<Note>

0 commit comments

Comments
 (0)