Daniel Gray
Daniel Gray
It would be ideal to support custom markdown renderers, to define custom marked options or even substitute marked entirely with eg react-markdown.
It would be fantastic if this could work as a bot on irc servers
closes #807, to add `sql.join`: ```js let dynamicFilters = [ sql`somecol = ${somevalue}`, sql`col2 = ${v2}` ]; const dynamicColumns = [sql('somecol'), sql('col2')]; await sql` select ${sql.join(sql`, `, dynamicColumns)} from t...
### What is the problem this feature would solve? there's often a need to run multiple package.json scripts at a time, either sequentially or in parallel one sometimes/often sees package.json...
### Description seems to be a rendering issue since opentui rewrite where occasionally messages become invisible, scrolling up and down doesn't reveal them, and resizing doesnt properly redraw them ###...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request It'd...
sometimes it would be nice to re-order the list, move a task to the top of the list.. maybe `` could be used?
### Description when opening model list to pick/filter, a favorite's list and recent list of models is shown at the top when filtering by typing, the favorites and recent list...
- Support fuzzy search filtering with auto-expansion of selected item - Add 'Show prompt history' command to command palette under Prompt category - Regenerate SDK types to include prompt_history_list keybind...
- Add prompt_history_max_size to TUI config with default value of 50 - Update history provider to use config value instead of hardcoded constant - Allow users to customize how many...