 eaiadminandClaude Code
|
16d63de4e1
|
chore: 工作台产品化进行中的改动
把工作区里其余在制品一并入库,主要是工作台产品化的推进:
后端:新增 capability_definition / project / my_app_center / office_skill
接口与 action_definition / skill_definition / project / user_app_center
模型,config 加路由健康上报。
前端:新增 frontend/src/skills(Office 技能与 workbuddy 复刻)、
项目管理、应用中心、能力目录页,以及配套 api / store / config;
聊天侧新增 SpecialistChip / SpecialistPanel / SkillStrip / AppChatRail
等组件。
清理:移除旧 views/tools 下的单页工具(已并入工作台)、_frozen 冻结组件、
cmd/inspect_oa_debug 调试入口,以及两份调试笔记。
其它:文档与启动脚本同步。
(这批改动与上一提交的 SY23 工作并行进行,此前已在同一工作区内交织。)
Co-Authored-By: Claude Code <noreply@anthropic.com>
|
2026-09-17 21:32:35 +08:00 |
|
 eaiadminandClaude Code
|
8ee208cc89
|
chore: 忽略误放的二进制与日志
eai_agentplatform/eai_agentplatform-server 这个路径是误入口:从 eai_agentplatform/
启动它,config.backendBaseDir() 取「可执行文件目录的上一级」会解析成仓库根,
于是连到另一份空库,页面看起来跟数据丢了似的(2026-09-14 踩过一轮)。
正确入口是 backend-go/bin/eai_agentplatform-server。
- 仓库根 .gitignore 加 *.log
- eai_agentplatform/.gitignore 加 eai_agentplatform-server 与 *.log,并注明原因
- 已确认 git ls-files 中无已跟踪的 .log / 同名二进制,新规则不误伤
Co-Authored-By: Claude Code <noreply@anthropic.com>
|
2026-09-14 17:01:18 +08:00 |
|
 eaiadminandClaude Code
|
0455f064ac
|
feat: 新增语音转文字(ASR)功能
- 后端:新增 /api/audio/transcribe 接口,调用 Ollama whisper 进行语音识别
- 前端:新增 AudioTranscribePage.vue 页面,支持 MP3/WAV/M4A/OGG/FLAC 等格式
- 注册路由、工具卡片、智能助手欢迎语更新
Co-Authored-By: Claude Code <noreply@anthropic.com>
|
2026-09-14 00:53:36 +08:00 |
|