gmickel / CodeWhisper

CodeWhisper: AI-Powered End-to-End Task Implementation & blazingly fast Codebase-to-LLM Context Bridge
https://discord.com/invite/82mjJkwABQ
MIT License
57 stars 4 forks source link

feat: Add --no-plan mode for streamlined code generatio #77

Closed gmickel closed 3 months ago

gmickel commented 3 months ago

This PR introduces a new --no-plan mode for our AI-assisted code generation process. Key changes include:

  1. New command-line option: --no-plan

  2. Updated prompt templates:

    • codegen-diff-no-plan-prompt.hbs
    • codegen-no-plan-prompt.hbs
  3. Modified AI workflow to skip the planning stage when --no-plan is used

Benefits:

Testing:

Note: Default behavior remains unchanged. Users must explicitly use --no-plan to activate this mode.

github-actions[bot] commented 3 months ago

:tada: This issue has been resolved in version 1.13.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: