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.Local-1.0.1-arm64.dmg | 2025-10-24 | 173.4 MB | |
| codinit-1.0.1-win-x64-setup.exe | 2025-10-24 | 132.1 MB | |
| codinit-1.0.1-arm64.dmg | 2025-10-24 | 173.4 MB | |
| codinit-1.0.1-linux-amd64.deb | 2025-10-24 | 107.9 MB | |
| codinit-1.0.1-linux-x86_64.AppImage | 2025-10-24 | 182.1 MB | |
| README.md | 2025-10-24 | 1.9 kB | |
| Release v1.0.1 source code.tar.gz | 2025-10-24 | 2.3 MB | |
| Release v1.0.1 source code.zip | 2025-10-24 | 2.6 MB | |
| Totals: 8 Items | 773.8 MB | 0 | |
🚀 Codinit v1.0.1 – Release Notes
Full Changelog: [v0.9.7 → v1.0.1]
Fixes & Improvements
-
Fixed file selection error
-
File:
select-context.ts(lines 232–234) - Replaced error throwing with a safe fallback — now returns an empty object when no files are selected.
-
Prevents “Example failed to select files” errors and ensures planning/documentation requests continue smoothly.
-
Fixed message format when importing templates
-
File:
GitUrlImport.client.tsx(line 100) -
Changed message content from an array to a string for correct display in the UI.
-
Made chat mode button always visible
-
File:
Chatbox.tsx(line 296) -
Removed conditional rendering so the Discuss/Build toggle is always accessible.
-
Improved layout of starter templates
-
File:
StarterTemplates.tsx(line 26) -
Added top margin for better visual spacing and clarity.
-
Set model selector to be closed by default
-
File:
BaseChat.tsx(line 138) -
Adjusted initial state so the selector starts collapsed for a cleaner interface.
-
Fixed AI response formatting issues
-
File:
prompts.ts -
Updated prompt instructions to avoid:
- Code appearing inside markdown blocks unnecessarily
- File content being wrapped in template literal syntax
{content}
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...