Download Latest Version Release v1.2.4 source code.zip (1.9 MB)
Email in envelope

Get an email when there's a new version of CodinIT.dev

Home / v1.0.1
Name Modified Size InfoDownloads / Week
Parent folder
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.5 MB
Totals: 3 Items   4.8 MB 0

🚀 Codinit v1.0.1 – Release Notes

Full Changelog: [v0.9.7 → v1.0.1]

Fixes & Improvements

  1. Fixed file selection error

  2. File: select-context.ts (lines 232–234)

  3. Replaced error throwing with a safe fallback — now returns an empty object when no files are selected.
  4. Prevents “Example failed to select files” errors and ensures planning/documentation requests continue smoothly.

  5. Fixed message format when importing templates

  6. File: GitUrlImport.client.tsx (line 100)

  7. Changed message content from an array to a string for correct display in the UI.

  8. Made chat mode button always visible

  9. File: Chatbox.tsx (line 296)

  10. Removed conditional rendering so the Discuss/Build toggle is always accessible.

  11. Improved layout of starter templates

  12. File: StarterTemplates.tsx (line 26)

  13. Added top margin for better visual spacing and clarity.

  14. Set model selector to be closed by default

  15. File: BaseChat.tsx (line 138)

  16. Adjusted initial state so the selector starts collapsed for a cleaner interface.

  17. Fixed AI response formatting issues

  18. File: prompts.ts

  19. 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:

  1. After moving the app to your Applications folder (or another location of your choice), open Terminal.
  2. Enter the following command to remove the security quarantine:

xattr -cr /path/to/your/codinit...

Source: README.md, updated 2025-10-24