1216 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
9bf42ced99 ci: auto generate on changes 2025-07-28 22:09:20 -03:00
Carlos Alexandro Becker
bef2ea1b25 feat: add schema command
We should probably serve this file in a short URL.
2025-07-28 21:39:10 -03:00
Ayman Bagabas
a9716e04ce chore: update dependencies 2025-07-28 17:34:02 -04:00
Kujtim Hoxha
90961a6a03 chore: fix gemini validation 2025-07-28 22:55:44 +02:00
Carlos Alexandro Becker
53ae5beaf5 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
2025-07-28 17:13:34 -03:00
Kujtim Hoxha
28f4f21516 chore: add more commands 2025-07-28 22:07:15 +02:00
Kujtim Hoxha
f77aa2a75c Merge remote-tracking branch 'origin/main' into tool_improvements 2025-07-28 21:51:45 +02:00
Kujtim Hoxha
d93ecf5402 Merge pull request #262 from charmbracelet/list
New chat/sessions/commands list component
2025-07-28 21:48:13 +02:00
Kujtim Hoxha
1d211e0f4d Merge remote-tracking branch 'origin/main' into list 2025-07-28 21:48:00 +02:00
Kujtim Hoxha
4b273e96d1 Merge pull request #321 from charmbracelet/inefassign
fix: remove unused constants, fix inefficient assign
2025-07-28 21:44:27 +02:00
Carlos Alexandro Becker
ebc180b3ab fix: remove unused constants, fix inefficient assign 2025-07-28 16:30:35 -03:00
Kujtim Hoxha
0f6c3a072e chore: lint 2025-07-28 21:22:54 +02:00
Kujtim Hoxha
a069e8a0df chore: support clipboard past image 2025-07-28 21:12:34 +02:00
Carlos Alexandro Becker
70f899352f fix: small fixes in csync 2025-07-28 15:48:35 -03:00
Carlos Alexandro Becker
cdb311d7ca fix: unused slice methods 2025-07-28 15:46:14 -03:00
Kujtim Hoxha
e218c2a677 chore: use the catwalk name 2025-07-28 20:42:20 +02:00
Kujtim Hoxha
c35e700017 chore: proper caching for anthropic models with openrouter 2025-07-28 20:31:48 +02:00
dependabot[bot]
712f72c847 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>
2025-07-28 18:18:28 +00:00
Andrey Nering
0c9903958d chore: adjust codeowners to not prevent dependabot prs being merged (#319) 2025-07-28 15:17:44 -03:00
Carlos Alexandro Becker
2562b0dc79 docs(legal): update license (#318)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-07-28 15:04:50 -03:00
Kujtim Hoxha
59b9254e5b chore: support default headers 2025-07-28 20:02:21 +02:00
Andrey Nering
9c45643c1f chore: run modernize 2025-07-28 14:03:04 -03:00
Andrey Nering
60bcb9848d fix(onboarding): fix "no model selected" error showing after onboarding (#316) 2025-07-28 13:44:45 -03:00
Kujtim Hoxha
da17d912d1 chore: small scroll fix 2025-07-28 18:02:09 +02:00
Carlos Alexandro Becker
0506272332 test: improve tests (#315) 2025-07-28 10:55:42 -03:00
Kujtim Hoxha
df1e13fa89 chore: default to the new prompt 2025-07-28 15:51:21 +02:00
Kujtim Hoxha
088b127dc1 Merge remote-tracking branch 'origin/list' into tool_improvements 2025-07-28 15:32:52 +02:00
Kujtim Hoxha
88141b5a68 Merge remote-tracking branch 'origin/main' into list 2025-07-28 15:32:30 +02:00
Andrey Nering
60e7d043fc chore: fix lint issue 2025-07-28 10:30:06 -03:00
Andrey Nering
9dd023321c 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
2025-07-28 10:30:06 -03:00
Kujtim Hoxha
1da73eaed5 Merge remote-tracking branch 'origin/list' into tool_improvements 2025-07-28 09:28:53 +02:00
Kujtim Hoxha
8e4a2ce808 Merge remote-tracking branch 'origin/main' into list 2025-07-28 09:25:40 +02:00
Kujtim Hoxha
e6ee60bdc4 Merge pull request #303 from charmbracelet/csyncmap
refactor: use csync.Map instead of sync.Map, csync.Slice where it made sense
2025-07-28 09:19:17 +02:00
Christian Rocha
dc7a734688 docs(readme): add header 2025-07-26 17:01:12 -04:00
Kujtim Hoxha
fd19d84fa7 Merge branch 'list' into tool_improvements 2025-07-26 12:56:29 +02:00
Kujtim Hoxha
76726b3301 chore: fix sidebar 2025-07-26 12:56:12 +02:00
Kujtim Hoxha
446ba99acc Merge branch 'list' into tool_improvements 2025-07-26 12:51:28 +02:00
Kujtim Hoxha
ff3c926b63 chore: fix tool spinning 2025-07-26 12:51:09 +02:00
Kujtim Hoxha
42b659d1a2 chore: make anim concurrent safe 2025-07-26 12:38:00 +02:00
Kujtim Hoxha
d38891e9ad Merge remote-tracking branch 'origin/main' into list 2025-07-26 12:27:44 +02:00
Kujtim Hoxha
4b0f84f8c6 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>
2025-07-26 12:26:40 +02:00
ras0q
2d809a724c fix(tui): typo 2025-07-25 22:11:00 -04:00
Andrey Nering
98f51b0936 fix: allow to override catwalk url 2025-07-25 16:29:50 -03:00
Christian Rocha
76c95de579 fix: don’t panic when fetching document URI path fails
* fix: remove hardcoded panic when fetching document URI path
* chore: add structured logging to LSP URI conversion errors
2025-07-25 13:40:50 -04:00
Kujtim Hoxha
367e381a02 chore: fix truncation line 2025-07-25 19:16:16 +02:00
Kujtim Hoxha
65b92b4e74 chore: add copy message
also fix the status
2025-07-25 19:15:10 +02:00
Kujtim Hoxha
426229f1c6 chore: small fix 2025-07-25 18:58:17 +02:00
Kujtim Hoxha
683bcae745 chore: add copy 2025-07-25 18:51:48 +02:00
Kujtim Hoxha
39f07727c9 chore: add suspend 2025-07-25 17:17:55 +02:00
Kujtim Hoxha
d4b5306536 chore: fix editor 2025-07-25 17:13:50 +02:00