Releases: Sunpeak-AI/sunpeak
Release list
v0.12.13
Upgrade to https://github.com/Sunpeak-AI/sunpeak/releases/tag/v0.12.14 for more CSS fixes and instructions on the fix in your local project.
Full Changelog: v0.12.12...v0.12.13
v0.12.12
v0.12.11
What's Changed
- Add toolResponseMetadata to mock object by @haavardmk in #1
New Contributors
- @haavardmk made their first contribution in #1
Full Changelog: v0.12.10...v0.12.11
v0.12.8
v0.12.7
v0.12.6
v0.12.5
v0.12.3
v0.12.1
Though the sunpeak library remains in beta (pre 1.0), version 0.12 represents a stabilization of the sunpeak framework file structure.
-
We have moved simulations from resource-specific folders in
src/resourcesto resource-specific folders intests/simulationsto draw a clear line between prod and test data files. This change requires 2 changes from users when updating the sunpeak package and sunpeak CLI (sunpeak upgrade) to version 0.12:- Copy
*-simulation.jsonfiles fromsrc/resources/NAMEtotests/simulations/NAME. For example,src/resources/albums/albums-show-simulation.jsontotests/simulations/albums/albums-show-simulation.json - In
.sunpeak/dev.tsx, change the line:to:simulationModules: import.meta.glob('../src/resources/*/*-simulation.json', { eager: true }),simulationModules: import.meta.glob('../tests/simulations/*/*-simulation.json', { eager: true }),
- Copy
-
For the same reason,
sunpeak buildnow omits-simulation.jsonfiles from the output builddist/directory. No manual changes are required.
Full Changelog: v0.11.1...v0.12.1
v0.11.1
This release comes with Hot Module Reload in the ChatGPT MCP server. No more 5-click manual refreshes when iterating on resources in ChatGPT.
- The
sunpeak mcpcommand has been removed in favor of a combinedsunpeak devcommand.sunpeak devnow runs both the local web server and mcp server at the same time.
Full Changelog: v0.10.6...v0.11.1