Skip to content

Releases: lak7/devildev

v0.4.0 - Souls Credit Based AI Usage System

19 Feb 10:32

Choose a tag to compare

🚀 Devildev v0.4.0

This release introduces Souls — a new credit-based system designed to track and manage AI usage across the platform more efficiently.

✨ New Features

  • Introduced a credits-based system (Souls) for tracking and limiting AI/API usage
  • Added Soul Count display in the navigation bar
  • New Welcome Dialog for user signup with initial Soul rewards (250)
  • Credit deduction based on token usage from AI operations

📈 Changes & Improvements

  • Increased project limits

    • Free: 1 → 5 projects
    • Pro: 15 → 50 projects
  • Increased chat character limits

    • Free: 20k → 25k
    • Pro: 100k → 200k
  • Updated pricing tiers to reflect the Soul-based economy

  • Pro users now receive 10,000 monthly Souls with rollover

🧠 Why this release matters

The introduction of Souls enables a more predictable and fair AI usage model while allowing Devildev to scale sustainably. Users now have greater transparency and control over how AI resources are consumed within their projects.

v0.3.1 - ChatBot Pacts & GitHub Issue Integration

15 Feb 11:27
dbabe60

Choose a tag to compare

This release improves developer workflow by making Pacts more actionable and deeply integrated with the product experience.

Added

  • Pacts can now be created directly via the ChatBot
  • Pacts can be used to directly create GitHub issues

Why this release matters

v0.3.1 reduces friction between planning and execution by allowing users to convert ideas and discussions into trackable development work instantly. The new ChatBot flow makes project management faster and more natural inside Devildev.

v0.3.0 - Project Pacts & Workflow Tracking

11 Feb 17:26
9763bac

Choose a tag to compare

This release introduces Pacts, a new way to track bugs, tasks, and feature work directly within projects. Pacts help teams formalize intent, manage ongoing work, and keep project workflows organized alongside architecture analysis.

Added

  • Pacts for tracking bugs, tasks, and features within projects
  • Manual pact creation and management

Notes

  • Focused on improving project-level workflow and coordination
  • No breaking changes introduced
  • Existing architecture generation and webhook-based sync remain unchanged

v0.2.0 - Automatic Architecture Regeneration

28 Jan 17:33
1159651

Choose a tag to compare

This release introduces automatic architecture regeneration and improves the overall accuracy and reliability of devildev’s architecture analysis.

Added

  • Automatic architecture regeneration triggered by GitHub push events via webhooks

Improved

  • Prompt quality for more consistent and accurate architectural reasoning
  • Architecture generation logic and component relationships
  • Structured output format for improved stability and downstream usage

Notes

  • Architecture is now kept in sync with the repository on every push
  • No breaking changes introduced in this release

v0.1.0 – Initial Open Source Release

28 Jan 17:19

Choose a tag to compare

This is the first public open-source release of devildev.

Features

  • Spec-driven architecture generation from codebases
  • GitHub repository integration
  • Background processing using Inngest
  • Structured architecture output designed for extensibility

Notes

  • This release establishes the core architecture and workflows
  • APIs and outputs may evolve in future releases