Commit log
4784272
feat: add Arch Linux package support to nfpms
Click to expand commit body
Enable archlinux format in nfpms configuration to generate
Arch Linux packages alongside existing deb and rpm packages.
💖 Generated with Crush
Co-Authored-By: Crush <noreply@crush.charm.land>
Carlos Alexandro Becker
and
Crush
created
10 months ago
b1df347
chore: integrate overhauled spinner
Christian Rocha
created
10 months ago
5df4167
chore: overhaul spinner
Christian Rocha
created
10 months ago
6758359
fix(ci): disable gomoddirectives linter
Ayman Bagabas
created
10 months ago
840dc56
fix: splash page view return type
Ayman Bagabas
created
10 months ago
c2fc795
chore: go mod vendor
Ayman Bagabas
created
10 months ago
98eda57
chore: bump dependencies
Ayman Bagabas
created
10 months ago
cd155f0
Merge branch 'main' into uv-crush
Ayman Bagabas
created
10 months ago
b738f51
fix: fix config
Kujtim Hoxha
created
10 months ago
3c4c395
chore: bump bubbletea v2 uv
Ayman Bagabas
created
10 months ago
9d2aadb
chore: bump uv dependencies
Ayman Bagabas
created
10 months ago
c3a331c
chore: use internal versions of bubbletea and lipgloss v2
Ayman Bagabas
created
10 months ago
9aef42d
Merge branch 'main' into uv-crush
Ayman Bagabas
created
10 months ago
Carlos Alexandro Becker
created
10 months ago
Carlos Alexandro Becker
created
10 months ago
Carlos Alexandro Becker
created
10 months ago
5ab9f22
ci: revert, fix made on meta
Click to expand commit body
see: https://github.com/charmbracelet/meta/commit/18dccebf03ae0cc4551f90754d1850050ee72f81
Carlos Alexandro Becker
created
10 months ago
2835dad
ci: fix username
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
10 months ago
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
10 months ago
91bf008
ci: release and nightly jobs (#90)
Click to expand commit body
* ci: release and nightly jobs
plus several improvements
* fix: diff
* fix: aur
* fix: schedule
* fix: tmpl
* fix: schedule
Carlos Alexandro Becker
created
10 months ago
6f2387c
Merge pull request #83 from charmbracelet/config-provider-changes
Click to expand commit body
Config/Agent/Provider Overhaul
Kujtim Hoxha
created
10 months ago
142ff9e
chore: remove unnecessary commnet
Kujtim Hoxha
created
10 months ago
979384a
chore: fix lint
Kujtim Hoxha
created
10 months ago
6e25625
Merge branch 'public_main' into config-provider-changes
Kujtim Hoxha
created
10 months ago
f0571f5
fix(tool/grep): always show file names with rg (#271)
Aldehir Rojas
created
10 months ago
1f6eef4
fix(mcp): ensure required field if nil (#278)
Gedy Palomino
created
10 months ago
290f1f4
chore: small fixes
Kujtim Hoxha
created
10 months ago
9f098d1
chore: remove debug log
Kujtim Hoxha
created
10 months ago
11b65a0
chode: remove old docs
Kujtim Hoxha
created
10 months ago
8992d02
chore: small fixes to the config
Kujtim Hoxha
created
10 months ago
2b6766a
chore: fix shell
Kujtim Hoxha
created
10 months ago
Kujtim Hoxha
created
10 months ago
d0fcb3f
chore: fix lint
Kujtim Hoxha
created
10 months ago
f3f4d9d
chore: change how summarize sessions gets triggered
Kujtim Hoxha
created
10 months ago
f0091c3
chore: adjust wording of small/large model labels
Christian Rocha
created
10 months ago
9eab1ba
fix: resolve golangci-lint issues
Click to expand commit body
- Fix gofumpt formatting in models.go
- Replace deprecated database methods with context-aware versions:
- db.Ping() -> db.PingContext()
- db.Exec() -> db.ExecContext()
- db.Begin() -> db.BeginTx()
- Update Taskfile.yaml to match CI lint configuration
Kujtim Hoxha
created
10 months ago
2a10ac9
chore: implement large/small model switching
Kujtim Hoxha
created
10 months ago
21719ee
chore: change how we generate the json schema
Kujtim Hoxha
created
10 months ago
28c85ea
chore: generate schema, fix tests
Kujtim Hoxha
created
10 months ago
19f1a2d
chore: enable thinking for anthropic models
Kujtim Hoxha
created
10 months ago
19c0e04
feat: make it possible for api key to be programatic
Kujtim Hoxha
created
10 months ago
03871a5
chore: make it possible to override maxTokens
Click to expand commit body
we still need to handle the case where the max tokens is more than 5% of
the total context window, this can cause the endpoint to error.
Kujtim Hoxha
created
10 months ago
eb3550a
chore: change how max tokens works
Kujtim Hoxha
created
10 months ago
1e18320
chore: fix lint
Kujtim Hoxha
created
10 months ago
12d0f1f
feat: add reasoning effort support and new providers
Click to expand commit body
- Add HasReasoningEffort field to Model struct with proper JSON field name
- Add ReasoningEffort field to PreferredModel for user customization
- Implement reasoning effort transfer from provider models to config
- Add OpenAI o1-preview and o1-mini models with reasoning capabilities
- Add xAI provider with Grok Beta model support
- Add OpenRouter provider with Claude 3.5 models
- Update OpenAI client to use configurable reasoning effort
- Remove unused toolCalls method from Gemini client
- Simplify validation logic using slices.Contains
- Add comprehensive tests for reasoning effort functionality
Kujtim Hoxha
created
10 months ago
df9b100
chore: add new fields to provider model
Kujtim Hoxha
created
10 months ago
e3b55ce
docs: add testing guidelines for mock providers
Kujtim Hoxha
created
10 months ago
1649dd0
fix: correct model selection index in models dialog
Kujtim Hoxha
created
10 months ago
135aceb
feat: add dynamic model switching with agent provider updates
Kujtim Hoxha
created
10 months ago
d949a22
feat: add provider-specific prompts for OpenAI, Gemini, and Anthropic
Kujtim Hoxha
created
10 months ago
Page 34 of 44