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.0-win-x64-setup.exe | 2025-10-12 | 131.8 MB | |
| codinit-0.9.0-linux-amd64.deb | 2025-10-12 | 107.5 MB | |
| codinit-0.9.0-arm64.dmg | 2025-10-12 | 173.2 MB | |
| README.md | 2025-10-12 | 2.7 kB | |
| Release v0.9.0 source code.tar.gz | 2025-10-12 | 1.9 MB | |
| Release v0.9.0 source code.zip | 2025-10-12 | 2.2 MB | |
| Totals: 6 Items | 416.5 MB | 0 | |
What's Changed
- Bug/GitHub starter template by @Gerome-Elassaad in https://github.com/Gerome-Elassaad/codinit-app/pull/15
- Fix artifact naming consistency from codinitArtifact to codinitArticact by @Gerome-Elassaad in https://github.com/Gerome-Elassaad/codinit-app/pull/14
Summary
This release includes major improvements to AI prompt handling, enhanced monorepo template support, and groundwork for prompt file consolidation.
AI Artifact Enhancements
Files Updated:
app/lib/common/prompts/optimized.tsapp/lib/common/prompts/prompts.ts
Key Changes:
- Added a "WHEN TO USE ARTIFACTS" section to ensure all code operations use artifacts consistently.
- Strengthened rules making artifact usage mandatory for all code-related responses across every message.
- Added multi-turn conversation examples demonstrating artifact persistence.
- Improved clarity and formatting with visual reminders and standardized phrasing.
- Updated language for precision (e.g., “ONE comprehensive artifact per response”).
Expected Result:
AI now reliably wraps all code in <codinitArtifact> and <CodinitAction> tags, ensuring code always appears in the editor instead of chat messages.
Starter Template Monorepo Support
Files Updated:
app/types/template.tsapp/utils/constants.tsapp/components/chat/StarterTemplates.tsxapp/components/git/GitUrlImport.client.tsx
Key Changes:
- Added
subdirsupport to enable templates stored within monorepo subdirectories. - Updated constants and template definitions to separate repository and subdirectory paths.
- Enhanced template URLs and import logic to handle subdirectory-based cloning and filtering.
- Ensures each template imports only relevant files and names chats accordingly.
Outcome: Starter templates now work seamlessly with monorepo repositories using the existing git clone flow.
Prompt Consolidation Plan
Analysis:
Current prompt directory contains redundant versions (optimized.ts, new-prompt.ts, prompts.ts).
Planned Changes:
- Merge all major prompt files into a unified
prompts.tscontaining all essential instructions. - Remove legacy prompt files and update related imports.
- Preserve
discuss-prompt.tsas a separate mode.
Branches
fix/ai-artifactsbug/github-starter-template
Overall: v0.9.0 improves AI code generation consistency, introduces monorepo-compatible starter templates, and begins unifying the prompt architecture for maintainability.
Full Changelog: https://github.com/Gerome-Elassaad/codinit-app/compare/v0.8.0...v0.9.0