sparkecoder 0.1.5 → 0.1.7

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,6 +1,6 @@
1
1
  import 'ai';
2
2
  import '../schema-CkrIadxa.js';
3
- export { A as Agent, a as AgentOptions, b as AgentRunOptions, c as AgentStreamResult, C as ContextManager, d as buildSystemPrompt } from '../index-Btr542-G.js';
3
+ export { A as Agent, a as AgentOptions, b as AgentRunOptions, c as AgentStreamResult, C as ContextManager, d as buildSystemPrompt } from '../index-BeKylVnB.js';
4
4
  import '../bash-CGAqW7HR.js';
5
5
  import 'drizzle-orm/sqlite-core';
6
6
  import 'zod';
@@ -694,7 +694,8 @@ async function runBackground(command, workingDirectory, options) {
694
694
  cwd: workingDirectory,
695
695
  createdAt: (/* @__PURE__ */ new Date()).toISOString(),
696
696
  sessionId: options.sessionId,
697
- background: true
697
+ background: true,
698
+ name: options.name
698
699
  }, workingDirectory);
699
700
  const logFile = join2(logDir, "output.log");
700
701
  const wrappedCommand = `(${command}) 2>&1 | tee -a ${shellEscape(logFile)}`;