issues Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:Java language:Python
Filter by
55.2M results
Background
Fusion s /api/apex/{id}/ilog?days=N endpoint returns 10-minute resolution historical probe data going back ~7 days
(Fusion caps at 7 days). The legacy cron scripts use this, but the cloud Fusion ...
backlog
enhancement
Background
The local collector (apex_unified_scraper.py) tags each outlet state with device_id and device_group using a DID prefix
convention. The Fusion collector has no equivalent, so outlets from different ...
backlog
enhancement
Refs #177 #182
问题
技能升级会直接覆盖 agent 目录,Agent 本地改过会被冲掉。
改动
- 下发前读 .evotown/skills/{id}/.skill_hash.json
- 不存在 → 首次安装,覆盖写入
- 存在且 SHA256 一致 → Agent 未改,允许升级覆盖
- 存在且不一致 → 跳过该 skill,记录 skip 原因
- ...
enhancement
Background
The Fusion API returns per-outlet power data in the status.outputs[].status array. Each outlet s status has state at
index 0, then watts (index 1) and amps (index 2) for EnergyBar 832 outlets. ...
backlog
enhancement
The ritual worked for the coouple first times, but now its just insta craft effect pls fix that
Refs #177 #182
问题
SKILL.md frontmatter 无法声明依赖的 MCP 与知识库;run 时无法自动校验/注入缺失依赖。
改动
- 定义 frontmatter 字段:requires_mcp: [service_id]、requires_knowledge: [source_id]
- 解析 SKILL.md 写入 skill 元数据或 run 时动态解析 ...
enhancement
Refs #177
问题
后端 skill_candidates + /api/v1/skill-candidates review API 已就绪,管理页缺少独立审核视图,审核与列表混排不便。
改动
- SkillsManagementPage 增加「审核」tab
- 列表展示 pending candidates:技能名、提交人、时间、source_type
- 操作:通过 ...
enhancement
✅ Auto-Fixed
Nothing was auto-fixed this run.
- No PRs had merge conflicts (all 6 open PRs are conflict-free).
- PR #1031 CI failure is a known dependency version conflict (starlette 1.3.1 vs fastapi ...
Refs #176
问题
企业员工需手动登录控制台;同域 OA 已有 session 时应支持免登。
改动
- 新增 oa_bindings 表:employee_id ↔ account_id
- 中间件读取 OA cookie / header,匹配 binding 后签发 console session
- 管理 API:绑定/解绑 OA 员工 ID
- 配置项:EVOTOWN_OA_COOKIE_NAME、EVOTOWN_OA_TRUST_HEADER ...
enhancement
Refs #176
问题
账号层缺少 scope 字段,无法按部门/区域限制员工可见的数据范围(与 Agent 维度权限互补)。
改动
- accounts 表新增 scope JSON/TEXT 字段(如 { departments : [ sales ], regions : [ cn-east ] })
- 创建/更新账号 API 支持读写 scope
- 控制台账号面板展示与编辑 ...
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.