@xn-intenton-z2a/agentic-lib 7.4.44 → 7.4.45

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xn-intenton-z2a/agentic-lib",
3
- "version": "7.4.44",
3
+ "version": "7.4.45",
4
4
  "description": "Agentic-lib Agentic Coding Systems SDK powering automated GitHub workflows.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -356,7 +356,7 @@ export async function report(context) {
356
356
  const agentInstructions = context.instructions || "You are a benchmark analyst. Investigate the data and produce findings.";
357
357
 
358
358
  const createTools = (defineTool, _wp, logger) => {
359
- const ghTools = createGitHubTools(octokit, owner, repoName, defineTool, logger);
359
+ const ghTools = createGitHubTools(octokit, repo, defineTool, logger);
360
360
  const gitTools = createGitTools(defineTool, logger);
361
361
 
362
362
  const reportTool = defineTool("report_analysis", {
@@ -17,7 +17,7 @@
17
17
  "author": "",
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@xn-intenton-z2a/agentic-lib": "^7.4.44"
20
+ "@xn-intenton-z2a/agentic-lib": "^7.4.45"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@playwright/test": "^1.58.0",