Commit log
712f72c
chore(deps): bump github.com/openai/openai-go from 1.8.2 to 1.11.0 (#274)
Click to expand commit body
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
5 months ago
0c99039
chore: adjust codeowners to not prevent dependabot prs being merged (#319)
Andrey Nering
created
5 months ago
2562b0d
docs(legal): update license (#318)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
59b9254
chore: support default headers
Kujtim Hoxha
created
5 months ago
9c45643
chore: run `modernize`
Andrey Nering
created
5 months ago
60bcb98
fix(onboarding): fix "no model selected" error showing after onboarding (#316)
Andrey Nering
created
5 months ago
da17d91
chore: small scroll fix
Kujtim Hoxha
created
5 months ago
0506272
test: improve tests (#315)
Carlos Alexandro Becker
created
5 months ago
df1e13f
chore: default to the new prompt
Kujtim Hoxha
created
5 months ago
088b127
Merge remote-tracking branch 'origin/list' into tool_improvements
Kujtim Hoxha
created
5 months ago
88141b5
Merge remote-tracking branch 'origin/main' into list
Kujtim Hoxha
created
5 months ago
60e7d04
chore: fix lint issue
Andrey Nering
created
5 months ago
9dd0233
chore(deps): update mvdan/sh with kill issue fix
Click to expand commit body
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
5 months ago
1da73ea
Merge remote-tracking branch 'origin/list' into tool_improvements
Kujtim Hoxha
created
5 months ago
8e4a2ce
Merge remote-tracking branch 'origin/main' into list
Kujtim Hoxha
created
5 months ago
e6ee60b
Merge pull request #303 from charmbracelet/csyncmap
Click to expand commit body
refactor: use csync.Map instead of sync.Map, csync.Slice where it made sense
Kujtim Hoxha
created
5 months ago
dc7a734
docs(readme): add header
Christian Rocha
created
5 months ago
fd19d84
Merge branch 'list' into tool_improvements
Kujtim Hoxha
created
5 months ago
76726b3
chore: fix sidebar
Kujtim Hoxha
created
5 months ago
446ba99
Merge branch 'list' into tool_improvements
Kujtim Hoxha
created
5 months ago
ff3c926
chore: fix tool spinning
Kujtim Hoxha
created
5 months ago
42b659d
chore: make anim concurrent safe
Kujtim Hoxha
created
5 months ago
d38891e
Merge remote-tracking branch 'origin/main' into list
Kujtim Hoxha
created
5 months ago
4b0f84f
chore: address review requests
Click to expand commit body
- 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
5 months ago
2d809a7
fix(tui): typo
ras0q
created
5 months ago
98f51b0
fix: allow to override catwalk url
Andrey Nering
created
5 months ago
76c95de
fix: donβt panic when fetching document URI path fails
Click to expand commit body
* fix: remove hardcoded panic when fetching document URI path
* chore: add structured logging to LSP URI conversion errors
Christian Rocha
created
5 months ago
367e381
chore: fix truncation line
Kujtim Hoxha
created
5 months ago
65b92b4
chore: add copy message
Click to expand commit body
also fix the status
Kujtim Hoxha
created
5 months ago
426229f
chore: small fix
Kujtim Hoxha
created
5 months ago
683bcae
chore: add copy
Kujtim Hoxha
created
5 months ago
39f0772
chore: add suspend
Kujtim Hoxha
created
5 months ago
d4b5306
chore: fix editor
Kujtim Hoxha
created
5 months ago
ef28817
chore: prevent new sessions when agent busy
Kujtim Hoxha
created
5 months ago
61ea243
feat: slices as well
Carlos Alexandro Becker
created
5 months ago
0b6a6b2
ci: publish to winget, nur; fixes brew token (#297)
Carlos Alexandro Becker
created
5 months ago
Carlos Alexandro Becker
created
5 months ago
b92d880
refactor: use csync.Map instead of sync.Map
Carlos Alexandro Becker
created
5 months ago
f8aa4bf
Merge remote-tracking branch 'origin/list' into tool_improvements
Kujtim Hoxha
created
5 months ago
ee45939
chore: rename seq2
Kujtim Hoxha
created
5 months ago
030f53c
Merge pull request #302 from charmbracelet/embed
Click to expand commit body
refactor: use embed for prompts
Kujtim Hoxha
created
5 months ago
e18a77f
chore: small fix
Kujtim Hoxha
created
5 months ago
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
b053107
refactor: use embed for prompts
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
0e88228
chore: remove log
Kujtim Hoxha
created
5 months ago
9c48f32
Merge remote-tracking branch 'origin/list' into tool_improvements
Kujtim Hoxha
created
5 months ago
0770b12
chore: fix completions
Kujtim Hoxha
created
5 months ago
c9fe2c5
Merge remote-tracking branch 'origin/main' into list
Kujtim Hoxha
created
5 months ago
4a40997
Merge pull request #294 from charmbracelet/charm-434
Click to expand commit body
feat(tui): completions: dynamically adjust width based on items
Kujtim Hoxha
created
5 months ago
29f1de2
chore: experimental new coder prompt
Kujtim Hoxha
created
5 months ago
Page 21 of 41