Skip to content

Commit

Permalink
docs: changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCaster committed Dec 15, 2024
1 parent 1927273 commit f95f71f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@

### Breaking changes

- Added initial support for json structured output mode. Disabled by default, may be incompatible with all providers or LLM models. May improve results with Ollama and small LLM models in future.
- Added initial support for json structured output mode. Disabled by default for now, currently only works with Ollama and OpenaAI. May improve results for supported operations/stages in future.

- Split extra reasoning mode for `op_implement` into dedicated stage, so implement operation now have 4 stages instead of 3. This allow not to mix reasonings and changes-detection instructions together within single query producing smaller and simplier instructions, which should provide better results with smaller models.

- User-customizable prompts at `.perpetual/prompts` dir moved to base `.perpetual` dir. Prompts now grouped together by opeartion-type and stored inside json config-files. Configs also include all needed text-tags and regexp definitions within corresponding json file.

**NOTE**: you will need to reinitialize your project by running `Perpetual init -l <lang>` to regenerate prompts
**NOTE**: you will need to reinitialize your project by running `Perpetual init -l <lang>` to regenerate prompts. You should also update your `.env` file(s) for `op_implement` stages 2,3,4 config, if not using defaults.

## v1.9.0

Expand Down

0 comments on commit f95f71f

Please sign in to comment.