Commit log
09eb488
fix: improve lsp_references
Click to expand commit body
I've noticed that most times the LLM uses grep instead of this.
This seems to improve it a bit. Now if I ask about names that look like
functions or something like that, it uses find references first.
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
1 month ago
da3e44c
fix: mcps loading in non interactive mode (#1894)
Kujtim Hoxha
created
1 month ago
0de0788
chore: remove duplicated log
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
1 month ago
ab6d971
fix: try to make the search tool more reliable (#1779)
Kujtim Hoxha
created
1 month ago
b92a466
docs(readme): remove extra comma
Christian Rocha
created
1 month ago
7c96457
fix: make hyper and copilot link styled on ui (#1872)
Andrey Nering
created
1 month ago
2842d4d
docs(readme): update features section
Christian Rocha
created
1 month ago
3a1da53
fix: resolve extra headers for providers (#1764)
Kujtim Hoxha
created
1 month ago
7520920
chore: fix more typos (#1863)
Christian Rocha
created
1 month ago
632ba62
chore: tidy agent package (#1857)
Christian Rocha
created
1 month ago
f7de0d5
chore(deps): update catwalk to being openai gpt 5.2 codex
Andrey Nering
created
1 month ago
f66762b
fix: race in agent.go (#1853)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
1 month ago
8f2ae5c
chore(legal): @mhpenta has signed the CLA
Charm
created
1 month ago
b8d88dd
chore(legal): @kuxoapp has signed the CLA
Charm
created
1 month ago
a130196
chore(README): update crush art (#1861)
Christian Rocha
created
1 month ago
6743715
feat: add clipboard image paste functionality to chat editor (#181) (#1151)
Click to expand commit body
Co-authored-by: Ayman Bagabas <ayman.bagabas@gmail.com>
kslamph
and
Ayman Bagabas
created
1 month ago
340defd
fix(ci): update security workflow to use setup-go and install govulncheck
Ayman Bagabas
created
1 month ago
151e063
fix(ci): security: allow Google Patent License for Go modules
Ayman Bagabas
created
1 month ago
Andrey Nering
created
1 month ago
c57cbc6
ci: fix govulncheck
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
1 month ago
3fd9d97
ci(sec): add more security jobs, improve build, enable race detector (#1849)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Carlos Alexandro Becker
and
Copilot
created
1 month ago
87df08c
fix: race condition where title might not be generated (#1844)
Christian Rocha
created
1 month ago
5f1d92a
chore(legal): @andreasdotorg has signed the CLA
Charm
created
2 months ago
dd0d6cf
chore: fix some typos
John Eismeier
created
2 months ago
71b54b2
chore(legal): @uppet has signed the CLA
Charm
created
2 months ago
d6028d6
chore(legal): @jeis4wpi has signed the CLA
Charm
created
2 months ago
9d9cfa1
fix: update fantasy with panic fix for google gemini (#1840)
Click to expand commit body
https://github.com/charmbracelet/fantasy/pull/116
Andrey Nering
created
2 months ago
Andrey Nering
created
2 months ago
33a41c5
chore(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 in the all group (#1837)
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 months ago
6f0f519
Fix shutdown (#1833)
Kujtim Hoxha
created
2 months ago
b2252f8
chore: auto-update files
Charm
created
2 months ago
163abdc
feat: add `disable_default_providers` option (#1675)
Jon Gjengset
created
2 months ago
6f646c9
perf: improve startup and shutdown speed (#1829)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
2 months ago
a447f55
perf(config): simplify loadFromConfigPaths (#1821)
Carlos Alexandro Becker
created
2 months ago
2350f7e
fix: make sure to unlock in goroutine (#1820)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
2 months ago
b884767
perf: fix possibly unclosed resp.body (#1818)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
2 months ago
542750a
chore(deps): bump the all group with 5 updates (#1832)
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 months ago
0868681
perf: use strings.Builder for string concatenation in loops (#1819)
Carlos Alexandro Becker
created
2 months ago
e4400ad
perf(shell): reduce allocations in updateShellFromRunner (#1817)
Carlos Alexandro Becker
created
2 months ago
df6f514
fix(sqlite): busy timeout (#1815)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
2 months ago
d1382bb
perf: reduce memory usage (#1812)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
2 months ago
617f9e2
feat: allow to send the prompt if its empty but has text attachments (#1806)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Carlos Alexandro Becker
and
Copilot
created
2 months ago
23c6e43
chore(legal): @aleksclark has signed the CLA
Charm
created
2 months ago
467418d
feat: open editor in the right position (#1804)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
2 months ago
15de352
chore(legal): @zyriab has signed the CLA
Charm
created
2 months ago
666fabd
chore(legal): @mohaanymo has signed the CLA
Charm
created
2 months ago
a4f5d72
docs(README): add FreeBSD installation instructions
Christian Rocha
created
2 months ago
Andrey Nering
created
2 months ago
5590161
feat: remove claude code support (#1783)
Andrey Nering
created
2 months ago
43b0e0b
fix(mcp): centrally filter disabled tools (#1622)
Amolith
created
2 months ago
Page 1 of 45