| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2025-11-17 | 359 Bytes | |
| codinit-1.0.8-win-x64-setup.exe.blockmap | 2025-11-17 | 154.6 kB | |
| latest-mac.yml | 2025-11-17 | 351 Bytes | |
| CodinIT.dev-1.0.8-arm64.dmg.blockmap | 2025-11-17 | 211.9 kB | |
| latest-linux.yml | 2025-11-17 | 552 Bytes | |
| README.md | 2025-11-17 | 1.9 kB | |
| Release v1.0.8 source code.tar.gz | 2025-11-17 | 1.8 MB | |
| Release v1.0.8 source code.zip | 2025-11-17 | 2.0 MB | |
| v1.0.8 source code.tar.gz | 2025-11-17 | 1.8 MB | |
| v1.0.8 source code.zip | 2025-11-17 | 2.0 MB | |
| Totals: 10 Items | 7.9 MB | 2 | |
Full Changelog: https://github.com/Gerome-Elassaad/codinit-app/compare/v1.0.7...v1.0.8
What's New
This release significantly improves how previews are served, displayed, and managed within the workbench. WebContainer integration is now more reliable, with better fallback behavior and clearer user feedback.
Fixed issue: [#30] AI Model bug error fixed added the models to be rendered by default
Preview Behavior Improvements
- No previews → Displays “No preview available”.
- Preview without running server → Shows loading or static fallback content.
- Preview with active server → Renders full iframe content.
- Multiple previews → Correct preview is selected via
activePreviewIndex.
Risk Mitigation
- Device mode functionality fully preserved.
- Screenshot selection behavior remains unaffected.
- URL routing (route-based vs direct URL) works as before.
- Backward compatibility maintained across preview workflows.
UX Refinements
- Improved loading indicators.
- Clear error states for failed previews.
- Informative empty-state messaging.
- Full support for light/dark theme modes.
Files Updated
app/components/workbench/Preview.tsxapp/components/workbench/Workbench.client.tsxapp/lib/webcontainer/index.tsapp/lib/stores/previews.ts
Please Note:
The current .dmg file isn’t signed, so macOS might block it when you try to open the app. To allow it to run:
- After moving the app to your Applications folder (or another location of your choice), open Terminal.
- Enter the following command to remove the security quarantine:
xattr -cr /path/to/your/codinit...