main (default)
451faa7
chore: update openai sdk to v3 (#2406)
Andrey Nering created
451faa7
chore: update openai sdk to v3 (#2406)
Andrey Nering created
d4e2531
feat: allow to paste bedrock api keys
Crush currently only allows to authentication on Bedrock via local setup (`aws login`) or `AWS_BEARER_TOKEN_BEDROCK`, but we weren't allowing the user to simply paste the API key in the input (validation was failed). If `AWS_BEARER_TOKEN_BEDROCK` works, there's no reason to not allow the user to simply paste that key.
Andrey Nering created
e44211d
refactor: migrate run and login commands to use client API instead of direct app access
Ayman Bagabas created
912f341
Merge remote-tracking branch 'origin/main' into feat/docker-mcp-integration
Christian Rocha created
f33e6c3
chore(ui): add toggle for transparent bg to command palette
Christian Rocha created
93652d1
Merge branch 'main' into docker-bias
Christian Rocha created
4145343
chore(deps): bump the all group with 2 updates
Bumps the all group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action). Updates `github/codeql-action` from 4.32.4 to 4.32.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/89a39a4e59826350b863aa6b6252a07ad50cf83e...0d579ffd059c29b07949a3cce3983f0780820c98) Updates `actions/dependency-review-action` from 4.8.3 to 4.9.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/05fe4576374b728f0c523d6a13d64c25081e0803...2031cfc080254a8a887f58cffee85186f0e49e48) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: actions/dependency-review-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
014fd55
test: re-record vcr cassettes after system prompt change
Andrey Nering created
d62fdbc
feat(noninteractive): print tool calls when --verbose is on
Christian Rocha created
052ec0a
feat: add support for alibaba coding plan
* https://github.com/charmbracelet/catwalk/pull/201
Andrey Nering created
5f66f52
fix(tools/fetch): cap fetch tool at 50K tokens
This prevents the fetch tool from blowing through context windows. Prior to this the limit was 5MB, or about 390K tokens. For larger fetches, the agent is urged to use agentic_fetch, which performs the fetch in an isolated context window.
Christian Rocha created
820738e
fix(windows): don't return error when terminal is closed normally
Christian Rocha created
6c9cb63
fix(completions): use mcp resource URI as completion value
The title might confuse the LLM, using the URI directly seems better. Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
592aceb
feat(ui): move attachments below the editor
Experimenting with this. Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
4afdd29
fix: receiver
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
0593b06
refactor: rename ConfigService() to Config() throughout
Rename App.ConfigService() to App.Config(), Common.ConfigService() to Common.Config(), and app.configService field to app.cfg. 🐾 Generated with Crush Assisted-by: Claude Opus 4.6 via Crush <crush@charm.land>
Kujtim Hoxha created
a7341d3
Merge branch 'main' into charm-1074-review-amazon-nova
Andrey Nering created
64d480d
fix: header info while agent is running
Kujtim Hoxha created
e0c9545
Merge remote-tracking branch 'origin/main' into recover
Carlos Alexandro Becker created
d5ad18f
test: fix race condition
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created