新增: AI 工具(download_file + http output_file + grep 窗口 + fetch_search 搜索 + get_app_config + generate_image)

download_file 跨平台 URL 到文件流式下载;http_request output_file 落盘 + 截断可配;
grep context_chars 大单行窗口;fetch_search DuckDuckGo 免 key 搜索;get_app_config
只读返当前配置(治 AI 查配置绕 PowerShell);generate_image SenseNova 图像生成。
This commit is contained in:
lxy
2026-08-02 02:21:32 +08:00
parent e4f7b432aa
commit b999f79fdf
17 changed files with 2862 additions and 56 deletions
+4
View File
@@ -15,7 +15,11 @@ pub mod task_graph;
pub mod git;
pub mod http;
pub mod fetch_url;
pub mod fetch_search;
pub mod generate_image;
pub mod get_app_config;
pub mod workflow;
pub mod idea;
pub mod trash;
pub mod file;
pub mod download_file;