Skip to content

Latest commit

 

History

History
432 lines (198 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

432 lines (198 loc) · 18.5 KB

1.16.0 (2024-08-16)

Features

1.15.0 (2024-08-13)

Features

1.14.3 (2024-08-12)

Bug Fixes

  • update whole code editing prompt to avoid lazy coding (b760acf)

1.14.2 (2024-08-09)

Bug Fixes

  • update docs and order of commands (934ab3d)

1.14.1 (2024-08-08)

Bug Fixes

1.14.0 (2024-08-08)

Features

1.13.6 (2024-08-06)

Bug Fixes

  • model check for diff mode (d64ce8c)

1.13.5 (2024-08-06)

Bug Fixes

1.13.4 (2024-08-06)

Bug Fixes

  • revert back to our working diff method (#82) (8ba856a)

1.13.3 (2024-08-06)

Bug Fixes

1.13.2 (2024-08-06)

Bug Fixes

  • add correct version number to cli (#79) (4ff493e)

1.13.1 (2024-08-05)

Bug Fixes

1.13.0 (2024-08-05)

Features

  • Add --no-plan mode for streamlined code generatio (#77) (2fffd57)

1.12.1 (2024-08-05)

Bug Fixes

1.12.0 (2024-08-05)

Features

1.11.0 (2024-08-04)

Features

  • Add filters option for github issues (#67) (6667173)

1.10.0 (2024-08-03)

Features

1.9.0 (2024-08-02)

Features

  • Implement codewhisper task --undo command with improved branch handling (#64) (bca70e9)

1.8.0 (2024-08-02)

Features

  • add diff-based code modifications (#63) (e1cc33a)

1.7.7 (2024-07-31)

Bug Fixes

  • basePath not used for github-issues flag (#60) (ffba718)

1.7.6 (2024-07-31)

Bug Fixes

  • improve model, issue and template selection ux (#59) (9e9a092)

1.7.5 (2024-07-31)

Bug Fixes

1.7.4 (2024-07-31)

Bug Fixes

  • caching of task and instructions (#51) (5a93bb5)

1.7.3 (2024-07-31)

Bug Fixes

1.7.2 (2024-07-31)

Bug Fixes

1.7.1 (2024-07-31)

Bug Fixes

1.7.0 (2024-07-30)

Features

  • Add GitHub Issue Integration to CodeWhisper (#41) (aa4385c)

1.6.2 (2024-07-30)

Bug Fixes

  • Add --log-ai-interactions option for detailed AI interaction logging (#38) (dcac714)

1.6.1 (2024-07-30)

Bug Fixes

1.6.0 (2024-07-30)

Features

  • add more optimal temperature settings for each AI generation task (#36) (4593f42)

1.5.2 (2024-07-29)

Bug Fixes

1.5.1 (2024-07-29)

Bug Fixes

  • ensure branch name is valid (82ced3c)

1.5.0 (2024-07-29)

Features

1.4.2 (2024-07-29)

Bug Fixes

1.4.1 (2024-07-28)

Bug Fixes

1.4.0 (2024-07-28)

Features

  • Optimize AI Response Generation, Expand Model Support, and Enhance Cost Calculation (#28) (646131f)

1.3.5 (2024-07-28)

Bug Fixes

1.3.4 (2024-07-28)

Bug Fixes

1.3.3 (2024-07-27)

Bug Fixes

  • update codegen template (248bfea)

1.3.2 (2024-07-27)

Bug Fixes

  • docs: document new ai functionality (70bddd8)

1.3.1 (2024-07-27)

Bug Fixes

1.3.0 (2024-07-27)

Features

  • ai: Implement AI-assisted code generation capabilities (#24) (3d61722)

1.2.0 (2024-07-24)

Features

1.1.1 (2024-07-22)

Bug Fixes

1.1.0 (2024-07-22)

Features

  • Add interactive Template Variable prompting (2f67212)

1.0.12 (2024-07-22)

Bug Fixes

  • improve export-templates command (ef6cab6)

1.0.11 (2024-07-22)

Bug Fixes

  • programmatic usage of getAvailableTemplates (b385bcf)

1.0.10 (2024-07-22)

Bug Fixes

  • template path resolution (ce9e6d9)
  • trigger release after fixing template path resolution (96696e2)

1.0.9 (2024-07-22)

Bug Fixes

  • worker-paths in different environments (ed1336c)

1.0.8 (2024-07-22)

Bug Fixes

  • entry point and worker paths (a4b7510)

1.0.7 (2024-07-22)

Bug Fixes

  • improve path resolution in different environments (44bbe2b)

1.0.6 (2024-07-22)

Bug Fixes

  • Update interactive-filtering.ts to disable going to the upper directory (d2faa93)

1.0.5 (2024-07-22)

Bug Fixes

  • trigger release after fixing programatic usage (8053d24)

1.0.4 (2024-07-22)

Bug Fixes

  • programmatic usage (34aae91)
  • trigger release after fixing programatic usage (1be5054)

1.0.3 (2024-07-22)

Bug Fixes

  • Update package.json exports and built to allow programmatic usage (89e759a)

1.0.2 (2024-07-21)

Bug Fixes

1.0.1 (2024-07-21)

Bug Fixes

  • trigger release after fixing permissions (d077481)

1.0.0 (2024-07-21)

Bug Fixes

  • cli: also set a default value for invert in the commander options (405c96e)
  • cli: invert is set to false by default (4050f59)
  • e2e test cross platform compatibility (4e8ca51)
  • template dir for when run via npx/npm (7817b0b)
  • test paths (76c9ff9)
  • windows paths and line-endings (21743e2)
  • windows paths in tests (22993f4)

Features

  • add line-numbers option (7fd314f)
  • Add new template file for minimal layout (b898fa6)
  • add respect gitignore flag (df9a406)
  • cache: add FileCache tests and fix Date serialization (c09f1f8)
  • cli: add --invert option for interactive filtering (535a95f)
  • cli: fix custom data and tests (e1ca88d)
  • core: add support for additional file extensions (4c136d7)
  • Fix implementation and tests for interactive mode and cache (fd03855)
  • improve file cache handling and normalize paths (a87735d)
  • interactive mode: fix implementation and tests (02b3569)
  • start on interactive-filtering (627e26a)
  • update relative path in table of contents (47827bb)