Skip to content

Tags: opsre/ZenOps

Tags

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 fix(imcp): Remove auto-register condition and update comments (#9)

- Remove conditional auto-registration logic and simplify tool registration
- Add clarifying comments about MCP client tool registration

🔧 chore(mcpclient): Deprecate autoRegister parameter and update comments

- Mark autoRegister parameter as deprecated for backward compatibility
- Add note about automatic tool registration for successfully registered MCP servers

v0.2.0

Toggle v0.2.0's commit message
🐛 fix(README): 修复README文档中的快速开始指南

- 更新快速开始部分,将手动克隆编译步骤替换为直接使用Docker部署的方式
- 添加默认管理员账号密码信息
- 移除旧的配置文件说明,简化初始化流程

📝 docs(README): 添加项目交流群信息

- 新增交流群章节,方便用户反馈问题和建议
- 添加交流群二维码图片

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from opsre:feat_wecom

🤖 chore(wechat-bot): 增加企微智能机器人的交互逻辑

v0.1.1

Toggle v0.1.1's commit message
🔧 chore(workflows): 删除旧的同步工作流文件并更新 Docker 工作流配置。

- 删除 .cnb/workflows/sync-to-github.yml 文件。
- 在 .github/workflows/docker.yml 中添加 CNB 镜像仓库配置。
- 新增 CNB 镜像仓库的登录步骤。
- 扩展镜像推送目标,包含 CNB 镜像仓库的多标签推送。

v0.1.0

Toggle v0.1.0's commit message
🧘 首次提交