@mastra/dane 0.0.2-alpha.69 → 0.0.2-alpha.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mastra/agents/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAarC,eAAO,MAAM,iBAAiB,8EAU5B,CAAC;AAEH,eAAO,MAAM,gBAAgB,8EAO3B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAc/B,CAAC;AAEH,eAAO,MAAM,eAAe,8EAa1B,CAAC;AAEH,eAAO,MAAM,aAAa,8EAcxB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuDf,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mastra/agents/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAarC,eAAO,MAAM,iBAAiB,8EAU5B,CAAC;AAEH,eAAO,MAAM,gBAAgB,8EAO3B,CAAC;AAcH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB/B,CAAC;AAEH,eAAO,MAAM,eAAe,8EAa1B,CAAC;AAEH,eAAO,MAAM,aAAa,8EAcxB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuDf,CAAC"}
@@ -27,11 +27,24 @@ export const daneIssueLabeler = new Agent({
27
27
  `,
28
28
  model: getBaseModelConfig(),
29
29
  });
30
+ const packages_llm_text = `
31
+ @mastra/core is located in the "packages/core" directory.
32
+ @mastra/deployer is located in the "packages/deployer" directory.
33
+ mastra is located in the "packages/cli" directory.
34
+ @mastra/engine is located in the "packages/engine" directory.
35
+ @mastra/evals is located in the "packages/evals" directory.
36
+ @mastra/rag is located in the "packages/rag" directory.
37
+ @mastra/tts is located in the "packages/tts" directory.
38
+ @mastra/memory is located in the "packages/memory" directory.
39
+ @mastra/deployer-{name} is located in the "deployers/{name}" directory.
40
+ `;
30
41
  export const danePackagePublisher = new Agent({
31
42
  name: 'DanePackagePublisher',
32
43
  instructions: `
33
44
  You are Dane, the ultimate node module publisher.
34
45
  You help engineers publish their pnpm changesets.
46
+
47
+ ${packages_llm_text}
35
48
  `,
36
49
  model: getBaseModelConfig(),
37
50
  tools: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dane",
3
- "version": "0.0.2-alpha.69",
3
+ "version": "0.0.2-alpha.70",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -39,14 +39,14 @@
39
39
  "sqlite3": "^5.1.7",
40
40
  "typescript": "^5.5.4",
41
41
  "zod": "^3.24.0",
42
- "@mastra/core": "0.1.27-alpha.66",
43
- "@mastra/firecrawl": "1.0.4-alpha.54",
44
- "@mastra/github": "1.0.3-alpha.50",
45
- "@mastra/engine": "0.0.5-alpha.60",
46
- "@mastra/rag": "0.0.2-alpha.52",
47
- "@mastra/memory": "0.0.2-alpha.46",
48
- "@mastra/stabilityai": "1.0.1-alpha.41",
49
- "@mastra/mcp": "0.0.1-alpha.6"
42
+ "@mastra/core": "0.1.27-alpha.67",
43
+ "@mastra/engine": "0.0.5-alpha.61",
44
+ "@mastra/memory": "0.0.2-alpha.47",
45
+ "@mastra/firecrawl": "1.0.4-alpha.55",
46
+ "@mastra/rag": "0.0.2-alpha.53",
47
+ "@mastra/mcp": "0.0.1-alpha.7",
48
+ "@mastra/github": "1.0.3-alpha.51",
49
+ "@mastra/stabilityai": "1.0.1-alpha.42"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "npx tsc",