45cf614
      v0.12.1
    
    
    
     Christian Rocha 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
6166fc6
      chore(legal): @BrunoKrugel has signed the CLA
    Charm created
2aa5361
      test: add tests for the dirs cmd (#1243)
    Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
ce72a48
      fix(mcp): append to os.Environ() (#1242)
    Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
4b1001c
      fix(tui): paste on arguments input (#1240)
    Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
1932bce
      chore: go mod tidy
    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)
    Signed-off-by: Evan Wies <evan@neomantra.net>
Evan created
7956fa6
      chore: improve provider config, handle reasoning, add vertex
    Kujtim Hoxha created
543f4b2
      chore: update catwalk
    Kujtim Hoxha created
1a40fba
      fix(grep): check mime type (#1228)
    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)
    Co-authored-by: Crush <crush@charm.land>
Amolith and Crush created