🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mastra/acp

Package Overview
Dependencies
Maintainers
6
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/acp - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2-alpha.0
+9
-0
CHANGELOG.md
# @mastra/acp
## 0.2.2-alpha.0
### Patch Changes
- Security remediation for the 2026-06-17 "easy-day-js" supply-chain incident. Patch bump to publish clean versions and move the `latest` dist-tag forward, superseding the compromised versions that declared the malicious `easy-day-js` dependency. ([#18056](https://github.com/mastra-ai/mastra/pull/18056))
- Updated dependencies [[`77a2351`](https://github.com/mastra-ai/mastra/commit/77a2351ee79296e360bce822cb3391f7cfd6489d)]:
- @mastra/core@1.43.1-alpha.0
## 0.2.1

@@ -4,0 +13,0 @@

+1
-1
{
"version": "0.2.1",
"version": "0.2.2-alpha.0",
"package": "@mastra/acp",

@@ -4,0 +4,0 @@ "exports": {},

@@ -119,3 +119,3 @@ # AcpAgent class

`resumeGenerate()` and `resumeStream()` are not supported and throw an error when called.
`resumeGenerate()` and `resumeStream()` aren't supported and throw an error when called.

@@ -164,3 +164,3 @@ ### Model management

ACP file operations go through Mastra's `Workspace` abstraction. If you do not pass `workspace`, `@mastra/acp` creates a `Workspace` backed by `LocalFilesystem` and uses `cwd` or `process.cwd()` as the filesystem base path.
ACP file operations go through Mastra's `Workspace` abstraction. If you don't pass `workspace`, `@mastra/acp` creates a `Workspace` backed by `LocalFilesystem` and uses `cwd` or `process.cwd()` as the filesystem base path.

@@ -167,0 +167,0 @@ Pass a custom `Workspace` when the ACP agent should read and write through a specific filesystem implementation:

@@ -6,3 +6,3 @@ ---

package: "@mastra/acp"
version: "0.2.1"
version: "0.2.2-alpha.0"
---

@@ -9,0 +9,0 @@

{
"name": "@mastra/acp",
"version": "0.2.1",
"version": "0.2.2-alpha.0",
"description": "ACP package for Mastra",

@@ -29,14 +29,15 @@ "type": "module",

"devDependencies": {
"@types/node": "22.19.15",
"@vitest/coverage-v8": "4.1.5",
"@vitest/ui": "4.1.5",
"eslint": "^10.2.1",
"@types/node": "22.19.21",
"@vitest/coverage-v8": "4.1.8",
"@vitest/ui": "4.1.8",
"eslint": "^10.4.1",
"tsup": "^8.5.1",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"vitest": "4.1.5",
"vitest": "4.1.8",
"zod": "^4.4.3",
"@internal/ai-sdk-v5": "0.0.50",
"@internal/lint": "0.0.103",
"@internal/types-builder": "0.0.78",
"@mastra/core": "1.41.0"
"@internal/ai-sdk-v5": "0.0.52",
"@internal/lint": "0.0.105",
"@mastra/core": "1.43.1-alpha.0",
"@internal/types-builder": "0.0.80"
},

@@ -43,0 +44,0 @@ "homepage": "https://mastra.ai",