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
1 week ago
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
1 week ago
6dbb5b9
chore(deps): use our anthropic's fork directly instead of `replace` (#1277)
Andrey Nering
created
1 week ago
tauraamui
created
1 week ago
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
1 week ago
4519e19
fix(mcp): improve cache hits when using MCPs (#1271)
Carlos Alexandro Becker
created
1 week ago
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
1 week ago
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
1 week ago
5e31553
chore(deps): pin `anthropic-sdk-go` to our branch with fixes
Andrey Nering
created
1 week ago
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
1 week ago
29f9dbb
chore(legal): @dpolishuk has signed the CLA
Charm
created
2 weeks ago
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
2 weeks ago
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
2 weeks ago
Carlos Alexandro Becker
created
2 weeks ago
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
2 weeks ago
b896a25
fix(mcp): avoid nil errors for tool parameters (#1245)
Bruno Krugel
created
2 weeks ago
6166fc6
chore(legal): @BrunoKrugel has signed the CLA
Charm
created
2 weeks ago
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
2 weeks ago
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
2 weeks ago
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
2 weeks ago
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
2 weeks ago
05457d5
refactor: use clamp from /x/exp/ordered (#1236)
Christian Rocha
created
2 weeks ago
23e0fd4
fix(mcp): add type assertion guards (#1239)
Click to expand commit body
Signed-off-by: Evan Wies <evan@neomantra.net>
Evan
created
2 weeks ago
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
2 weeks ago
69be8c2
fix(bedrock): detect credentials set by `aws configure` (#1232)
Andrey Nering
created
2 weeks ago
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
2 weeks ago
Andrey Nering
created
2 weeks ago
595c940
chore(task): set commit desc automatically
Andrey Nering
created
2 weeks ago
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
2 weeks ago
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
2 weeks ago
Christian Rocha
created
2 weeks ago
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
2 weeks ago
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
2 weeks ago
e9be0df
chore(legal): @daps94 has signed the CLA
Charm
created
2 weeks ago
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
3 weeks ago
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
3 weeks ago
7ac96ef
fix(vertex): small fix for anthropic models via google vertex (#1214)
Andrey Nering
created
3 weeks ago
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
3 weeks ago
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
3 weeks ago
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
3 weeks ago
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
3 weeks ago
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
3 weeks ago
2d05fe8
chore(legal): @nikaro has signed the CLA
Charm
created
3 weeks ago
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
3 weeks ago
a2b6945
chore(legal): @thuggys has signed the CLA
Charm
created
4 weeks ago
1afeeb7
chore(legal): @kucukkanat has signed the CLA
Charm
created
4 weeks ago
255aa3b
chore(task): just use svu if it's already installed
Christian Rocha
created
1 month ago
08e384d
chore(task): fetch tags before releasing
Christian Rocha
created
1 month ago
8c1e376
chore(task): add helper for fetching tags
Christian Rocha
created
1 month ago
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
1 month ago
Page 1 of 35