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-0.9.2-win-x64-setup.exe | 2025-10-20 | 132.2 MB | |
| codinit-0.9.2-linux-amd64.deb | 2025-10-20 | 106.9 MB | |
| codinit-0.9.2-linux-x86_64.AppImage | 2025-10-20 | 182.2 MB | |
| CodinIT.dev-0.9.2-arm64.dmg | 2025-10-20 | 173.4 MB | |
| README.md | 2025-10-20 | 2.3 kB | |
| Release v0.9.3 source code.tar.gz | 2025-10-20 | 2.3 MB | |
| Release v0.9.3 source code.zip | 2025-10-20 | 2.6 MB | |
| Totals: 7 Items | 599.6 MB | 0 | |
🚀 New in v0.9.3
Full Changelog: [View on GitHub](https://github.com/Gerome-Elassaad/codinit-app/compare/v0.9.2...v0.9.3)
✨ Features
Token Configuration Store (app/lib/stores/tokenConfig.ts)
-
Added built-in configuration presets:
-
Auto (default): Uses model/provider defaults
- Balanced: Temperature
0.7, Top P0.9 - Creative: Temperature
1.0, Top P0.95, includes frequency/presence penalties - Precise: Temperature
0.3, Top P0.5 - Custom: Fully user-defined parameters
- Supports persistent storage via
localStorage -
Supports all key generation parameters:
-
Output Tokens (
maxTokens) - Temperature
- Top P
- Top K
- Frequency Penalty
- Presence Penalty
TokenConfigSelector Component (app/components/chat/TokenConfigSelector.tsx)
- Introduced a new dropdown UI consistent with the app’s design system
- Includes keyboard navigation (arrow keys, Enter, Escape)
-
Custom Configuration Modal with:
-
Numeric inputs for Output Tokens and Top K
- Range sliders for Temperature, Top P, Frequency Penalty, and Presence Penalty
- Real-time value preview and descriptive tooltips
Integration
- Seamlessly integrated into ChatBox, alongside Provider and Model selectors
- Responsive layout: stacks on mobile, side-by-side on desktop
- Token configuration is automatically included in every API request
- Fully compatible with existing LLM streaming infrastructure
🧩 Commits
35ea62a— Add token configuration store with presets and custom options6246d7e— Add TokenConfigSelector component with dropdown and modalcfe5a3c— Integrate TokenConfigSelector into ChatBox0d83c89— Add token config support to chat API endpointb290bbf— Pass token config from chat client to API