sigoden
sigoden
AIChat now fully supports the function calling feature. - [x] Supports two function types: retrieve and execute - [x] Supports multi-calls and multi-steps - [x] Works within a role/session -...
The problem is related to inquire which provide interactive prompts (mikaelmello/inquire#200), Inquire uses an outdated version of crossterm that lacks support for reading standard input from a pipe. I've encountered...
Now, it should be upgraded to crossterm 0.28.
dufs v0.41 built with rust v1.78.0, see https://github.com/sigoden/dufs/actions/runs/9184886300/job/25257924693#step:4:146 but ruts v1.78.0 dropped support for Windows 7, see https://blog.rust-lang.org/2024/02/26/Windows-7.html > Two new targets have been added with Windows 7 as their...
Sorry, dufs cannot run on Windows 7. There's no solution for this issue in the short term. I'll continue to look into it and hopefully find a solution.
We will not support this feature. Not many people are interested. Please add the query string (e.g., `?order=desc&sort=name`) manually or use custom assets.
Also reported at nushell/nushell#13240
I've tested it on macOS as well, and the same issue occurs.  Reqwest was upgraded to v0.12.21, but the bug still exists. There's no issue with the SOCKS5. If...
 ``` 2025-07-01T00:20:34.002121Z TRACE hyper_util::client::legacy::pool: checkout waiting for idle connection: ("https", openrouter.ai) 2025-07-01T00:20:34.002777Z TRACE hyper_util::client::legacy::pool: checkout dropped for ("https", openrouter.ai) Error: error sending request for url (https://openrouter.ai/api/v1/models) Caused by: 0:...
socks5h did work  ``` 2025-07-01T00:33:07.545940Z TRACE hyper_util::client::legacy::pool: checkout waiting for idle connection: ("https", openrouter.ai) 2025-07-01T00:33:07.546018Z TRACE hyper_util::client::legacy::connect::http: Http::connect; scheme=Some("socks5h"), host=Some("127.0.0.1"), port=Some(Port(1080)) 2025-07-01T00:33:07.546041Z DEBUG hyper_util::client::legacy::connect::http: connecting to 127.0.0.1:1080 2025-07-01T00:33:07.546166Z DEBUG...