Skip to content

Tags: lacquerai/lacquer

Tags

v0.1.7

Toggle v0.1.7's commit message
fix: update function checking cache each time

v0.1.6

Toggle v0.1.6's commit message
fix: remove useless footer text

v0.1.5

Toggle v0.1.5's commit message
fix: truncate lines in terminal spinner

* Adds line compression if the agent prompt is extremly large
* fixes issue with q and the interactive init step

v0.1.4

Toggle v0.1.4's commit message
fix: unarchive assets in `update`

unarchives the assets before updating in the `update` command. Changes
replace logic to selfupdate lib

v0.1.3

Toggle v0.1.3's commit message
fix: update goreleaser version conf

Sets correct variable for laq version

v0.1.2

Toggle v0.1.2's commit message
fix: update checking logic

Fixes update checking logic so that it now compares the correct os
arch string in the releases. Also sets the background logic to not run
if using the `update` command so race conditions are not hit.

v0.1.1

Toggle v0.1.1's commit message
fix: add support for gpt-5

Adds support for gpt-5 to the openai provider. Along with this change
i've also added support for `max_tokens` diagnostics. This will show a
warning to the user when max_length is reached. gpt-5 uses thinking inferred
from the max_tokens so we often hit max_length with a non trivial max_tokens
set.

v0.1.0

Toggle v0.1.0's commit message
fix: go releaser template