sparkecoder 0.1.3 → 0.1.5

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Sparkecoder
1
+ # 🐶SparkECoder🐶
2
2
 
3
3
  A powerful coding agent CLI with HTTP API. Built with the [Vercel AI SDK](https://sdk.vercel.ai).
4
4
 
@@ -326,7 +326,7 @@ pnpm start
326
326
 
327
327
  ## Testing
328
328
 
329
- Sparkecoder includes comprehensive end-to-end tests that make actual API calls to the LLM.
329
+ SparkECoder includes comprehensive end-to-end tests that make actual API calls to the LLM.
330
330
 
331
331
  ```bash
332
332
  # Run all E2E tests (requires AI_GATEWAY_API_KEY)
@@ -1,5 +1,6 @@
1
1
  import 'ai';
2
- import '../schema-EPbMMFza.js';
3
- export { A as Agent, a as AgentOptions, b as AgentRunOptions, c as AgentStreamResult, C as ContextManager, d as buildSystemPrompt } from '../index-BxpkHy7X.js';
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';
4
+ import '../bash-CGAqW7HR.js';
4
5
  import 'drizzle-orm/sqlite-core';
5
6
  import 'zod';