Commit log
4261dfb
refactor: move domain-specific type out of generic pubsub package
Click to expand commit body
💘 Generated with Crush
Assisted-by: GLM-4.7 via Crush <crush@charm.land>
Christian Rocha
created
1 month ago
b7c128a
chore: simplify struct initialization to direct return
Click to expand commit body
💘 Generated with Crush
Assisted-by: GLM-4.7 via Crush <crush@charm.land>
Christian Rocha
created
1 month ago
3635435
chore: remove redundant zero value initialization
Click to expand commit body
💘 Generated with Crush
Assisted-by: GLM-4.7 via Crush <crush@charm.land>
Christian Rocha
created
1 month ago
2f845cc
chore: return empty slices instead of nil for safety
Click to expand commit body
💘 Generated with Crush
Assisted-by: GLM-4.7 via Crush <crush@charm.land>
Christian Rocha
created
1 month ago
1ca8abc
chore: remove unnecessary testing concerns from env.New
Click to expand commit body
💘 Generated with Crush
Assisted-by: GLM-4.7 via Crush <crush@charm.land>
Christian Rocha
created
1 month ago
fa8c764
chore(deps): bump the all group with 3 updates (#1918)
Click to expand commit body
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
1 month ago
a76557d
Merge remote-tracking branch 'origin/main' into ui
Kujtim Hoxha
created
1 month ago
f7a22a8
chore: remove dead (duplicate) code (#1913)
Christian Rocha
created
1 month ago
9e018b9
chore(tools/edit): various fixes (#1921)
Christian Rocha
created
1 month ago
c6e7e39
chore(prompt): small edits (#1915)
Christian Rocha
created
1 month ago
d0715da
chore(deps): bump the all group with 4 updates (#1919)
Click to expand commit body
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
1 month ago
e70d46f
refactor: reasoning dialog (#1880)
Kujtim Hoxha
created
1 month ago
Kujtim Hoxha
created
1 month ago
c0662f1
fix: do not wait for MCP on interactive mode
Kujtim Hoxha
created
1 month ago
181b047
Merge pull request #1813 from charmbracelet/ui-picker
Click to expand commit body
feat(ui): dialog: add file picker dialog with image preview
Ayman Bagabas
created
2 months ago
e557065
fix: don't build native clipboard for ios
Ayman Bagabas
created
2 months ago
Ayman Bagabas
created
2 months ago
26e98ac
chore: bump purego to v0.10.0-alpha.3.0.20260115160133-57859678ab72
Ayman Bagabas
created
2 months ago
2787dc3
fix: skip native clipboard support on unsupported platforms
Ayman Bagabas
created
2 months ago
13c6fe6
fix: add freebsd support for clipboard on 386 architecture
Ayman Bagabas
created
2 months ago
Andrey Nering
created
2 months ago
3c64ee0
fix: editor: exclude native clipboard support from linux/386 builds (#1903)
Ayman Bagabas
created
2 months ago
Andrey Nering
created
2 months ago
1aea259
chore: use posthog's default exception reporting
Click to expand commit body
We had a manual handling since now, but since then PostHog added official
support via their SDK. This should give us stack traces!
Andrey Nering
created
2 months ago
e5e45ad
chore: update `posthog-go` to latest version
Andrey Nering
created
2 months ago
f97faa1
fix(ui): filepicker: simplify cmd return
Click to expand commit body
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
Ayman Bagabas
and
Andrey Nering
created
2 months ago
cb8ddcb
fix(ui): filepicker: remove redundant Init method and Action type
Ayman Bagabas
created
2 months ago
ded1e6b
fix(ui): filepicker: simplify tmux kitty image encoding
Ayman Bagabas
created
2 months ago
be46953
Merge branch 'ui' into ui-picker
Ayman Bagabas
created
2 months ago
da3e44c
fix: mcps loading in non interactive mode (#1894)
Kujtim Hoxha
created
2 months ago
0de0788
chore: remove duplicated log
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
2 months ago
ab6d971
fix: try to make the search tool more reliable (#1779)
Kujtim Hoxha
created
2 months ago
8b5cc43
refactor: remove duplication on functions to open dialogs
Click to expand commit body
Co-authored-by: Ayman Bagabas <ayman.bagabas@gmail.com>
Andrey Nering
and
Ayman Bagabas
created
2 months ago
9f7be9d
refactor: remove init in favor of returning cmd on new
Click to expand commit body
Co-authored-by: Ayman Bagabas <ayman.bagabas@gmail.com>
Andrey Nering
and
Ayman Bagabas
created
2 months ago
f27f546
fix: address double vertical margins between sections
Click to expand commit body
Co-authored-by: Christian Rocha <christian@rocha.is>
Andrey Nering
and
Christian Rocha
created
2 months ago
6caf878
fix: align "authentication successful" on the left
Click to expand commit body
Co-authored-by: Christian Rocha <christian@rocha.is>
Andrey Nering
and
Christian Rocha
created
2 months ago
4c938aa
fix: address "verifying..." now showing on side of spinner
Andrey Nering
created
2 months ago
f2f4454
feat: implement github copilot oauth flow in the new ui codebase
Andrey Nering
created
2 months ago
ccb1a64
refactor: make oauth dialog generic and move provider logic to interface
Andrey Nering
created
2 months ago
c45b152
feat: implement hyper oauth flow in the new ui codebase
Andrey Nering
created
2 months ago
f8a9b94
fix: ensure that hyper and copilot models show up even if not configured
Andrey Nering
created
2 months ago
b92a466
docs(readme): remove extra comma
Christian Rocha
created
2 months ago
d4ffb55
feat(ui): filepicker: support kitty graphics in tmux
Click to expand commit body
This commit makes the file picker capable of previewing images when
running inside a tmux session. It detects the tmux environment and wraps
the Kitty graphics escape sequences appropriately for tmux.
It works by using the Kitty Graphics chunking feature and wrapping each
chunk in tmux passthrough sequences. This ensures that images are
rendered correctly in tmux panes.
Ayman Bagabas
created
2 months ago
1f0605a
refactor(ui): dialog: cleanup render logic and use RenderContext (#1871)
Ayman Bagabas
created
2 months ago
7c96457
fix: make hyper and copilot link styled on ui (#1872)
Andrey Nering
created
2 months ago
f4b848b
chore: implement missing command and fix summarize (#1882)
Kujtim Hoxha
created
2 months ago
b442bf9
Merge branch 'ui' into ui-picker
Ayman Bagabas
created
2 months ago
2842d4d
docs(readme): update features section
Christian Rocha
created
2 months ago
f2f63d1
Refactor Custom Command Arguments Dialog (#1869)
Kujtim Hoxha
created
2 months ago
3a1da53
fix: resolve extra headers for providers (#1764)
Kujtim Hoxha
created
2 months ago
Page 9 of 58