Commit Graph

69 Commits (6216b40f8c0eeaea7d47349148ede054ee4a5822)

Author SHA1 Message Date
sigoden 1640456049
refactor: use syntect for highlight, abandon mdcat (#26)
* refactor: use syntect for highlight, abandon mdcat

* split src/render.rs to sub modules. embed a default theme

* simulate typing effect.

* fix format
2 years ago
sigoden f73f45ac9b chore: update deps 2 years ago
sigoden 6e389d794e chore: update tool description 2 years ago
sigoden ffa444399f chore: release v0.4.0 2 years ago
sigoden f29ca57446 chore: optimize cli help 2 years ago
sigoden 4b1d6c16b3
feat: add `.set` command (#20)
* feat: add `.set` command

* Add config.role
2 years ago
sigoden bec8787a57 chore: release v0.3.0 2 years ago
sigoden 2ac0155fa3
feat: accept pipe (#17)
`cat data | aichat` works
2 years ago
sigoden 822f0eed94
refactor: message record format (#12)
```
i am excited

--------
😃💥🎉
--------
```
2 years ago
sigoden 5179b9a827
feat: add `.editor` command (#9)
* feat: add `.editor` command

Use `.editor` to edit/input multiline text

* support paste
2 years ago
sigoden 069583098f
refactor: no need tui, just render stream directly (#8) 2 years ago
sigoden 6dee235597 chore: release v0.2.0 2 years ago
sigoden 71f1127f9a
fix: tui warp long paragraph (#6)
* chore: optimize stream render

* fix: tui textwrap long paragraph
2 years ago
sigoden b058cca46d
refactor: use tui for better stream render (#5)
* feat: show question in the begining of stream render

* refactor: use tui for better stream render

* trivial updates

* fine-tune stream text merging
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 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