0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. lobe-chat
  2. /
  3. packages
  4. /
  5. agent-manager-runtime
GGitHub🐛 fix(skill): skip OAuth redirectUri on desktop to prevent broken app (#14345)
d0091901创建于 23 天前历史提交
文件最后提交记录最后更新时间
src
🐛 fix(skill): skip OAuth redirectUri on desktop to prevent broken app (#14345) 🐛 fix(skill): skip OAuth redirectUri on desktop to prevent broken app:// navigation On desktop (Electron), window.location.origin is app://renderer which the system browser cannot navigate to. Skip passing redirectUri so market shows a default success page instead, relying on existing window-close monitoring and fallback polling to detect OAuth completion. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>23 天前
package.json
💄 style: suppot agent management (#12061) * feat: improve the inject model context plugins decriptions fix: change the conversation-flow to change the subAgent message show place fix: eslint fixed fix: slove the inject not work problem feat: add the lost agent management inject open feat: add the AgentManagementInjector fix: add the exec task mode & improve the Pre-load agents fix: improve the executor import way & update the getEffectiveAgentId function fix: slove the test problem 🐛 fix: support agnet manager ments (#12171) feat: add the sub agents in context scope to support call subagent refactor agent management implement update add builtin agent management * fix types * fix import * fix test * fix tests * fix tests2 个月前