Commit Graph

63 Commits (0bda6af4dc697d1ca385134e39a1ff26ee48163e)

Author SHA1 Message Date
sigoden 0bda6af4dc chore: release v0.12.0 6 months ago
sigoden 1bb28665f7 chore: update readme and deps 6 months ago
sigoden 6280f5ab4b
feat: qianwen vision models support embeded images (#277) 6 months ago
sigoden e4d301f3d7
fix: pipe failed on macos (#264) 7 months ago
sigoden 075631d794 chore: release v0.11.0 7 months ago
sigoden 0afef991f9 chore: update cli description and readme 7 months ago
sigoden 25e545474f
chore: upgrade deps (#250) 7 months ago
sigoden 35c75506e2
feat: support vision (#249)
* feat: support vision

* clippy

* implement vision

* resolve data url to local file

* add model openai:gpt-4-vision-preview

* use newline to concate embeded text files

* set max_tokens for gpt-4-vision-preview
7 months ago
sigoden 542dcfe6f6
feat: extend `.read` to support files and messages (#242) 7 months ago
sigoden 01cf8acb81
refactor: improve code quanity (#238) 8 months ago
sigoden a8a504e0f0 chore: release v0.10.0 8 months ago
sigoden 534733b77c
fix: unable to build on android using termux (#222) 8 months ago
sigoden 5dabe723ed chore: release v0.9.0 8 months ago
sigoden dce6877f5d
refactor: optimize render (#202) 8 months ago
sigoden f6da06dad9
refactor: improve code quanity (#194)
- extends ModelInfo for tokens calculating
- refactor config/session.rs, improve export, render, getter/setter
- modify main.rs, allow --model override session.model
8 months ago
sigoden 8d76fc77fb refactor: use reqwest-eventsource as sse client 8 months ago
sigoden 7f2210dbca
refactor: clients/* and config.rs (#193)
- add register_clients macro to make it easier to add a new client
- no create_client_config, just add const PROMPTS
- move ModelInfo from clients/ to config/
- model's max_tokens are optional
- improve code quanity on config/mod.rs
- add/use macro config_get_fn
8 months ago
sigoden 680670e834
feat: support custom theme (#187) 8 months ago
sigoden 2203163938 chore: update readme and cli help 8 months ago
sigoden f2c9f00bda
fix: detect light theme only by env var (#177) 8 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
8 months ago
sigoden 1ced15a209
feat: autodetect light theme on unix-like os (#168) 8 months ago
sigoden 557bed1459 chore: update Cargo.toml 8 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
8 months ago
sigoden 0179bef80d
chore: replace atty with is-terminal (#156) 8 months ago
sigoden 2b8b696b5a
chore: update ci to support windows arm (#155) 8 months ago
sigoden 7d8564cafb
feat: support multi bots and custom url (#150) 8 months ago
sigoden e09b39def9 chore: downgrade reedline to v0.21.0
nushell/reedline#648
8 months ago
sigoden 90bdc1b7db chore: update deps 8 months ago
sigoden 00ce157571
feat: add `.copy` command (#119) 1 year ago
shane s cf03952c7b
feat: add `config.auto_copy` (#102)
* added config option to copy all ChatGPT output to clipboard

* formatted with

* updates

---------

Co-authored-by: sigoden <sigoden@gmail.com>
1 year ago
sigoden 065a32decb
feat: support backeted paste (#117) 1 year ago
sigoden c36eab5433 chore: release v0.8.0 1 year ago
sigoden 4a74f5cd72 chore: release v0.7.0 1 year ago
sigoden 4aab872ee1
feat: add support for NO_COLOR (#67) 1 year ago
sigoden cfb6ce6958
feat: support light theme (#65)
There are two ways to enable the light theme:
- add `light_theme: true` to config.yaml
- use `AICHAT_LIGHT_THEME=true` env var
1 year ago
sigoden f1e65def96 chore: release v0.6.0 1 year ago
sigoden 05d20f207f
feat: add remain tokens indicator and max tokens guard (#50) 1 year ago
sigoden 1ec451da89
refactor: replace Arc<Refcell<Config>> with Arc<Mutex<Config>> (#46) 1 year ago
sigoden ed905e3bd1 chore: fix cargo keyword 1 year ago
sigoden 7270308a24 chore: release v0.5.0 1 year ago
sigoden 360264121c
feat: command mode supports stream out (#31)
* feat: command mode supports stream out

* update cli
1 year 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>`
1 year ago
sigoden d73be65b07
refactor: support highlighting more languages (#28) 1 year 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
1 year ago
sigoden f73f45ac9b chore: update deps 1 year ago
sigoden 6e389d794e chore: update tool description 1 year ago
sigoden ffa444399f chore: release v0.4.0 1 year ago
sigoden f29ca57446 chore: optimize cli help 1 year ago
sigoden 4b1d6c16b3
feat: add `.set` command (#20)
* feat: add `.set` command

* Add config.role
1 year ago