Skip to content

Releases: CodeStoryBuild/CodeStoryCli

Release v0.2.1

23 Jan 13:24

Choose a tag to compare

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

26 Nov 11:36

Choose a tag to compare

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

22 Jan 01:50

Choose a tag to compare

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

10 Jan 09:23

Choose a tag to compare

fix how we validated .git repo existence to be much more robust

Release v0.1.11

07 Jan 10:50

Choose a tag to compare

add git lfs flag to deploy pypi action

Release v0.1.10

07 Jan 10:27

Choose a tag to compare

Add TODO comment to PatchGenerator init for future refactor

Release v0.1.9

05 Jan 12:19

Choose a tag to compare

Refactor context grouping into AtomicChunker, simplify SemanticGrouper

Release v0.1.8

05 Jan 10:40

Choose a tag to compare

Create onboarding flag parent directories and add unit test

Release v0.1.7

05 Jan 08:02

Choose a tag to compare

Unify patch generation progress bar to single formatted phase string

Release v0.1.6

03 Jan 11:11

Choose a tag to compare

Update max_tokens to 32000, add dynamic patch length generation, and …