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.
- None
- considered to be completed.
- grouped the settings and reorder them
- switch
@types/vscode
from v1.92.0 to v1.91.0 to support the current Cursor version
- move prompts related configs from
llm_client.ts
toprompts.ts
- Support
concise
mode vsdetail
mode in settings - support
is_prefer_var
in settings
- developed the prompt manager module
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..
- User can set
maxToken
in settings - Add support for Mistral
- Update
design-doc.md
- Initial release