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 / v0.9.0
Name Modified Size InfoDownloads / Week
Parent folder
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: 3 Items   4.1 MB 0

What's Changed

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.ts
  • app/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.ts
  • app/utils/constants.ts
  • app/components/chat/StarterTemplates.tsx
  • app/components/git/GitUrlImport.client.tsx

Key Changes:

  • Added subdir support 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.ts containing all essential instructions.
  • Remove legacy prompt files and update related imports.
  • Preserve discuss-prompt.ts as a separate mode.

Branches

  • fix/ai-artifacts
  • bug/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

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