Skip to content

Latest commit

 

History

History
67 lines (29 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

67 lines (29 loc) · 2.17 KB

1.0.5 (2024-05-29)

✨ Features

♻️ Refactor

  • replace localhost url with default constant and add DEFAULT_OLLMA_HOST to config.ts (2db1505)

📦 Chores

1.0.4 (2024-05-09)

✨ Features

  • improve ai service to use message stream (2e23b14)

1.0.3 (2024-05-07)

✨ Features

  • add support for new anthropic models (07ea0bf)

📝 Docs

📦 Chores

  • refactor prompt generation to improve formatting (24152c2)

1.0.2 (2024-04-23)

♻️ Refactor

  • replace varAIPrompt with constant (0524dd0)

1.0.1 (2024-04-22)

📦 Chores

  • change default generate count from 1 to 3 (a601411)

1.0.0 (2024-04-21)

✨ Features

  • add code language option instead of locale (0d0d36c)
  • setup project (7a458ab)

♻️ Refactor