Open
Conversation
Owner
PatrickRuddiman
commented
Oct 3, 2025
- Delete Copilot instructions and related guidance
- Remove WriteCommit CI/CD workflow and GitVersion configuration
- Eliminate Program.cs and its corresponding application logic
- Delete multiple obsolete class files related to commit message generation
- Remove ConfigurationService and OpenAIService classes along with API logic
- Eliminate SemanticCoherenceAnalyzer and its dependency
- Delete all project files, including solution and installation scripts
- Remove installation scripts for universal and platform-specific setups
- Introduce commitlint configuration to enforce commit message formatting rules. - Create GitHub Actions workflows for commitlint, testing, and publishing to npm. - Update .gitignore to exclude TypeScript build outputs and Node.js files. - Add initial changelog file following semantic versioning. feat(readme): update features, installation, and usage guidance - Update features and installation instructions in README.md to reflect new capabilities. - Enhance configuration options and usage instructions for CLI and VSCode extension. - Revise project structure and development guidelines for better clarity. - Document TypeScript version updates and relevant improvements.
- Create package.json to configure scripts, dependencies, and AI options - Add TypeScript configurations for CLI, extension, and main project - Implement CLI for AI-powered commit message generation using OpenAI - Add services for Git interactions, configuration management, and semantic analysis - Create CommitGenerator for managing commit generation processes - Introduce WriteCommit VSCode extension with command registration and error handling - Aggregate constants and models for improved application structure
- Delete Copilot instructions and related guidance - Remove WriteCommit CI/CD workflow and GitVersion configuration - Eliminate Program.cs and its corresponding application logic - Delete multiple obsolete class files related to commit message generation - Remove ConfigurationService and OpenAIService classes along with API logic - Eliminate SemanticCoherenceAnalyzer and its dependency - Delete all project files, including solution and installation scripts - Remove installation scripts for universal and platform-specific setups
- Update various package dependencies in package.json to latest versions. - Add new development dependencies, including @commitlint and semantic-release tools. - Update Node.js engine requirements across several modules. - Remove deprecated or unused dependencies, including various @secretlint packages. - Introduce new npm packages and utilities for enhanced functionality and compatibility. - Consolidate integrity checks and funding information for multiple packages.
- Remove outdated `@azure/openai` package and add `jest`. - Update various Babel dependencies, including adding new plugins and adjusting compatibility. - Restructure `package.json` to clarify node engine requirements. - Introduce new utility packages for development, such as `is-inside-container` and `is-number`. - Enhance funding information for several packages to support ongoing development. - Streamline dependency list by removing unused or deprecated packages. - Update the `package-lock.json` to reflect changes in `package.json`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.