Commit Graph

13 Commits

Author SHA1 Message Date
9652993f66 Edited Spark 2026-01-17 22:16:42 +00:00
c06d538eea stuff 2026-01-17 19:35:08 +00:00
f6108cd08e Generated by Spark: Fix all reported errors. 2026-01-17 09:52:30 +00:00
4ab59a509f Generated by Spark: Fix all reported errors. 2026-01-17 09:40:28 +00:00
b684f0a515 Generated by Spark: Fix all reported errors. 2026-01-17 09:11:13 +00:00
copilot-swe-agent[bot]
65f9f8191c Address code review feedback: improve type safety and documentation
- Added specific return types for LLM functions
- Added LLMChatResponse interface for type safety
- Enhanced plugin documentation with TODO comments
- Clarified intended functionality and future extension points
- Rebuilt package with improvements

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-17 09:00:42 +00:00
copilot-swe-agent[bot]
6fb37377a0 Add built dist folder for @github/spark workspace package
- Updated .gitignore to allow dist folders in workspace packages
- Added complete built output from packages/spark-tools/dist/
- Includes all TypeScript declarations and JavaScript bundles
- Ensures package is ready for consumption by main project

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-17 08:58:43 +00:00
copilot-swe-agent[bot]
6a80789b62 Create complete source implementation for @github/spark package
- Added full implementations in packages/spark-tools/src/
- Created hooks/index.ts with complete useKV hook implementation
- Created lib/spark-runtime.ts with KV storage, LLM, and user services
- Created lib/spark.ts for spark runtime initialization
- Created sparkVitePlugin.ts for Vite integration
- Created vitePhosphorIconProxyPlugin.ts for icon optimization
- Added rollup.config.ts for building the package
- Added tsconfig.json for TypeScript configuration
- Successfully built the package with all exports
- All TypeScript compilation errors resolved
- Main project build completes successfully

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-17 08:57:30 +00:00
1e55abc644 Generated by Spark: Fix all reported errors. 2026-01-17 02:05:41 +00:00
3b4f2cd165 Edited Spark 2026-01-17 01:46:00 +00:00
copilot-swe-agent[bot]
d2df1ce4ee Fix KV storage clear() to sync with localStorage
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-17 00:58:11 +00:00
copilot-swe-agent[bot]
5ee0a16040 Fix TypeScript types for window.spark API compatibility
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-17 00:55:31 +00:00
copilot-swe-agent[bot]
c22fcb4946 Fix npm ci workspace protocol error by creating @github/spark package
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-17 00:53:27 +00:00