Commit log
897b14a
fix: root: remove unused tea options
Click to expand commit body
We don't need to use `WithKeyReleases` and `WithUniformKeyLayout` in
order to get basic enhanced keyboard support.
Ayman Bagabas
created
5 months ago
9df5080
fix(tui): chat: out of bounds error in param list rendering
Ayman Bagabas
created
5 months ago
e1fab86
fix: ensure new line at end of non-interactive output (#132)
Click to expand commit body
* fix: ensure new line at end of non-interactive output
* fix: err handling
* fix: caller uses println so this is not needed
Carlos Alexandro Becker
created
5 months ago
4f145e5
Merge pull request #95 from charmbracelet/onboarding
Click to expand commit body
Rewrite Chat and Onboarding
Kujtim Hoxha
created
5 months ago
cdb0bda
Merge remote-tracking branch 'origin/main' into onboarding
Kujtim Hoxha
created
5 months ago
dd50968
fix: use the same spinner in non-interactive mode (#131)
Click to expand commit body
* fix: use the same spinner in non-interactive mode
* fix: simplify
* fix: move things around a bit
Carlos Alexandro Becker
created
5 months ago
3509036
Merge branch 'onboarding' of github.com:charmbracelet/opencode-internal into onboarding
Kujtim Hoxha
created
5 months ago
4a2e540
chore: improve initalize text
Kujtim Hoxha
created
5 months ago
e7d6b41
Merge pull request #124 from charmbracelet/bump-tea
Click to expand commit body
chore: bump bubbletea v2 to latest commit
Kujtim Hoxha
created
5 months ago
c510f03
chore: go mod vendor
Ayman Bagabas
created
5 months ago
27c27b9
chore: bump dependencies
Ayman Bagabas
created
5 months ago
d7baec0
chore: small padding change
Kujtim Hoxha
created
5 months ago
e77b537
Merge pull request #116 from charmbracelet/editor-text-close
Click to expand commit body
feat(tui): set the textarea value back after closing the editor
Kujtim Hoxha
created
5 months ago
4cde644
Merge remote-tracking branch 'origin/main' into onboarding
Kujtim Hoxha
created
5 months ago
ed8bdf9
Merge pull request #125 from charmbracelet/perm-dialog
Click to expand commit body
fix(tui): permission: increase the default width of the dialog to 80%
Kujtim Hoxha
created
5 months ago
f31b051
Merge pull request #127 from charmbracelet/truncate-logo
Click to expand commit body
fix(tui): logo: make sure we truncate the logo if it exceeds the width
Kujtim Hoxha
created
5 months ago
e34ff95
Merge pull request #128 from charmbracelet/ctrl+v
Click to expand commit body
fix(tui): editor: change open editor key binding from ctrl+e to ctrl+v
Kujtim Hoxha
created
5 months ago
3520a64
Merge pull request #129 from charmbracelet/colors
Click to expand commit body
Minor edits to color and styling
Kujtim Hoxha
created
5 months ago
621c68f
Merge pull request #130 from charmbracelet/perm-bg
Click to expand commit body
fix(tui): permission: make sure the fetch content has the correct background color
Kujtim Hoxha
created
5 months ago
006b3a1
simplify fetch url
Kujtim Hoxha
created
5 months ago
710f1be
ci(pro): nightly
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
653c6a5
fix(tui): permission: make sure the fetch content has the correct background color
Ayman Bagabas
created
5 months ago
bc87da9
chore: update vendors
Ayman Bagabas
created
5 months ago
573c9a0
chore: use american spelling for 'canceled' in all user-facing copy
Christian Rocha
created
5 months ago
0134f81
chore: simplify 'canceled' styling + use american spelling
Christian Rocha
created
5 months ago
b323656
chore(theme): use new BBQ tone
Christian Rocha
created
5 months ago
a740703
chore(deps): bump charmtone
Christian Rocha
created
5 months ago
ed65d90
fix(tui): editor: change open editor key binding from ctrl+e to ctrl+v
Ayman Bagabas
created
5 months ago
6156b38
chore(lint): add missing GoDoc
Christian Rocha
created
5 months ago
ddeec85
fix(tui): logo: make sure we truncate the logo if it exceeds the width
Click to expand commit body
Truncate each line of the logo to fit within the specified width.
Ayman Bagabas
created
5 months ago
2d6f2bd
chore: remove background color on 'waiting for tool to start'
Christian Rocha
created
5 months ago
d34161b
ci: only build nightlies if there are something to build (#126)
Click to expand commit body
this should save us a bit of actions money
Carlos Alexandro Becker
created
5 months ago
77e46cf
fix(tui): editor: make sure we move the cursor to the end of input
Ayman Bagabas
created
5 months ago
6a0282e
chore: upgrade bubbles v2 to latest v2-exp commit
Ayman Bagabas
created
5 months ago
c57cca5
fix(tui): permission: increase the default width of the dialog to 80%
Click to expand commit body
and verticalize buttons on narrow screens
Ayman Bagabas
created
5 months ago
3ec5d01
fix(tui): editor: make sure we update the textarea after closing the editor
Ayman Bagabas
created
5 months ago
8e38daa
feat(tui): set the textarea value back after closing the editor
Click to expand commit body
After closing the editor, the textarea value becomes the text
that was written in the editor. This allows users to edit the text
they wrote in the editor before sending it.
Ayman Bagabas
created
5 months ago
b0c9517
Merge pull request #115 from charmbracelet/editor-text
Click to expand commit body
fix(tui): copy textarea value to editor on open
Kujtim Hoxha
created
5 months ago
0016e44
chore(tui): editor: return error on write failure
Ayman Bagabas
created
5 months ago
e005d0a
chore: fix newline with \
Kujtim Hoxha
created
5 months ago
520e1ac
Merge remote-tracking branch 'origin/main' into onboarding
Kujtim Hoxha
created
5 months ago
1aefed2
chore: fix padding for info
Kujtim Hoxha
created
5 months ago
5affd9a
Merge pull request #123 from charmbracelet/editor-newline-scroll
Click to expand commit body
fix(tui): editor: ensure the textarea scrolls when inserting newlines
Kujtim Hoxha
created
5 months ago
cac6a64
fix(tui): editor: ensure the textarea scrolls when inserting newlines
Click to expand commit body
Fixes: 50e759685d05 (feat(tui): support adding newlines in chat editor)
Ayman Bagabas
created
5 months ago
878ce15
chore: fix initialize padding
Kujtim Hoxha
created
5 months ago
02d9aff
chore: small ux changes
Kujtim Hoxha
created
5 months ago
6d6ef4d
chore: fix cursor
Kujtim Hoxha
created
5 months ago
7c28894
chore: fix bash output
Kujtim Hoxha
created
5 months ago
d1b2f8b
chore: fix cursor
Kujtim Hoxha
created
5 months ago
46fd08c
ci: disable go mod proxying for now
Carlos Alexandro Becker
created
5 months ago
Page 1 of 14