Commit log
123b19c
Merge pull request #534 from charmbracelet/show-mcps-correctly
Click to expand commit body
fix: correctly show mcp and lsp states
Kujtim Hoxha
created
5 months ago
5f79b36
chore(deps): bump golang.org/x/text from 0.25.0 to 0.27.0 (#544)
Click to expand commit body
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.25.0 to 0.27.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.25.0...v0.27.0)
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-version: 0.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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
5 months ago
af85238
chore(deps): bump github.com/alecthomas/chroma/v2 from 2.15.0 to 2.20.0 (#549)
Click to expand commit body
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.15.0 to 2.20.0.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](https://github.com/alecthomas/chroma/compare/v2.15.0...v2.20.0)
---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
dependency-version: 2.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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
5 months ago
5fabd4d
ci: print action
Carlos Alexandro Becker
created
5 months ago
8d67777
ci: fix dependabot dependencies label
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
f282945
ci: add scoop (#545)
Carlos Alexandro Becker
created
5 months ago
26ab7b4
Merge remote-tracking branch 'origin/main' into show-mcps-correctly
Kujtim Hoxha
created
5 months ago
cea9e80
Merge remote-tracking branch 'origin/main' into fix-openai-provider
Kujtim Hoxha
created
5 months ago
87ee7df
fix(mcp): update lib, set transport logger (#510)
Carlos Alexandro Becker
created
5 months ago
1b50cb6
chore: reasoning for openai providers that support it
Kujtim Hoxha
created
5 months ago
054fba3
chore(legal): @ngnhng has signed the CLA
Charm
created
5 months ago
7055d9e
chore: small fix
Kujtim Hoxha
created
5 months ago
bfd089d
chore: fix missing assignment
Kujtim Hoxha
created
5 months ago
d9b0062
chore: simplify model filtering
Kujtim Hoxha
created
5 months ago
0de5b24
fix: some openai providers
Click to expand commit body
Co-authored-by: Peter Steinberger <steipete@gmail.com>
Kujtim Hoxha
and
Peter Steinberger
created
5 months ago
5177982
chore: fix models
Kujtim Hoxha
created
5 months ago
7f77496
fix: handle nil body in http log
Kujtim Hoxha
created
5 months ago
8940ba1
fix: fix openai compatible provider
Click to expand commit body
some providers expect simple content differently
Co-authored-by: Peter Steinberger <steipete@gmail.com>
Kujtim Hoxha
and
Peter Steinberger
created
5 months ago
87a483c
chore(legal): @Ed4ward has signed the CLA
Charm
created
5 months ago
38f1b2b
chore: remove unused varibale
Kujtim Hoxha
created
5 months ago
4739ba9
fix: correctly show mcp and lsp states
Kujtim Hoxha
created
5 months ago
e130e03
chore: set notices size
Kujtim Hoxha
created
5 months ago
1eabdb4
chore(legal): @jooray has signed the CLA
Charm
created
5 months ago
7c6e39d
fix: summarize provider should be large
Kujtim Hoxha
created
5 months ago
cf72cb8
fix: make sure to make rendered string concurrency sage
Kujtim Hoxha
created
5 months ago
dbb998c
fix: width related commands not showing
Kujtim Hoxha
created
5 months ago
cb6642b
fix: sidebar files jumping
Kujtim Hoxha
created
5 months ago
000c8d8
Merge branch 'charmbracelet:main' into esc_permission
bbrodriges
created
5 months ago
35fc31b
ci(cla): add bot to allowlist
Andrey Nering
created
5 months ago
61065bb
chore(legal): @bold84 has signed the CLA
Charm
created
5 months ago
Kujtim Hoxha
created
5 months ago
2b9430f
ci(issue-labeler): add ci label
Andrey Nering
created
5 months ago
c5b32fc
ci(issue-labeler): add qwen
Andrey Nering
created
5 months ago
82feb9e
ci(issue-labeler): `pull_request` -> `pull_request_target`
Andrey Nering
created
5 months ago
5e19741
chore(legal): @yumosx has signed the CLA
Charm
created
5 months ago
6a04f67
treat Escape as Deny for permission prompt
bbrodriges
created
5 months ago
6da6500
fix: mcp client must be started (#474)
Click to expand commit body
* fix: mcp client must be started
* refactor: minor improvements
Carlos Alexandro Becker
created
5 months ago
2a43184
feat: grep should support gitignore/crushignore (#428)
Click to expand commit body
* feat: support .crushignore as well as .gitignore
* docs: update
* refactor: simplify
* chore: fmt
* feat: grep should support gitignore/crushignore
* fix: small fixes
* fix: small fixes
* fix: ripgrep
* fix: rg
* fix: tst
* test: fixes
* refactor: organized code a bit
* fix: try
* fix: temp
* chore: lint
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
ab7a093
chore(legal): @tabletcorry has signed the CLA
Charm
created
5 months ago
8a1f4f6
chore: add script o manually run issue labeler
Andrey Nering
created
5 months ago
822a050
ci(issue-labeler): have a single regexp per label to make it work
Andrey Nering
created
5 months ago
c84d166
ci(issue-labeler): temporarily enable issue body
Andrey Nering
created
5 months ago
bfa9bb2
ci(issue-labeler): remove slash from labels
Andrey Nering
created
5 months ago
b7dec52
ci(issue-labeler): add os labels
Andrey Nering
created
5 months ago
54fc55f
ci(issue-labeler): check only title to be less error-prone
Andrey Nering
created
5 months ago
6709e9f
ci(issue-labeler): fix workflow dispatch
Andrey Nering
created
5 months ago
4f3e41d
ci(issue-label): allow manual trigger
Andrey Nering
created
5 months ago
984f276
ci: add action to automate issue / pr labeling (#470)
Andrey Nering
created
5 months ago
0e52ccd
feat: debug logs request response details (#407)
Click to expand commit body
* feat: debug logs request response details
closes #399
* fix: lint
* refactor: improvements
* fix: improvements
* fix: test
* fix: centralize body parsing
* fix: compatct
Carlos Alexandro Becker
created
5 months ago
cd3ef8d
fix: do not init MCP client on every tool request (#459)
Click to expand commit body
* fix: do not init mcp client on every call
Right now it inits each mcp client multiple times, one when discovering tools at startup, and then every time we call any tools.
This makes it so we reuse the client from startup
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* wip
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* refactor: even better approach
* fix: unused param
* refactor: more improvements
* fix: if list tools fails, remove client
* fix: improve slice
* chore: smaller changes
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
Page 11 of 36