返回全部动态
llama.cpp b10271 发布:UI 新增工作目录选择器
原标题:b10271
AI 摘要
llama.cpp 发布 b10271 版本,主要更新了 UI 功能,为 agent 添加了每会话工作目录选择器,支持路径导航和搜索范围控制,并持久化每次调用的工具工作目录。该版本还改进了文件搜索的健壮性,并提供了多平台二进制下载。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> ui: CWD for agent (#26518) * server : extend file_glob_search for UI pickers * ui : add per-conversation working directory with picker * ui : add path navigation and search scope to cwd picker Treat path-like queries (starting with / or ~) as directory navigation instead of glob-matching the whole query: search the parent for the last segment, and descend into an exactly-typed directory by listing its children. Show the effective search scope in the footer and auto-search on
发布时间:2026-08-05 02:56
抓取时间:2026-08-05 03:07
来源机构:ggml-org