Commit Graph

616 Commits (e349b6bb0242d64967a7e163fe7a948ded5220eb)
 

Author SHA1 Message Date
sigoden b7cb6f89f1
fix: repl set save true not work if not rerun(#34) 2 years ago
sigoden b05fce7bca
refactor: split long paragraphs for smoother stream output (#33) 2 years ago
sigoden ec1c4bcf8f
refactor: theme and code color (#32) 2 years ago
sigoden 360264121c
feat: command mode supports stream out (#31)
* feat: command mode supports stream out

* update cli
2 years ago
sigoden c7fcdb1744
refactor: adjust repl (#30)
- abandon .copy
- rename .multiple => .editor
- if command successed, do not output `Done`
- if command failed, output `Error: <error message>`
2 years ago
sigoden d73be65b07
refactor: support highlighting more languages (#28) 2 years ago
sigoden 11dc4d104b
refactor: optimize ctrl+c/ctrl+d abort handling (#27) 2 years ago
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 c12ae02751 chore: improve code by renameing some function 2 years ago
sigoden f73f45ac9b chore: update deps 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 056f38428c
fix: $AI_CONFIG_DIR points to the parent directory (#25) 2 years ago
sigoden ffa444399f chore: release v0.4.0 2 years ago
sigoden f29ca57446 chore: optimize cli help 2 years ago
sigoden cfb46ca0de
feat: add `--no-highlight` option (#24) 2 years ago
sigoden 7def9aef01
fix: combine pipe and cli args, disable highlight when pipe (#23) 2 years ago
sigoden c5a2f4603c chore: optimize code 2 years ago
sigoden 2152667fc6
refactor: split src/repl.rs to submodules (#22) 2 years ago
sigoden d40913d739
feat: add `.prompt` command (#21)
* feat: add `.prompt` command

* set temp role name
2 years ago
sigoden 4b1d6c16b3
feat: add `.set` command (#20)
* feat: add `.set` command

* Add config.role
2 years ago
sigoden 957ea431c2
refactor: rename config.no_highlight to highlight (#19) 2 years ago
sigoden aadffb17a3
feat: repl command replaces `.editor` with `.multiline` (#18)
You can use `.multiline` command to put multiline content

```
〉.multiline {
::: abc
::: cdf
::: }
```
It's much easier than `.editor`.
2 years ago
sigoden 625f0343cb chore: refactor error encapsulation 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 d876818df1
refactor: optimize clear screen (#16) 2 years ago
sigoden 181fbe8163
refactor: adjusted command name (#14)
* refactor: adjusted command name

.clear => .clear screen
.clear-history => .clear history
.clear-role => .clear role

* re-order commands in help text
2 years ago
sigoden 598c31c3d9
refactor: optimize role prompt (#13) 2 years ago
sigoden 822f0eed94
refactor: message record format (#12)
```
i am excited

--------
😃💥🎉
--------
```
2 years ago
sigoden 7a60a36367
feat: add `.info` command (#11) 2 years ago
sigoden a055d4bee6
feat: add `.copy` command (#10) 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
Marcus Ziadé afe3f23831
chore: update README.md (#7) 2 years ago
sigoden 6dee235597 chore: release v0.2.0 2 years ago
sigoden e594d1bd5f chore: fix typos 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 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 3ffebce8bb refactor: split into separate mods 2 years ago
sigoden 2e511c1327 chore: optimize config path 2 years ago
sigoden 1cde32160b chore: update readme 2 years ago
sigoden 0de680a4e9
chore: use rustls (#1)
* chore: use rustls

* remove docker release
2 years ago
sigoden 2ea37fc814 chore: update readme 2 years ago
sigoden 17ee12a7f9 feat: support initial configuration items 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