Releases: CodeStoryBuild/CodeStoryCli
Releases · CodeStoryBuild/CodeStoryCli
Release v0.2.1
Refactor: rename Value column to Default Value in config output - Change dictionary key from "Value" to "Default Value" and prepend “Default: ” to the default string - Update field mapping in print_describe_options to use value_field="Default Value" instead of "Value
Release v0.2.0
Refactor: rename Value column to Default Value in config output - Change dictionary key from "Value" to "Default Value" and prepend “Default: ” to the default string - Update field mapping in print_describe_options to use value_field="Default Value" instead of "Value
Release v0.1.13
Feat: add optional descriptive commit message generation - Introduced `descriptive_commit_messages` flag in GlobalConfig (default True) with corresponding CLI option. - Propagated the flag through EmbeddingGrouper, ChunkSummarizer, and related functions, updating signatures and internal calls. - Implemented `_format_descriptive_message` to enforce “Subject\n\nBody” commit style when descriptive mode is enabled. - Added new system prompts: INITIAL_DESCRIPTIVE_COMMIT_SYSTEM, BATCHED_DESCRIPTIVE_COMMIT_SYSTEM, CLUSTER_DESCRIPTIVE_COMMIT_SYSTEM, and BATCHED_CLUSTER_DESCRIPTIVE_COMMIT_SYSTEM. - Updated the CLI pipeline to pass the new config flag into the grouping and summarization stages. - Adjusted summary and cluster generation logic to respect descriptive mode for both brief and descriptive output styles.
Release v0.1.12
fix how we validated .git repo existence to be much more robust
Release v0.1.11
add git lfs flag to deploy pypi action
Release v0.1.10
Add TODO comment to PatchGenerator init for future refactor
Release v0.1.9
Refactor context grouping into AtomicChunker, simplify SemanticGrouper
Release v0.1.8
Create onboarding flag parent directories and add unit test
Release v0.1.7
Unify patch generation progress bar to single formatted phase string
Release v0.1.6
Update max_tokens to 32000, add dynamic patch length generation, and …