devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
342 stars 39 forks source link

Refactor devchat-core for Unified Configuration File Format Support #274

Closed yangbobo2021 closed 6 months ago

yangbobo2021 commented 6 months ago

This PR introduces a refactored version of the devchat-core codebase that adapts to the new unified configuration file format, as outlined in issue #273. The changes include:

These updates ensure that the devchat-core system can now handle the unified configuration file format, facilitating a centralized management system that is compatible across multiple IDEs.

Changes made:

Testing:

The refactored codebase has been thoroughly tested to confirm that the new configuration file format is read, interpreted, and applied correctly across various scenarios.

Resolves https://github.com/devchat-ai/devchat/issues/273