Commit Graph

136 Commits

Author SHA1 Message Date
sigoden
7f5bad6474 chore: improve code and doc 2023-10-28 22:22:37 +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
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
Jackson Goode
30daa40eb0
fix: grammar/wording corrections (#135) 2023-07-10 11:17:42 +08:00
sigoden
ec51b84290
feat: add new model gpt-3.5-turbo-16k (#126) 2023-06-19 08:44:26 +08:00
sigoden
439d231e42 chore: trivial updates 2023-05-04 16:07:50 +08:00
sigoden
c36eab5433 chore: release v0.8.0 2023-03-21 09:45:48 +08:00
sigoden
4a74f5cd72 chore: release v0.7.0 2023-03-13 10:26:33 +08:00
sigoden
52de7ec33a chore: fix some typos 2023-03-10 14:51:15 +08:00
sigoden
cd10a636ad chore: update readme 2023-03-10 11:50:17 +08:00
sigoden
f1e65def96 chore: release v0.6.0 2023-03-10 10:27:24 +08:00
sigoden
ebd3cb2401 chore: update readme 2023-03-09 07:04:12 +08:00
sigoden
7270308a24 chore: release v0.5.0 2023-03-08 21:35:21 +08:00
sigoden
6e389d794e chore: update tool description 2023-03-06 13:37:34 +08:00
sigoden
0874cecba8 chore: update readme 2023-03-06 13:00:43 +08:00
sigoden
281e15cbd1 chore: release v0.4.0 really 2023-03-06 10:57:09 +08:00
sigoden
ffa444399f chore: release v0.4.0 2023-03-06 10:34:07 +08:00
sigoden
2ac0155fa3
feat: accept pipe (#17)
`cat data | aichat` works
2023-03-05 11:11:15 +08:00
sigoden
598c31c3d9
refactor: optimize role prompt (#13) 2023-03-05 07:52:36 +08:00
sigoden
7a60a36367
feat: add .info command (#11) 2023-03-05 05:50:30 +08:00
sigoden
069583098f
refactor: no need tui, just render stream directly (#8) 2023-03-04 22:18:42 +08:00
Marcus Ziadé
afe3f23831
chore: update README.md (#7) 2023-03-04 21:43:29 +08:00
sigoden
6dee235597 chore: release v0.2.0 2023-03-04 19:24:57 +08:00
sigoden
dbdb2ed125
refactor: replace config.highlight with config.no_highlight (#4)
* refactor: replace config.highlight with config.no_highlight

* update readme
2023-03-04 09:22:55 +08:00
sigoden
0fa1ae215a
feat: support highlight reply markdown (#3)
* feat: support highlight reply markdown

* migrate markdown highlighter from termimad to mdcat

* optimize render

No need to clear screen when there is no newline in reply token

* handle ctrl-c when rendering stream

* update readme

* fix ctrlc don't abort acquire_stream when establish connection

* ensure render_stream's dtect_ctrlc is exit before next readline

This will make reedline don't throw err 'The cursor position could not be read within a normal duration'
2023-03-04 09:02:57 +08:00
sigoden
2e511c1327 chore: optimize config path 2023-03-03 12:43:34 +08:00
sigoden
1cde32160b chore: update readme 2023-03-03 11:44:23 +08:00
sigoden
2ea37fc814 chore: update readme 2023-03-03 10:34:02 +08:00
sigoden
627a2d08ce refactor: config path and config data
use yaml other than toml for configuration.
use $AICHAT_CONFIG_DIR other than $HOME for config dir.
split roles to seperate config file
2023-03-03 10:11:23 +08:00
sigoden
9e8a5481cf feat: support save chat messages to file 2023-03-03 09:15:58 +08:00
sigoden
b516080a66 chore: update readme 2023-03-03 08:34:15 +08:00
sigoden
9343f96198 chore: add readme 2023-03-03 08:28:46 +08:00