Commit Graph

19 Commits (cf03952c7bd44a3ad94a675b846cdfafb2af1c75)

Author SHA1 Message Date
sigoden 439d231e42 chore: trivial updates 1 year ago
sigoden 065a32decb
feat: support backeted paste (#117) 1 year ago
sigoden 1ef97b2f32
feat: support multiple models (#71) 1 year ago
sigoden 0ed0ad1fd2 chore: optimize readline multiline 1 year ago
sigoden 4aab872ee1
feat: add support for NO_COLOR (#67) 1 year ago
sigoden cc626e73df chore: update `.help` output text 1 year ago
sigoden 1dc16e6709
feat: type `{` `[` `(` to enter multi-line editing mode (#58)
Abandon `.editor` command, it's too complicated.
1 year ago
sigoden ff00426c2c chore: improve code quality, split rep/prompt.rs from repl/init.rs 1 year ago
sigoden 05d20f207f
feat: add remain tokens indicator and max tokens guard (#50) 1 year ago
sigoden a62e461e38
feat: support conversation (#48) 1 year ago
sigoden a7f2da156c
feat: add role info to readline indicator (#47)
```
coder〉
```
1 year ago
sigoden e78b5f7c58 refactor: imports order and group 1 year ago
sigoden 00ba8b5108 refactor: extra spaces are allowed around repl command 1 year ago
sigoden f694a59dcc
refactor: replace dump with print_now! (#35) 1 year ago
sigoden c7fcdb1744
refactor: adjust repl (#30)
- abandon .copy
- rename .multiple => .editor
- if command successed, do not output `Done`
- if command failed, output `Error: <error message>`
1 year ago
sigoden 11dc4d104b
refactor: optimize ctrl+c/ctrl+d abort handling (#27) 1 year ago
sigoden cfb46ca0de
feat: add `--no-highlight` option (#24) 1 year ago
sigoden c5a2f4603c chore: optimize code 1 year ago
sigoden 2152667fc6
refactor: split src/repl.rs to submodules (#22) 1 year ago