322a295
Merge branch 'main' into crush-fantasy
Andrey Nering created
322a295
Merge branch 'main' into crush-fantasy
Andrey Nering created
5e1c63f
fix: accept both keys for google vertex
Andrey Nering created
84cd37f
fix: add detail to error message to allow better debugging
Andrey Nering created
14f2f9c
refactor: use v2 declarative API (#1229)
Ayman Bagabas created
4efb4ef
chore: change references description to match others
kujtimiihoxha created
7daf3b2
fix(tests): regenerate tests and skip some
kujtimiihoxha created
9f2c7d0
fix(logs): disable color output when stdout is not a tty (#1286)
James Trew created
d2d42ec
chore: small update
kujtimiihoxha created
6503c86
chore: load embedded version of providers always
we need to revert this when beta testing is done.
kujtimiihoxha created
0cb2b2c
Merge remote-tracking branch 'origin/main' into crush-fantasy
kujtimiihoxha created
92944bb
feat: add support for google reasoning
kujtimiihoxha created
d02432a
chore: update anthropic's sdk with a panic fix
Andrey Nering created
45cf614
v0.12.1
Christian Rocha created
a292b29
perf(list): optimize filter performance and limit results (#1193)
James Trew created
7d0a6ad
refactor: adjustment based on fantasy api changes
Andrey Nering created
1f004dc
docs(readme): move slack url
Christian Rocha created
7eef0b1
chore: embed version in build/install tasks (#1278)
Amolith created
47fe8fc
fix: fix google vertex key
Andrey Nering created
a24c868
chore: `go mod tidy`
Andrey Nering created
23417aa
fix: only debug if enabled (#1279)
Carlos Alexandro Becker created
092b351
fix: always fetch providers live and not in background (#1281)
Andrey Nering created
941b8e9
ci: remove vx.y.z from the release notes (#1276)
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)
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
* 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
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
0cb3de6
feat: allow users to disable cache
Kujtim Hoxha created
7fd91ba
chore(deps): bump the all group with 3 updates (#1265)
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
7d14abb
fix: handle OpenAI compat type correctly in TestConnection
Kujtim Hoxha created
47c5fca
chore: persist reasoning across sessions
Kujtim Hoxha created
5c97054
chore: prompt improvements
Kujtim Hoxha created
2313d9c
fix(agent): make sure we finish thinking on error
Kujtim Hoxha created
0ba17e8
fix(tools): some errors need to be sent to the LLM
Kujtim Hoxha created
6e94603
fix(agent): queued messages issues
Kujtim Hoxha created
d521e93
chore: fix summary by adding options
Kujtim Hoxha created
3af3339
chore: small fix
Kujtim Hoxha created
998f7d9
chore: less text
Kujtim Hoxha created
4c5b9d3
chore: improve coder prompt
Kujtim Hoxha created
29f9dbb
chore(legal): @dpolishuk has signed the CLA
Charm created
1f035bc
chore: improve summary
Kujtim Hoxha created
4f74897
feat: add responses API support
kujtimiihoxha created
d2c6789
chore: upgrade to latest fantasy
kujtimiihoxha created
a64a4de
feat(lsp): find references tool (#1233)
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)
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)
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