Commit Graph

151 Commits (e349b6bb0242d64967a7e163fe7a948ded5220eb)

Author SHA1 Message Date
sigoden 36380475d5
feat: support azure-openai (#166) 11 months ago
sigoden 54cfac427d chore: add demo `config.yaml` 11 months ago
sigoden d2e06bf716 chore: update readme 11 months ago
sigoden e86ad7dc16
feat: add `.info role` and `.info session` (#183) 11 months ago
sigoden 4909a20f2e
feat: force nowrap if no tty/terminal (#182) 11 months ago
sigoden 2203163938 chore: update readme and cli help 11 months ago
sigoden 2168610dbd chore: spellcheck 11 months ago
sigoden 23e9fb5bbf
feat: deprecate .clear command (#180) 11 months ago
sigoden ba3cc4f15d
feat: deprecate history file (#179) 11 months ago
sigoden b3e6879438
feat: deprecate prompt, remove `--prompt` and `.prompt` (#176) 11 months ago
Ajay Gonepuri (GONAPCORP) 49595053f0
chore: fix typo (#170) 11 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
11 months ago
sigoden 33a9aacf39 chore: update readme 11 months ago
sigoden 4fae3724be chore: update readme 11 months ago
sigoden 871adab22a chore: improve code quanity 11 months ago
sigoden 7f5bad6474 chore: improve code and doc 11 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
11 months ago
Gaurav Kumar 7298dbc165
chore: update README.md to fix typo (#159) 11 months ago
sigoden aa43612d91
feat: change config.vi_keybindings to config.keybindings (#158) 11 months ago
sigoden 5ce2b9cd8f chore: update readme 11 months ago
sigoden e07f6797e3 chore: update readme 11 months ago
sigoden dbbbbfd5d6 chore: update readme and comments 11 months ago
Jackson Goode 30daa40eb0
fix: grammar/wording corrections (#135) 1 year ago
sigoden ec51b84290
feat: add new model gpt-3.5-turbo-16k (#126) 1 year ago
sigoden 439d231e42 chore: trivial updates 1 year ago
sigoden c36eab5433 chore: release v0.8.0 2 years ago
sigoden 4a74f5cd72 chore: release v0.7.0 2 years ago
sigoden 52de7ec33a chore: fix some typos 2 years ago
sigoden cd10a636ad chore: update readme 2 years ago
sigoden f1e65def96 chore: release v0.6.0 2 years ago
sigoden ebd3cb2401 chore: update readme 2 years ago
sigoden 7270308a24 chore: release v0.5.0 2 years ago
sigoden 6e389d794e chore: update tool description 2 years ago
sigoden 0874cecba8 chore: update readme 2 years ago
sigoden 281e15cbd1 chore: release v0.4.0 really 2 years ago
sigoden ffa444399f chore: release v0.4.0 2 years ago
sigoden 2ac0155fa3
feat: accept pipe (#17)
`cat data | aichat` works
2 years ago
sigoden 598c31c3d9
refactor: optimize role prompt (#13) 2 years ago
sigoden 7a60a36367
feat: add `.info` command (#11) 2 years ago
sigoden 069583098f
refactor: no need tui, just render stream directly (#8) 2 years ago
Marcus Ziadé afe3f23831
chore: update README.md (#7) 2 years ago
sigoden 6dee235597 chore: release v0.2.0 2 years ago
sigoden dbdb2ed125
refactor: replace config.highlight with config.no_highlight (#4)
* refactor: replace config.highlight with config.no_highlight

* update readme
2 years ago
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'
2 years ago
sigoden 2e511c1327 chore: optimize config path 2 years ago
sigoden 1cde32160b chore: update readme 2 years ago
sigoden 2ea37fc814 chore: update readme 2 years ago
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
2 years ago
sigoden 9e8a5481cf feat: support save chat messages to file 2 years ago
sigoden b516080a66 chore: update readme 2 years ago
sigoden 9343f96198 chore: add readme 2 years ago