Commit Graph

267 Commits (4e99df4c1bd4028a77251bdb00ff23c664372b5f)
 

Author SHA1 Message Date
sigoden ba3cc4f15d
feat: deprecate history file (#179) 8 months ago
sigoden 2f9121e515
fix: bugs between sesison/role (#178) 8 months ago
sigoden f2c9f00bda
fix: detect light theme only by env var (#177) 8 months ago
sigoden b3e6879438
feat: deprecate prompt, remove `--prompt` and `.prompt` (#176) 8 months ago
sigoden 44ea384ee5 chore: remove unnecessary clippy macros 8 months ago
Ajay Gonepuri (GONAPCORP) 49595053f0
chore: fix typo (#170) 8 months ago
sigoden 651516d49a
feat: show role info with `--role <name> --info` (#175) 8 months ago
sigoden b276dfedd2
feat: support textwrap (#171)
* feat: support textwrap

* improve cmd_render_stream

* done cmd_render_stream

* add `-w` alias to `--wrap`

* done repl_render_stream

* add `config.wrap_code`

* remove cached config.wrap_width

* fix unxpected duplicate lines on kitty

* refactor markdown render

* improve render

* fix test
8 months ago
sigoden 632a6fcc0b
feat: add `--light-theme` option (#169) 8 months ago
sigoden 1ced15a209
feat: autodetect light theme on unix-like os (#168) 8 months ago
sigoden 10b1d4b4de
fix: unexpcted duplicate lines in kitty (#167) 8 months ago
sigoden 33a9aacf39 chore: update readme 8 months ago
sigoden 4fae3724be chore: update readme 8 months ago
sigoden 985f8c0946 chore: improve client-related code quality 8 months ago
sigoden 557bed1459 chore: update Cargo.toml 8 months ago
sigoden 871adab22a chore: improve code quanity 8 months ago
sigoden 7f5bad6474 chore: improve code and doc 8 months ago
sigoden 2ab2e23bb0
refactor: improve environment variables (#163)
Rename `AICHAT_API_KEY` to `OPENAI_API_KEY`
Add `LOCALAI_API_KEY`
8 months ago
sigoden bc44026ff8
feat: enhance session/conversation (#162)
* feat: enhance session/conversation

* updates

* updates

* cut version v0.9.0-rc2

* add .session name completion
8 months ago
sigoden 1575d44172
fix: .copy don't works on some linux distro (#161) 8 months ago
Gaurav Kumar 7298dbc165
chore: update README.md to fix typo (#159) 8 months ago
sigoden aa43612d91
feat: change config.vi_keybindings to config.keybindings (#158) 8 months ago
sigoden 5ce2b9cd8f chore: update readme 8 months ago
sigoden e07f6797e3 chore: update readme 8 months ago
sigoden dbbbbfd5d6 chore: update readme and comments 8 months ago
sigoden d43425e22b
chore: change left-prompt for conversation (#157) 8 months ago
sigoden 0179bef80d
chore: replace atty with is-terminal (#156) 8 months ago
sigoden 2b8b696b5a
chore: update ci to support windows arm (#155) 8 months ago
sigoden 47818159a7
refactor: streaming input text in dry-run mode (#154) 8 months ago
sigoden 2fad63be6a
fix: parse command fails if command following newline (#153) 8 months ago
sigoden ca0f6343f2
feat: add .edit command for multi-line editing (#151) 8 months ago
sigoden b3f8f27018 refactor: improve code quanity 8 months ago
Leo Bergnéhr c3f9ef6c39
feat: add .read command (#145) 8 months ago
sigoden 66fd547c0f refactor: improve code quanity
remove tokio::runtime::Runtime from client
8 months ago
sigoden 7d8564cafb
feat: support multi bots and custom url (#150) 8 months ago
sigoden f4160ff85b
feat: suppport vi keybindings (#148) 8 months ago
sigoden b5e1460151
feat: use backslash at end of line for multiline text (#147)
BREAKING CHANGE: use backslash at end of line for multiline text

```
〉.set dry_run true

〉abc \
def \
ijk

>>> The following message consumes 12 tokens.
abc 
def 
ijk
```

Deprecate old {}/() multi-line editing
8 months ago
sigoden e09b39def9 chore: downgrade reedline to v0.21.0
nushell/reedline#648
8 months ago
sigoden 90bdc1b7db chore: update deps 9 months ago
sigoden bbf3672a5f
chore: fix release ci (#138) 12 months ago
sigoden 70e62a4fa7
chore: update ci (#136) 12 months ago
Jackson Goode 30daa40eb0
fix: grammar/wording corrections (#135) 12 months ago
Anthony Rubick 97fc7de675
fix: minor code cleanup and pedantic lints (#134) 12 months ago
sigoden ec51b84290
feat: add new model gpt-3.5-turbo-16k (#126) 1 year ago
sigoden 00ce157571
feat: add `.copy` command (#119) 1 year ago
shane s cf03952c7b
feat: add `config.auto_copy` (#102)
* added config option to copy all ChatGPT output to clipboard

* formatted with

* updates

---------

Co-authored-by: sigoden <sigoden@gmail.com>
1 year ago
sigoden 2489e34993
fix: config file with strict perms (#118) 1 year ago
sigoden 439d231e42 chore: trivial updates 1 year ago
sigoden 065a32decb
feat: support backeted paste (#117) 1 year ago
sigoden a7b31d4367 chore: fix typo 1 year ago