VoiceInput/Sources/App
JOJO 26bf147adf fix: Agent 配置路径统一到用户目录,修复工具异常和权限错误
- config.js: ensureConfig 接受 opts.path,避免始终读 bundle 内空配置
- bridge.js: executeTool 异常时也写入 tool 消息,防止 tool_calls 历史不一致
- search_workspace.js: 加 followSymbolicLinks:false + suppressErrors + try-catch
- AgentBridge: 日志写用户目录,传 --config 给 bridge.js
- Config: Agent models.json 存储到 ~/Library/Application Support/VoiceInput
- AppDelegate: 合并权限请求为一次弹窗,适配 macOS 15
- .gitignore: 移除 agent_debug.log(已迁至用户目录)
2026-04-29 20:16:20 +08:00
..
AppDelegate.swift fix: Agent 配置路径统一到用户目录,修复工具异常和权限错误 2026-04-29 20:16:20 +08:00
MenuBarController.swift feat: Agent 模式重大更新 — 稳定多轮对话、流式刘海、模型管理、交互优化 2026-04-29 16:42:46 +08:00