claude-code-templates 1.24.2 → 1.24.4
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.
|
@@ -346,22 +346,6 @@ npx claude-code-templates@latest --sandbox cloudflare \
|
|
|
346
346
|
✅ Performance optimizations included
|
|
347
347
|
✅ Cost analysis provided
|
|
348
348
|
|
|
349
|
-
## File Download Structure
|
|
350
|
-
|
|
351
|
-
The sandbox follows E2B's directory pattern for downloaded files:
|
|
352
|
-
|
|
353
|
-
- **E2B**: Downloads to `your-project/sandbox-{id}/`
|
|
354
|
-
- **Cloudflare**: Downloads to `your-project/cloudflare-{timestamp}/`
|
|
355
|
-
|
|
356
|
-
Generated files (HTML, CSS, JavaScript, etc.) are automatically extracted from Claude's response and saved to a timestamped directory in the project root, keeping the project structure clean and organized.
|
|
357
|
-
|
|
358
|
-
**Implementation Details**:
|
|
359
|
-
- Timestamp-based directory names using base36 encoding
|
|
360
|
-
- Automatic file extraction from code blocks
|
|
361
|
-
- Support for multiple file formats (HTML, CSS, JS, TS, Python)
|
|
362
|
-
- Pattern matching: ```html:filename.html or fallback by language
|
|
363
|
-
- Files preserve directory structure if specified in filenames
|
|
364
|
-
|
|
365
349
|
## Conclusion
|
|
366
350
|
|
|
367
351
|
This implementation provides a production-ready, globally-distributed sandbox solution for executing AI-generated code. It complements the existing E2B sandbox by offering ultra-fast cold starts and predictable pricing, making it ideal for high-volume, latency-sensitive applications.
|
|
@@ -371,5 +355,5 @@ The comprehensive documentation and tooling ensure developers can quickly get st
|
|
|
371
355
|
---
|
|
372
356
|
|
|
373
357
|
**Implementation Date**: October 19, 2025
|
|
374
|
-
**Version**: 1.0.
|
|
358
|
+
**Version**: 1.0.0
|
|
375
359
|
**Status**: Production Ready ✅
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-templates",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.4",
|
|
4
4
|
"description": "CLI tool to setup Claude Code configurations with framework-specific commands, automation hooks and MCP Servers for your projects",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|