Commit Graph

754 Commits (81db81518adb2509bc018f1942ddc3308df521f3)
 

Author SHA1 Message Date
sigoden 81db81518a
refactor: clipboard::set_text (#928)
Avoid copying no content on Linux
2 days ago
sigoden 0673dca816
refactor: generated config.yaml (#927) 2 days ago
sigoden 98cc9879c7
feat: add shell action `copy` (#926) 2 days ago
sigoden 9935ecc12f
feat: rename `.clear messages` to `.empty session` (#923) 4 days ago
sigoden aaea0ff702
feat: add CLI option `--empty-session` (#922) 4 days ago
sigoden 349c236472
feat: webui supports pasting images (#921) 1 week ago
sigoden 511916bc99
fix: prelude works only if the state is empty (#920) 1 week ago
sigoden a3e2c2a147
refactor: throw error if using non-exist RAG in CMD mode (#917) 1 week ago
sigoden 4bc74f7e90
refactor: NO_COLOR, highlight and render_error (#915)
- If NO_COLOR is enabled, AIChat will not output any ANSI color codes.
- `config.highlight` will only affect rendering markdown
- improve rendering error
1 week ago
sigoden c211d1e43a
feat: session persists role name (#914) 1 week ago
sigoden 91231e605f
feat: prelude supports <session>:<role> (#913) 1 week ago
sigoden b3d31fd3d1
fix: unexpected REPL without tty (#911) 2 weeks ago
sigoden ea4c2131e4
feat: add `.compress session` REPL command (#907) 2 weeks ago
sigoden 11a706a68d
feat: when saving input to message.md, use file paths instead of file contents (#905) 2 weeks ago
sigoden 7f37317afb
feat: remove support for octoai (#901) 2 weeks ago
sigoden e009f2e241
feat: abandon replicate client (#900) 2 weeks ago
sigoden 419c626485 chore: update models.yaml 2 weeks ago
sigoden 6ce61592d9
feat: change prompt for choosing shell command actions (#898) 2 weeks ago
sigoden d9e6840972
feat: respect XDG_CONFIG_HOME for placing config dir (#889) 3 weeks ago
sigoden 48d1b7bf0d
refactor: update models.yaml (#887) 3 weeks ago
Andrew Phillips 16c5952ee4
fix: allow reading from special files (device, fifo, etc) (#886) 3 weeks ago
sigoden 4686c476e9
feat: add AICHAT_EMBEDDINGS_RETRY_LIMIT (#882) 3 weeks ago
sigoden 3f2b94621b
refactor: several improvement (#881) 3 weeks ago
sigoden d2361dbb6a
feat: add retry logic to embedding/rerank api calls (#879) 4 weeks ago
sigoden 912773c25a
refactor: embeddings/rerank fn accept ref data (#878) 4 weeks ago
sigoden 00c4a6e421
feat: add batch_size to RAG yaml (#876) 4 weeks ago
sigoden 029058c43d
chore: release v0.22.0 (#857) 1 month ago
sigoden 54e8047583 chore: update models.yaml 1 month ago
sigoden beaf5946a9
feat: add `.source rag` repl command (#871) 1 month ago
sigoden 6211d01a64
feat: add `.save agent-config` repl command (#870) 1 month ago
sigoden 5a26c59a12
refactor: role/session/agent should not inherit the global `use_tools` (#868) 1 month ago
sigoden 0fb403a2e9
feat: specify shell via $AICHAT_SHELL (#866) 1 month ago
sigoden 632d7cdfa3
refactor: improve repl completeion (#865) 1 month ago
sigoden c821652ed9
refactor: no delete the existing role/session when saving with a new name (#863) 1 month ago
sigoden a9ea86f3f8
feat: add `.delete` repl command (#862) 1 month ago
sigoden 99005a2032
refactor: catch api error (#861) 1 month ago
sigoden 8b3bd63c3c
refactor: several improvements (#856) 1 month ago
sigoden 03193e3844
refactor: remove the icons for the execution shell command (#854) 1 month ago
sigoden e181ae9b0d
refactor: extract built-in roles to embedded files (#853) 1 month ago
sigoden 84e9515509
refactor: abandon config `rag_min_score_rerank` (#852) 1 month ago
sigoden e5cc194598
feat: proxy rerank api (#851) 1 month ago
sigoden 69965466e6
feat: proxy chat-completions api with tools support (#850) 1 month ago
sigoden a56d5f2ddf
feat: save rag in YAML instead of bin (#848) 1 month ago
sigoden 89554e0d4e
feat: support RAG-scoped rag_top_k and rag_reranker_model (#847) 1 month ago
sigoden 5adaa869bf chore: update config.example.yaml and models.yaml 1 month ago
sigoden d96950c23b
feat: tolerate failure to load some rag files (#846) 1 month ago
sigoden f4a48e646b
refactor: render error with prefix `Error: ` (#844) 1 month ago
sigoden 9347bb866e
feat: add role %create-prompt% (#843) 1 month ago
sigoden 555f4f5d12
feat: better html to markdown converter (#840) 1 month ago
sigoden 791b6150af
feat: add config `serve_addr` & env $SERVE_ADDR for specifying serve addr (#839) 1 month ago