@pensar/apex 0.0.11 → 0.0.12

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.
@@ -43532,8 +43532,6 @@ var execAsync2 = promisify2(exec2);
43532
43532
  function runAgent(opts) {
43533
43533
  const { target, objective, model, onStepFinish, abortSignal } = opts;
43534
43534
  const session = opts.session || createSession(target, objective);
43535
- console.log(`Created session: ${session.id}`);
43536
- console.log(`Session path: ${session.rootPath}`);
43537
43535
  const pocsPath = join3(session.rootPath, "pocs");
43538
43536
  if (!existsSync5(pocsPath)) {
43539
43537
  mkdirSync4(pocsPath, { recursive: true });
package/build/index.js CHANGED
@@ -73644,8 +73644,6 @@ var execAsync3 = promisify3(exec3);
73644
73644
  function runAgent(opts) {
73645
73645
  const { target, objective, model, onStepFinish, abortSignal } = opts;
73646
73646
  const session = opts.session || createSession(target, objective);
73647
- console.log(`Created session: ${session.id}`);
73648
- console.log(`Session path: ${session.rootPath}`);
73649
73647
  const pocsPath = join4(session.rootPath, "pocs");
73650
73648
  if (!existsSync9(pocsPath)) {
73651
73649
  mkdirSync4(pocsPath, { recursive: true });
@@ -42278,8 +42278,6 @@ var execAsync3 = promisify3(exec3);
42278
42278
  function runAgent(opts) {
42279
42279
  const { target, objective, model, onStepFinish, abortSignal } = opts;
42280
42280
  const session = opts.session || createSession(target, objective);
42281
- console.log(`Created session: ${session.id}`);
42282
- console.log(`Session path: ${session.rootPath}`);
42283
42281
  const pocsPath = join4(session.rootPath, "pocs");
42284
42282
  if (!existsSync6(pocsPath)) {
42285
42283
  mkdirSync4(pocsPath, { recursive: true });
package/build/swarm.js CHANGED
@@ -42278,8 +42278,6 @@ var execAsync3 = promisify3(exec3);
42278
42278
  function runAgent(opts) {
42279
42279
  const { target, objective, model, onStepFinish, abortSignal } = opts;
42280
42280
  const session = opts.session || createSession(target, objective);
42281
- console.log(`Created session: ${session.id}`);
42282
- console.log(`Session path: ${session.rootPath}`);
42283
42281
  const pocsPath = join4(session.rootPath, "pocs");
42284
42282
  if (!existsSync6(pocsPath)) {
42285
42283
  mkdirSync4(pocsPath, { recursive: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pensar/apex",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "AI-powered penetration testing CLI tool with terminal UI",
5
5
  "module": "src/tui/index.tsx",
6
6
  "main": "build/index.js",