The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CodinIT.dev-1.0.6-arm64.dmg | < 24 hours ago | 193.9 MB | |
| codinit-1.0.6-win-x64-setup.exe | < 24 hours ago | 144.3 MB | |
| codinit-1.0.6-linux-amd64.deb | < 24 hours ago | 117.3 MB | |
| codinit-1.0.6-linux-x86_64.AppImage | < 24 hours ago | 199.2 MB | |
| README.md | 2025-11-11 | 2.0 kB | |
| Release v1.0.6 source code.tar.gz | 2025-11-11 | 3.3 MB | |
| Release v1.0.6 source code.zip | 2025-11-11 | 3.6 MB | |
| v1.0.6 source code.tar.gz | 2025-11-11 | 3.3 MB | |
| v1.0.6 source code.zip | 2025-11-11 | 3.6 MB | |
| Totals: 9 Items | 668.4 MB | 5 | |
Full Changelog: https://github.com/Gerome-Elassaad/codinit-app/compare/v1.0.5...v1.0.6
What's New
• Added special handling and actual GitHub import for 'build a react app' prompt, fetching from GitHub API
Bug Fixes
• Fixed chat initial project default template not loading • Fixed streaming abort error with abortSignal and error handling • Fixed critical syntax errors in api.chat.ts • Fixed ESLint consistent-return error and centered home page content • Fixed chat initialization for imported chats by updating chatStarted state • Fixed SCSS syntax errors and index.css issues
UI/UX Improvements
• Updated chat UI and workbench layout • Improved chatbox styling: changed border gradient to blue, increased max width to 36rem, added blue focus rings to buttons • Enhanced chatbox centering and positioning with various layout adjustments • Adjusted typing animation positioning and eventually removed it from chat interface • Updated home page h1 heading to 'What will you build today?' with SVG logo and improved spacing • Added comprehensive light mode styling for CodeMirror editor • Removed bottom border from header when in chat • Removed forced blue color from starter template icons on hover
Infrastructure
• Updated .github directory for simpler issues • Improved add-macos-cert.sh robustness and compatibility • Fixed YAML indentation in release workflow and macOS cert step
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...