Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

62 lines (32 loc) · 1.48 KB

Change Log

All notable changes to the "shapeteller" extension will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • None

[1.0.0] - 2024.09.16 (16th Sept 2024)

  • considered to be completed.

[0.3.0] - 2024.09.04 (4th Sept 2024)

  • grouped the settings and reorder them

Added

  • add support for locally deployed model (Ollama and vllm)

[0.2.0] - 2024.09.04 (4th Sept 2024)

[0.1.2] - 2024.09.04 (4th Sept 2024)

  • move prompts related configs from llm_client.ts to prompts.ts

[0.1.1] - 2024.09.04 (4th Sept 2024)

Added

  • Support concise mode vs detail mode in settings
  • support is_prefer_var in settings

[0.1.0] - 2024.09.04 (4th Sept 2024)

Added

  • developed the prompt manager module

[0.0.2] - 2024.09.01 (1st Sept 2024)

considering to use langchain etc. to make better prompts

Decided not to use langchain for now, since it looks too complicated for the current task, adding uncessary complexity for development and maintanence..

Added

  • User can set maxToken in settings
  • Add support for Mistral
  • Update design-doc.md

[0.0.1] - 2024.08.30 (30 Aug 2024)

  • Initial release