Commit Graph

324 Commits

Author SHA1 Message Date
sigoden
e86ad7dc16
feat: add .info role and .info session (#183) 2023-10-30 19:26:06 +08:00
sigoden
42339fac42 chore: add issue templates 2023-10-30 17:53:07 +08:00
sigoden
4909a20f2e
feat: force nowrap if no tty/terminal (#182) 2023-10-30 17:28:10 +08:00
sigoden
2203163938 chore: update readme and cli help 2023-10-30 17:10:52 +08:00
sigoden
5c0383f908
fix: dry run on role or session (#181) 2023-10-30 16:32:11 +08:00
sigoden
2168610dbd chore: spellcheck 2023-10-30 15:08:49 +08:00
sigoden
23e9fb5bbf
feat: deprecate .clear command (#180) 2023-10-30 14:17:15 +08:00
sigoden
ba3cc4f15d
feat: deprecate history file (#179) 2023-10-30 13:36:08 +08:00
sigoden
2f9121e515
fix: bugs between sesison/role (#178) 2023-10-30 12:58:11 +08:00
sigoden
f2c9f00bda
fix: detect light theme only by env var (#177) 2023-10-30 11:45:07 +08:00
sigoden
b3e6879438
feat: deprecate prompt, remove --prompt and .prompt (#176) 2023-10-30 10:36:08 +08:00
sigoden
44ea384ee5 chore: remove unnecessary clippy macros 2023-10-30 10:22:00 +08:00
Ajay Gonepuri (GONAPCORP)
49595053f0
chore: fix typo (#170) 2023-10-30 10:19:15 +08:00
sigoden
651516d49a
feat: show role info with --role <name> --info (#175) 2023-10-30 10:16:23 +08:00
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
2023-10-30 10:07:01 +08:00
sigoden
632a6fcc0b
feat: add --light-theme option (#169) 2023-10-29 17:36:17 +08:00
sigoden
1ced15a209
feat: autodetect light theme on unix-like os (#168) 2023-10-29 17:22:23 +08:00
sigoden
10b1d4b4de
fix: unexpcted duplicate lines in kitty (#167) 2023-10-29 12:52:04 +08:00
sigoden
33a9aacf39 chore: update readme 2023-10-29 10:48:19 +08:00
sigoden
4fae3724be chore: update readme 2023-10-29 10:44:30 +08:00
sigoden
985f8c0946 chore: improve client-related code quality 2023-10-29 10:09:33 +08:00
sigoden
557bed1459 chore: update Cargo.toml 2023-10-29 08:13:46 +08:00
sigoden
871adab22a chore: improve code quanity 2023-10-29 07:01:13 +08:00
sigoden
7f5bad6474 chore: improve code and doc 2023-10-28 22:22:37 +08:00
sigoden
2ab2e23bb0
refactor: improve environment variables (#163)
Rename `AICHAT_API_KEY` to `OPENAI_API_KEY`
Add `LOCALAI_API_KEY`
2023-10-28 22:10:17 +08:00
sigoden
bc44026ff8
feat: enhance session/conversation (#162)
* feat: enhance session/conversation

* updates

* updates

* cut version v0.9.0-rc2

* add .session name completion
2023-10-28 21:39:17 +08:00
sigoden
1575d44172
fix: .copy don't works on some linux distro (#161) 2023-10-27 23:45:26 +08:00
Gaurav Kumar
7298dbc165
chore: update README.md to fix typo (#159) 2023-10-27 22:00:28 +08:00
sigoden
aa43612d91
feat: change config.vi_keybindings to config.keybindings (#158) 2023-10-27 21:22:24 +08:00
sigoden
5ce2b9cd8f chore: update readme 2023-10-27 19:01:22 +08:00
sigoden
e07f6797e3 chore: update readme 2023-10-27 18:53:37 +08:00
sigoden
dbbbbfd5d6 chore: update readme and comments 2023-10-27 18:44:27 +08:00
sigoden
d43425e22b
chore: change left-prompt for conversation (#157) 2023-10-27 17:55:17 +08:00
sigoden
0179bef80d
chore: replace atty with is-terminal (#156) 2023-10-27 14:42:08 +08:00
sigoden
2b8b696b5a
chore: update ci to support windows arm (#155) 2023-10-27 14:26:46 +08:00
sigoden
47818159a7
refactor: streaming input text in dry-run mode (#154) 2023-10-27 09:33:34 +08:00
sigoden
2fad63be6a
fix: parse command fails if command following newline (#153) 2023-10-27 08:00:06 +08:00
sigoden
ca0f6343f2
feat: add .edit command for multi-line editing (#151) 2023-10-26 21:12:02 +08:00
sigoden
b3f8f27018 refactor: improve code quanity 2023-10-26 19:28:57 +08:00
Leo Bergnéhr
c3f9ef6c39
feat: add .read command (#145) 2023-10-26 19:25:53 +08:00
sigoden
66fd547c0f refactor: improve code quanity
remove tokio::runtime::Runtime from client
2023-10-26 19:19:22 +08:00
sigoden
7d8564cafb
feat: support multi bots and custom url (#150) 2023-10-26 16:42:54 +08:00
sigoden
f4160ff85b
feat: suppport vi keybindings (#148) 2023-10-24 19:28:16 +08:00
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
2023-10-24 17:45:49 +08:00
sigoden
e09b39def9 chore: downgrade reedline to v0.21.0
nushell/reedline#648
2023-10-24 16:24:03 +08:00
sigoden
90bdc1b7db chore: update deps 2023-10-17 19:37:36 +08:00
sigoden
bbf3672a5f
chore: fix release ci (#138) 2023-07-15 16:14:30 +08:00
sigoden
70e62a4fa7
chore: update ci (#136) 2023-07-10 11:33:38 +08:00
Jackson Goode
30daa40eb0
fix: grammar/wording corrections (#135) 2023-07-10 11:17:42 +08:00
Anthony Rubick
97fc7de675
fix: minor code cleanup and pedantic lints (#134) 2023-07-10 11:07:09 +08:00