Commit Graph

55 Commits (5bfe95d31110e75e84626598f033805b0ae4326c)

Author SHA1 Message Date
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 0de680a4e9
chore: use rustls (#1)
* chore: use rustls

* remove docker release
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 6178959454 feat: add .view command 2 years ago
sigoden dfebab910d init commit 2 years ago