318cc22
      Merge pull request #633 from charmbracelet/ignore
    
    
    
    Click to expand commit body
feat: improve gitignore and crushignore support
Kujtim Hoxha created
318cc22
      Merge pull request #633 from charmbracelet/ignore
    feat: improve gitignore and crushignore support
Kujtim Hoxha created
a9e5221
      Merge pull request #637 from charmbracelet/charm-540-fix-selection-panic
    fix(selection): fix panic that can happen on selection
Kujtim Hoxha created
bae88d6
      chore(legal): @CyrusZei has signed the CLA
    Charm created
fd890f1
      fix(selection): fix panic that can happen on selection
    Andrey Nering created
13a3e6a
      Merge pull request #635 from charmbracelet/support-gpt-5
    chore: support reasoning model minimal
Kujtim Hoxha created
6984dad
      Merge pull request #563 from charmbracelet/list-select
    Text Selection
Kujtim Hoxha created
45e4e27
      chore: update openai prompt
    Kujtim Hoxha created
7b95fc5
      docs(readme): add note on claude max and github copilot
    Christian Rocha created
3280b4a
      chore: support reasoning model minimal
    Kujtim Hoxha created
a05b434
      perf: make it a tad faster
    Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
fbe879d
      feat: improve .crushignore and .gitignore
    Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
1e47f4e
      feat(csync.Map): added GetOrSet
    Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
9719451
      fix: config.HomeDir sync.OnceValue, use user.Current().HomeDir
    Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
4dfc3d3
      chore(legal): @pavelzw has signed the CLA
    Charm created
84213b1
      fix: improve ignore
    Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
ce1a674
      chore: bump bubbles to fix textarea cursor issue
    Ayman Bagabas created
ecbb93e
      Merge pull request #623 from charmbracelet/schema
    fix: add $schema to jsonschema
Kujtim Hoxha created
6f60a98
      Merge pull request #630 from charmbracelet/file-path
    fix(tui): editor: sanitize pasted paths
Kujtim Hoxha created
c770a8a
      fix(tui): editor: sanitize pasted paths
    Some terminals may add a trailing space to pasted paths preventing the editor from recognizing them as valid file paths. This commit ensures that pasted paths are trimmed of leading and trailing spaces for paths.
Ayman Bagabas created
152630f
      docs: fix path (#628)
    Typo fix in global config directory on Unix
Daniel Szmulewicz created
0d9626a
      chore(legal): @danielsz has signed the CLA
    Charm created
b0b85e6
      fix: add $schema to jsonschema
    closes #620 Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> Co-authored-by: Sam Mohr <smores56@users.noreply.github.com>
Carlos Alexandro Becker and Sam Mohr created
243da98
      chore(legal): @smores56 has signed the CLA
    Charm created
5b0e0d6
      chore(legal): @edafonseca has signed the CLA
    Charm created
8566940
      feat(tui): chat: support double-click to select and copy text after
    timeout
Ayman Bagabas created
a6ad0d9
      feat(tui): chat: add copy and clear selection key bindings to help
    Ayman Bagabas created
f0377a3
      feat(tui): chat: clear selection on esc
    Ayman Bagabas created
2e30226
      fix: handle compact mode
    Kujtim Hoxha created
d78da4c
      chore(issue-labeler): add comment explaining why single entries
    Andrey Nering created
bf9f1f2
      ci(issue-labeler): add docs label
    Andrey Nering created
987c7aa
      docs(readme): add missing `}`
    Closes #608
Andrey Nering created
2b0306d
      chore(legal): @bashbunni has signed the CLA
    Charm created
8072ad0
      chore(legal): @taciturnaxolotl has signed the CLA
    Charm created
025bda4
      docs(readme): add scoop (#550)
    Carlos Alexandro Becker created
926f30d
      chore: remove cache from prefix
    Kujtim Hoxha created
6d27a58
      chore(legal): @Sunsvea has signed the CLA
    Charm created
d8da2fb
      chore: handle smaller text than screen size
    Kujtim Hoxha created
77ac083
      Merge pull request #577 from charmbracelet/list-select-pp
    Copy selected text
Kujtim Hoxha created
53f2f7b
      chore(legal): @kslamph has signed the CLA
    Charm created
166d592
      chore(legal): @0xWelt has signed the CLA
    Charm created
567b778
      chore(list): set selection colors
    Christian Rocha created
0a278fa
      Merge branch 'main' into list-select-pp
    Christian Rocha created
31dc01e
      chore: rename default theme + infer default theme name (#570)
    * chore: rename default theme + infer default theme name
Christian Rocha created
9ce53b1
      chore(tui/status): remove parens around MCP detail (#580)
    Christian Rocha created
3671bd0
      fix(list): include inbetween empty lines when selecting text
    Ayman Bagabas created
3d91fd0
      feat(chat): copy selected text in chat messages via shared key binding
    This uses both OSC 52 and native clipboard for maximum compatibility with different terminal emulators and environments. The `CopySelectedText` method now accepts a boolean parameter to clear the selection after copying.
Ayman Bagabas created
1f8bc4e
      feat(list): add HasSelection method and selectionView for text-only output
    Ayman Bagabas created
6b54574
      fix(chat): expose copy key binding
    Ayman Bagabas created
7e58d53
      fix(chat): focus chat and editor on mouse click
    Ayman Bagabas created
e23563a
      chore: bump charmbracelet/x/ansi to v0.10.0
    Ayman Bagabas created