This website requires JavaScript.
Explore
Help
Sign In
JOJO
0 Followers
·
0 Following
Joined on
2025-06-24
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
12
Projects
Packages
Public Activity
Starred Repositories
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-17 14:06:22 +08:00
d4c3e73134
fix(sub_agent): 移除 search_workspace 工具并清理内存调试代码
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-17 12:16:21 +08:00
2b131de702
perf(debug): 内存监控增强为 100ms 采样 + 多维度指标
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-15 17:33:50 +08:00
faef998a9a
perf(debug): 增强内存监控:每秒采样 + 更多关键路径埋点
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-15 17:26:13 +08:00
248f5a4b1a
fix(debug): 修正 macOS 内存单位换算
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-15 17:02:49 +08:00
310d82f4b8
perf(debug): 添加多智能体模式内存监控埋点
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-15 14:55:17 +08:00
3138d23687
feat(multi-agent): 重构 Team Leader 提示词分工策略并新增 sleep wait_sub_agent_output_ids
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-15 04:37:28 +08:00
11ffdc2bb5
fix: 优化浮动菜单位置计算与 token 处理
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-15 04:34:39 +08:00
089291f77e
fix(static): 修复极简模式摘要行图标偏移、侧边栏空工作区显示及 folder-closed 图标缺失
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-15 03:37:09 +08:00
4f3ba722a1
fix(multi-agent): web模式支持加载预设角色,多智能体面板显示活跃子智能体
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-15 01:42:34 +08:00
69e3ef51b6
feat(multi-agent): 明确 Team Leader 是子智能体的 user
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-15 01:17:40 +08:00
b2b8013f3a
fix(static): add avatar favicon to login and other standalone pages
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-15 01:12:29 +08:00
f6cbe78d68
fix(static): make avatar favicon adapt to browser color scheme
57aaf76809
fix(static): make avatar favicon permanently white
a60e164aa2
fix(static): center avatar favicon and use pure black/white for light/dark modes
f8f5d26ee3
feat(static): add Astrion avatar favicon and touch icons
4e1d08f106
fix(frontend): 修复多个前端交互问题
Compare 5 commits »
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-14 23:41:36 +08:00
297a6cc5ec
Merge branch 'multiagent-mode'
7ea4638c8c
feat(multi_agent): 优化 Team Leader 与子智能体 prompt,新增 Brainstormer 角色
351cd311c2
fix(multi-agent): 修复压缩404、prompt冻结串扰、子智能体状态串扰及/multiagent/new跳转问题
ce92697181
feat(multi_agent): add formatters and structured rendering for multi-agent tools
571ed6c81f
fix(sub-agent): 修复传统模式 terminate 后子智能体仍继续调用工具的问题
Compare 21 commits »
JOJO
created branch
multiagent-mode
in
JOJO/agent-Specialization
2026-07-14 23:40:59 +08:00
JOJO
pushed to
multiagent-mode
at
JOJO/agent-Specialization
2026-07-14 23:40:59 +08:00
7ea4638c8c
feat(multi_agent): 优化 Team Leader 与子智能体 prompt,新增 Brainstormer 角色
351cd311c2
fix(multi-agent): 修复压缩404、prompt冻结串扰、子智能体状态串扰及/multiagent/new跳转问题
ce92697181
feat(multi_agent): add formatters and structured rendering for multi-agent tools
571ed6c81f
fix(sub-agent): 修复传统模式 terminate 后子智能体仍继续调用工具的问题
0aa37b83ee
fix(stop-button): 修复REST轮询路径两个bug
Compare 10 commits »
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-11 20:40:33 +08:00
c08c4ab141
docs(agentskills): 更新子智能体使用指南
3585967b40
fix(ui): 极简模式展开区追底改为stick-to-bottom逻辑
Compare 2 commits »
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-11 20:00:53 +08:00
cc8d5817aa
feat(ui): 极简模式展开高度限制开关与个人空间持久化
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-11 19:19:59 +08:00
af56de6812
fix(sub_agent): 修复 wait_for_completion 因 _load_state 替换 tasks 字典导致的引用失效
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-11 11:15:00 +08:00
6618ab03dc
feat(personalization): 将堆叠块显示模式保存到后端 personalization.json
5244768494
feat(sidebar): 侧边栏按工作区/项目分组显示对话
6b431ed51a
fix(config): 修复 .env 中 ASTRION_DATA_ROOT 的 ~ 未展开导致 settings.json 未加载的问题
3f3662d3a5
fix(chat): 修复极简模式摘要行运行动画右侧被截断的问题
8594b43d8a
feat(avatar): 增大工具 SVG 显示尺寸到 66px
Compare 6 commits »
JOJO
pushed to
main
at
JOJO/agent-Specialization
2026-07-10 14:30:59 +08:00
b2cbe0ab5d
fix(minimal): 补齐极简模式摘要行中缺失的子智能体/记忆/对话分类统计
First
Previous
1
2
3
4
5
...
Next
Last