3 Commits

Author SHA1 Message Date
51f9776f40 fix: 使用return而非print返回数组数据 2026-04-22 13:18:12 +08:00
62a666e16e fix: 修正hermes_services list端点返回格式,直接返回数组供code组件使用 2026-04-22 13:17:04 +08:00
d6e7309e85 fix(hermes-web-cli): correct new_session.ui implementation
- Change service_id field uitype from 'select' to 'code' (bricks has no select type)
- Create hermes_services/list/index.dspy endpoint to provide service list data for code component
- Use Form's built-in submit/cancel buttons instead of manual Button widgets
- Add sessions.json CRUD definition for session management
- Ensure proper data format for code component: {"value": "id", "text": "name"}
2026-04-22 13:13:36 +08:00