Download Latest Version Release v1.0.6 source code.tar.gz (3.3 MB)
Email in envelope

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

Home / v0.9.3
Name Modified Size InfoDownloads / 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)

Token Configurator Token Config 2

✨ 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 P 0.9
  • Creative: Temperature 1.0, Top P 0.95, includes frequency/presence penalties
  • Precise: Temperature 0.3, Top P 0.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 options
  • 6246d7e — Add TokenConfigSelector component with dropdown and modal
  • cfe5a3c — Integrate TokenConfigSelector into ChatBox
  • 0d83c89 — Add token config support to chat API endpoint
  • b290bbf — Pass token config from chat client to API
Source: README.md, updated 2025-10-20