Commit log

ae74383 fix(sqlite): remove WAL pragma

Click to expand commit body
Honestly I don't think we really need it.

We basically only append to the messages tables, the default journaling
seems enough to me.

Using the default will also allow to use SMB shares, and reduce IO.

Closes #473
See https://blog.sqlite.ai/journal-modes-in-sqlite
See https://sqlite.org/pragma.html

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

941b8e9 ci: remove vx.y.z from the release notes (#1276)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

6dbb5b9 chore(deps): use our anthropic's fork directly instead of `replace` (#1277)

Andrey Nering created

74270e2 v0.12.0

tauraamui created

beb3bc0 fix(tui): remove ctrl+d deny keybind (#1269)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

4519e19 fix(mcp): improve cache hits when using MCPs (#1271)

Carlos Alexandro Becker created

f478c4c docs: update aws bedrock docs on readme

Click to expand commit body
* Removed duplicated `AWS_REGION` in table.
* Add documentation for `AWS_BEARER_TOKEN_BEDROCK`.

Andrey Nering created

2708121 feat(bedrock): add support for `AWS_BEARER_TOKEN_BEDROCK` for bedrock

Click to expand commit body
This adds an alternative authorization method vs. `aws configure`.

Andrey Nering created

5e31553 chore(deps): pin `anthropic-sdk-go` to our branch with fixes

Andrey Nering created

7fd91ba chore(deps): bump the all group with 3 updates (#1265)

Click to expand commit body
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] and dependabot[bot] created

29f9dbb chore(legal): @dpolishuk has signed the CLA

Charm created

a64a4de feat(lsp): find references tool (#1233)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

015632a fix(mcp): make sure to cancel context on error (#1246)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

14c4f11 v0.11.2

Carlos Alexandro Becker created

3a99542 fix(mcp): improve STDIO error handling (#1244)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

b896a25 fix(mcp): avoid nil errors for tool parameters (#1245)

Bruno Krugel created

6166fc6 chore(legal): @BrunoKrugel has signed the CLA

Charm created

2aa5361 test: add tests for the dirs cmd (#1243)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

ce72a48 fix(mcp): append to os.Environ() (#1242)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

4b1001c fix(tui): paste on arguments input (#1240)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

1932bce chore: go mod tidy

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

05457d5 refactor: use clamp from /x/exp/ordered (#1236)

Christian Rocha created

23e0fd4 fix(mcp): add type assertion guards (#1239)

Click to expand commit body
Signed-off-by: Evan Wies <evan@neomantra.net>

Evan created

1a40fba fix(grep): check mime type (#1228)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

69be8c2 fix(bedrock): detect credentials set by `aws configure` (#1232)

Andrey Nering created

8c9ce8e feat: paste/close bindings in user cmd dialog (#1221)

Click to expand commit body
Co-authored-by: Crush <crush@charm.land>

Amolith and Crush created

9c46329 v0.11.1

Andrey Nering created

595c940 chore(task): set commit desc automatically

Andrey Nering created

02cd9ab chore(task): also push empty named commit in release (#1231)

Click to expand commit body
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>

Christian Rocha and Andrey Nering created

9ffa587 fix(ls): properly handle limits (#1230)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

3fc3ec7 v0.11.0

Christian Rocha created

e5f171b chore(deps): bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 in the all group (#1226)

Click to expand commit body
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] and dependabot[bot] created

8814881 chore(deps): bump the all group with 4 updates (#1225)

Click to expand commit body
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] and dependabot[bot] created

e9be0df chore(legal): @daps94 has signed the CLA

Charm created

a824240 fix(tui): fix progress not cleaning up some times (#1219)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

4969c34 fix(tui): panic (#1220)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

7ac96ef fix(vertex): small fix for anthropic models via google vertex (#1214)

Andrey Nering created

ca66a11 refactor(mcp): use the new mcp library (#1208)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

a430043 fix: move some logs to debug

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

0421080 fix(lsp): small UI improvements (#1211)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

390983a chore: allow to pass args to task run

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

886bb7c fix(mcp): fix ui description, double spaces (#1210)

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

2d05fe8 chore(legal): @nikaro has signed the CLA

Charm created

f1122df chore(deps): bump the all group with 7 updates (#1198)

Click to expand commit body
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] and dependabot[bot] created

a2b6945 chore(legal): @thuggys has signed the CLA

Charm created

1afeeb7 chore(legal): @kucukkanat has signed the CLA

Charm created

255aa3b chore(task): just use svu if it's already installed

Christian Rocha created

08e384d chore(task): fetch tags before releasing

Christian Rocha created

8c1e376 chore(task): add helper for fetching tags

Christian Rocha created

fccc49f chore(lint): ignore staticcheck in helpful crash error

Click to expand commit body
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>

Christian Rocha and Andrey Nering created