7e8804b
docs(readme): additional note in contact info
Christian Rocha created
7e8804b
docs(readme): additional note in contact info
Christian Rocha created
05a0488
docs(readme): update header and layout
Christian Rocha created
387d0d9
docs: add $schema to crush.json
Carlos Alexandro Becker created
dad5558
docs(readme): shave down GIF
Christian Rocha created
05e1927
docs(readme): general update
Christian Rocha created
4cc1468
ci: build more targets (#327)
* ci: build more targets * ci: remove openbsd & netbsd for now, go mod tidy * chore: revert unneeded change
Carlos Alexandro Becker created
820e55e
fix: simpler
Carlos Alexandro Becker created
3135b6f
fix: simplify stuff
Carlos Alexandro Becker created
9bf42ce
ci: auto generate on changes
Carlos Alexandro Becker created
bef2ea1
feat: add schema command
We should probably serve this file in a short URL.
Carlos Alexandro Becker created
a9716e0
chore: update dependencies
Ayman Bagabas created
90961a6
chore: fix gemini validation
Kujtim Hoxha created
53ae5be
feat: crush run (#322)
* feat: crush run Proposal: I think it's a lot nicer to be able to type `crush run my prompt` vs `crush -p "my prompt"`. This PR implements that. Let me know what you think. * chore: move stuff around a bit
Carlos Alexandro Becker created
28f4f21
chore: add more commands
Kujtim Hoxha created
f77aa2a
Merge remote-tracking branch 'origin/main' into tool_improvements
Kujtim Hoxha created
d93ecf5
Merge pull request #262 from charmbracelet/list
New chat/sessions/commands list component
Kujtim Hoxha created
1d211e0
Merge remote-tracking branch 'origin/main' into list
Kujtim Hoxha created
4b273e9
Merge pull request #321 from charmbracelet/inefassign
fix: remove unused constants, fix inefficient assign
Kujtim Hoxha created
ebc180b
fix: remove unused constants, fix inefficient assign
Carlos Alexandro Becker created
0f6c3a0
chore: lint
Kujtim Hoxha created
a069e8a
chore: support clipboard past image
Kujtim Hoxha created
70f8993
fix: small fixes in csync
Carlos Alexandro Becker created
cdb311d
fix: unused slice methods
Carlos Alexandro Becker created
e218c2a
chore: use the catwalk name
Kujtim Hoxha created
c35e700
chore: proper caching for anthropic models with openrouter
Kujtim Hoxha created
712f72c
chore(deps): bump github.com/openai/openai-go from 1.8.2 to 1.11.0 (#274)
Bumps [github.com/openai/openai-go](https://github.com/openai/openai-go) from 1.8.2 to 1.11.0. - [Release notes](https://github.com/openai/openai-go/releases) - [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-go/compare/v1.8.2...v1.11.0) --- updated-dependencies: - dependency-name: github.com/openai/openai-go dependency-version: 1.11.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
0c99039
chore: adjust codeowners to not prevent dependabot prs being merged (#319)
Andrey Nering created
2562b0d
docs(legal): update license (#318)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
59b9254
chore: support default headers
Kujtim Hoxha created
9c45643
chore: run `modernize`
Andrey Nering created
60bcb98
fix(onboarding): fix "no model selected" error showing after onboarding (#316)
Andrey Nering created
da17d91
chore: small scroll fix
Kujtim Hoxha created
0506272
test: improve tests (#315)
Carlos Alexandro Becker created
df1e13f
chore: default to the new prompt
Kujtim Hoxha created
088b127
Merge remote-tracking branch 'origin/list' into tool_improvements
Kujtim Hoxha created
88141b5
Merge remote-tracking branch 'origin/main' into list
Kujtim Hoxha created
60e7d04
chore: fix lint issue
Andrey Nering created
9dd0233
chore(deps): update mvdan/sh with kill issue fix
This includes a fix for a kill issue with grand child processes. That affects, for example, Go programs ran via `go run ...`. * https://github.com/mvdan/sh/issues/1171 * https://github.com/mvdan/sh/pull/1172
Andrey Nering created
1da73ea
Merge remote-tracking branch 'origin/list' into tool_improvements
Kujtim Hoxha created
8e4a2ce
Merge remote-tracking branch 'origin/main' into list
Kujtim Hoxha created
e6ee60b
Merge pull request #303 from charmbracelet/csyncmap
refactor: use csync.Map instead of sync.Map, csync.Slice where it made sense
Kujtim Hoxha created
dc7a734
docs(readme): add header
Christian Rocha created
fd19d84
Merge branch 'list' into tool_improvements
Kujtim Hoxha created
76726b3
chore: fix sidebar
Kujtim Hoxha created
446ba99
Merge branch 'list' into tool_improvements
Kujtim Hoxha created
ff3c926
chore: fix tool spinning
Kujtim Hoxha created
42b659d
chore: make anim concurrent safe
Kujtim Hoxha created
d38891e
Merge remote-tracking branch 'origin/main' into list
Kujtim Hoxha created
4b0f84f
chore: address review requests
- Remove Slice() method from csync.Slice and use slices.Collect(s.Seq()) instead - Optimize Seq2() method to avoid calling removed Slice() method - Update Seq() to use Seq2() for better performance - Update all references throughout the codebase to use the new pattern 💖 Generated with Crush Co-Authored-By: Crush <crush@charm.land>
Kujtim Hoxha and Crush created
2d809a7
fix(tui): typo
ras0q created