| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-08 | 2.6 kB | |
| Release v1.1.20 source code.tar.gz | 2025-12-08 | 1.6 MB | |
| Release v1.1.20 source code.zip | 2025-12-08 | 1.9 MB | |
| v1.1.20 source code.tar.gz | 2025-12-08 | 1.6 MB | |
| v1.1.20 source code.zip | 2025-12-08 | 1.9 MB | |
| Totals: 5 Items | 7.0 MB | 2 | |
What's Changed
- chore: by @Gerome-Elassaad in https://github.com/codinit-dev/codinit-dev/pull/31
- added googles gemini 3.0 ai model by @Gerome-Elassaad in https://github.com/codinit-dev/codinit-dev/pull/33
- Agentic tools by @Gerome-Elassaad in https://github.com/codinit-dev/codinit-dev/pull/39
- Migrate by @Gerome-Elassaad in https://github.com/codinit-dev/codinit-dev/pull/40
### New Features
- Product Hunt Badge: Added Product Hunt badge to header using local SVG
- GitHub Star Badge: Added GitHub star badge with dark mode support
- Settings Enhancement: New API Keys and Updates tabs in settings panel
- Diff View Controls: Added diff view icon button to workbench headers
- Manual Refresh: Added manual refresh capability to UpdateTab
- Code Validation: New code-validator.ts for improved code validation
- Community Docs: Added CONTRIBUTING.md and Contributor Covenant Code of Conduct
### Improvements
- Provider Updates:
- Updated xAI provider with new Grok models and token limits
- Updated provider icons to use actual logos
- Refactored Groq provider
- UI/UX Enhancements:
- Header buttons now have dark mode support and consistent sizing
- DiffView now includes an attached header
- Improved UpdateTab UI structure and hooks
- Updated icons across the application
- Architecture:
- Refactored CodeMirror & workbench components
- Migrated repository from Gerome-Elassaad/codinit-app to codinit-dev/codinit-dev
- Migrated Docker files
- Updated Electron window management and builder configuration
### Bug Fixes
- Fixed dropdown menu buttons and reload button in PreviewHeader
- Fixed wrangler.toml name to lowercase
### Testing
- Added toolMentionParser tests
- Added server tests
- Added runtime tests
### Technical Updates
- Updated 20+ component files (Messages, CodeBlock, AssistantMessage, DiffView, etc.)
- Updated Electron-related files (icons, main process, window management)
- Updated utility files (shell, files store, auto-save, prompt enhancer)
- Updated type definitions and configurations
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...
Full Changelog: https://github.com/codinit-dev/codinit-dev/compare/v1.1.18...v1.1.20