109 Commits

Author SHA1 Message Date
0acdb1fc19 feat(build): 部署产线技能 pipelines/{pipeline_id}/common 到 skills/pipelines 2026-08-17 00:07:59 +08:00
7d7db4717c fix(init_data): getConfig 改为无参单例调用(模块/脚本从 app 根目录运行,cwd 定位 conf) 2026-08-16 22:23:21 +08:00
f8c4b1bfd6 refactor(team-communication): 迁移改 current_handler 两列 + 移除配置表种子/菜单
- create_tables.py: 加 current_handler_role/agentid,废弃 escalation_path/pos 清理
- init_data.py: 移除团队角色/问题类型种子(保留 getConfig 根目录修复)
- index.ui: 移除团队角色/问题类型菜单项
2026-08-16 22:08:02 +08:00
da41f6be1b fix(init_data): getConfig 接收应用根目录非 config 文件路径(修复 NotADirectoryError) 2026-08-16 21:28:31 +08:00
e5427d9516 feat(team-communication): 团队沟通部署固化 + 菜单入口
- scripts/create_tables.py: pipeline_agent_questions 四列幂等迁移
- bin/init_data.py: 种子 sdlc_general 团队角色+问题类型+role_type 代码表
- wwwroot/index.ui: 菜单加团队角色/问题类型
2026-08-16 21:25:40 +08:00
c5891a79f4 fix: 幂等建表跳过索引语句(避免Duplicate key name) 2026-08-16 19:19:10 +08:00
21920ad457 feat: create_tables.py加pipeline_core/service幂等建表(IF NOT EXISTS不DROP,固化skill_proposals等表) 2026-08-16 19:18:49 +08:00
82629a06ae feat: 主菜单加技能管理入口 2026-08-16 19:16:54 +08:00
27973cc842 feat: 主菜单加通用助手入口(纯通用会话,无产线插件) 2026-08-16 18:10:01 +08:00
44dbe1f722 feat: 开发产线菜单入口收敛到core通用agent(/pipeline_core/agent) 2026-08-16 17:19:49 +08:00
49dc5d687b refactor: 预置技能全量复制到global(公共技能)+packs清单,去掉不加载的library 2026-08-16 15:41:56 +08:00
ef248b57bc refactor: skills_library部署到skills/library/(统一技能根目录) 2026-08-16 15:35:28 +08:00
f51f52003a refactor: skills_library部署到运行目录(数据目录),非site-packages 2026-08-16 15:29:24 +08:00
e82e647907 feat: build.sh固化skills_library部署(pip install后复制到site-packages,供skill_pack读取) 2026-08-16 15:25:43 +08:00
59ed308e70 feat: 添加应用级user_menu.ui聚合入口(rbac'我'+unipay'充值') 2026-08-15 19:47:38 +08:00
5572334c70 feat: 主菜单加微信通道入口(指向pipeline-sdlc微信配置界面) 2026-08-15 11:44:34 +08:00
3f0e9c3347 fix: 建表脚本补appbase params表幂等建表+workspace_base默认参数,修params表缺失bug 2026-08-15 02:04:42 +08:00
p
3414a9a692 feat: 加模型管理菜单(/pipeline_core/llm) 2026-08-14 18:02:56 +08:00
p
a7cc65da0f feat: 建表脚本 + build.sh 集成建表和初始化数据 2026-08-14 17:44:22 +08:00
p
dcddf9dabf feat: 统一初始化数据导入脚本(模块 init/data.json 字典) 2026-08-14 17:42:30 +08:00
p
5befd51c26 fix: open_tab 同步切换+高亮,content 异步加载避免 401 登录框阻塞 2026-08-14 17:02:23 +08:00
p
a7f39d9ea0 fix: 修复 TabPanel.add_tab 的 add_removeable bug 2026-08-14 17:00:02 +08:00
p
7b7d76f4aa fix: 新增 tab 后立即高亮选中,直接显示 content 2026-08-14 16:59:01 +08:00
p
6a94b96a6c fix: open_tab 用 opts.items 判断已存在,content 失败也记录避免重复新增 2026-08-14 16:18:02 +08:00
p
a268f2f523 fix: rp.json 加 /index_tab.js 匿名权限 2026-08-14 16:16:09 +08:00
p
852d0886e5 fix: open_tab 扩展改用独立 .js 文件(HTML shell 自动加载) 2026-08-14 16:14:42 +08:00
p
f5ac6e38f4 fix: 转义 Html script 的 </script> 防止提前终止 HTML shell 2026-08-14 16:11:28 +08:00
p
adc3bad5b2 feat: 右侧内容区改 TabPanel,菜单项点击动态添加/切换 tab 2026-08-14 16:07:42 +08:00
p
9482b4741d feat: 左侧菜单加产品/折扣/定价/支付 + appbase 子菜单 2026-08-14 15:52:51 +08:00
p
727fc6b9b5 feat: rp.json 补模块根路径,完整自足 r:p 数据 2026-08-14 15:51:27 +08:00
p
b4e449dd31 feat: RBAC 权限机制重构——应用仓库定义 r:p 数据 + 统一导入脚本 2026-08-14 15:49:48 +08:00
p
e9798a9bf4 feat: build.sh 集成产品/折扣/定价/支付/短信模块 2026-08-14 15:25:52 +08:00
p
a8f92a58b6 feat: 左侧菜单加系统管理父菜单(rbac 子菜单) 2026-08-14 14:58:02 +08:00
p
3db7b8edce feat: 主页侧边栏加远程空间菜单入口 2026-08-14 13:33:11 +08:00
6d1953cd1d feat: 主菜单加审计日志入口(/app_audit) 2026-08-14 13:23:48 +08:00
324a4b7aab feat: 集成 app_audit 审计模块
- pipeline_app.py: load_app_audit(try/except 容错)
- build.sh: clone + pip install + wwwroot 链接加 app_audit
2026-08-14 12:21:51 +08:00
p
ed7aa81023 fix: i18n_getmsgs 路由到内置 i18n registerfunction + language 用 text 显示 2026-08-14 12:04:18 +08:00
p
d0fe4c98cf feat: 主页 Header 加语言切换 + RBAC 用户登录(参考 sage shell) 2026-08-14 11:59:14 +08:00
d4bc917327 feat: build.sh 一键安装 bwrap(零root apt download+dpkg -x),start.sh 加 bin 到 PATH 2026-08-13 18:07:12 +08:00
p
eda36c8b69 fix: load_path.sh tolerate per-module failure (no set -e) 2026-08-13 17:52:41 +08:00
p
07a9bc40b4 config: add .xterm/.ws processors for terminal backend 2026-08-13 17:50:58 +08:00
p
e62320b732 fix: RBAC perm init into build.sh — set_role_perm pipeline schema + load_path.sh venv 2026-08-13 17:49:28 +08:00
eda23f7ae5 refactor: extract pipeline_dist and pipeline_ops as independent modules 2026-08-03 16:21:20 +08:00
9d6446410f refactor: extract pipeline_core and pipeline_task as independent modules
- pipeline_core moved to independent repo pipeline_core.git
- pipeline_task symlink fixed to relative path
- All modules now cloned independently under pkgs/
- Removed embedded module source from umbrella repo
2026-08-03 16:12:29 +08:00
941c3c838e fix: replace wwwroot/pipeline_core dir with symlink to pkgs/pipeline_core/wwwroot; delete old CRUD files 2026-08-01 12:21:15 +08:00
0b01c58534 fix: llm CRUD json URLs match generated dspy names; rebuild llm index.ui 2026-08-01 11:33:32 +08:00
7288eb5ba8 fix: remove cockpit sidebar menu item (replaced by pipeline-sdlc index) 2026-07-31 12:24:08 +08:00
c994beb85a feat: add cockpit sidebar menu item 2026-07-30 18:26:36 +08:00
5c478b34f5 bugfix 2026-07-19 12:00:58 +08:00
a3fc40e281 bugfix 2026-07-19 11:54:51 +08:00