|
|
e9e57bdb07
|
docs: plan gateway user provisioning
|
2026-06-15 18:08:04 +08:00 |
|
|
|
8b57159d46
|
docs: define shared gateway config and user provisioning
|
2026-06-15 18:02:22 +08:00 |
|
|
|
a7fe41e6a5
|
docs: design memory gateway package migration
|
2026-06-15 15:35:42 +08:00 |
|
|
|
25e7dfba88
|
docs: plan hybrid memory gateway integration
|
2026-06-15 11:02:41 +08:00 |
|
|
|
b3c6ee4b78
|
docs: revise memory gateway design for hybrid mode
|
2026-06-15 10:56:53 +08:00 |
|
|
|
71168b83b1
|
docs: design memory gateway backend integration
|
2026-06-15 10:31:52 +08:00 |
|
|
|
8aeb97a5fc
|
feat(app): 移除内置agents并添加CORS支持和技能上传优化
移除了agents/registry.json中的所有内置agents配置,将agents数组清空。
为web应用添加了CORS中间件支持,允许指定的前端地址跨域访问。
重构了技能上传功能,增加了LLM重写机制,自动规范化上传的技能格式。
新增了工具名称提取逻辑,从技能正文中自动识别Required Tools段落。
更新了技能学习候选者和草稿的载荷结构,添加评估报告统计信息。
修改了意图路由技能的说明,改进任务状态管理逻辑。
|
2026-06-12 13:25:20 +08:00 |
|
|
|
fc9fd93c36
|
feat: 支持多语言提示词本地化和界面优化
- 添加 prompt_locale 参数支持简体中文、繁体中文和英文提示词本地化
- 移除内置 agents 配置以简化系统架构
- 更新 ContextBuilder 使用动态提示词模板而非硬编码内容
- 在 AgentLoop、Web 接口和 AgentService 中传递 locale 参数
- 添加输出语言指令确保用户界面内容按指定语言生成
- 扩展前端 LanguageSwitcher 组件支持三种语言选项
- 优化 Header 和侧边栏组件的响应式布局和文本截断处理
- 更新测试用例验证不同语言环境下的提示词正确性
|
2026-06-10 16:11:05 +08:00 |
|
|
|
9cc3334ea7
|
```
feat(app-instance): 添加Outlook MCP调用超时配置选项
新增OUTLOOK_MCP_CALL_TIMEOUT_SECONDS环境变量,默认值为60秒,
用于控制后端等待Outlook MCP调用的超时时间。
在create-instance.sh脚本中添加了相应的命令行参数解析和处理逻辑,
同时更新了deploy-control组件的相关配置和测试用例。
BREAKING CHANGE: 新增配置项可能需要现有部署进行相应调整。
```
|
2026-06-09 14:23:37 +08:00 |
|
|
|
0fd4df3c17
|
docs: plan skill replay eval implementation
|
2026-06-08 11:26:07 +08:00 |
|
|
|
f46a435bab
|
docs: refine skill replay case selection
|
2026-06-08 10:46:35 +08:00 |
|
|
|
a28254c6b8
|
docs: design skill replay eval
|
2026-06-08 10:29:39 +08:00 |
|
|
|
e0bc6c55b0
|
chore: update external connector deployment flow
|
2026-06-05 17:27:05 +08:00 |
|
|
|
2c5205b06e
|
feat: 添加MinIO文件系统支持并优化外部连接器功能
- 添加MinIO用户文件系统配置选项(BEAVER_MINIO_ROOT_USER等)
- 更新外部连接器配置结构,包括BASE_URL和认证令牌设置
- 改进connector provider支持更多类型(official, feishu_bot等)
- 实现Mistral模型推理模式支持reasoning_effort参数
- 增强外部连接器策略配置和运行时配置管理
- 添加connector bridge事件验证和安全保护机制
- 优化任务路由逻辑,区分simple_chat和new_task场景
- 更新初始技能工具提示配置,分离authoring admin功能
|
2026-06-05 11:46:40 +08:00 |
|
|
|
c3d84b904a
|
feat: implement channel runtime connectors
|
2026-06-03 16:22:44 +08:00 |
|
|
|
ee972441f5
|
docs: harden external connector implementation plans
|
2026-06-03 10:32:50 +08:00 |
|
|
|
d335199a64
|
docs: add external connector implementation plans
|
2026-06-03 09:24:06 +08:00 |
|
|
|
feeaccc0e3
|
docs: tighten external connector contract
|
2026-06-03 09:12:30 +08:00 |
|
|
|
cf35edb4ca
|
docs: decouple external connector sidecar design
|
2026-06-02 18:05:46 +08:00 |
|
|
|
e0a4862af8
|
docs: add openclaw sidecar connector design
|
2026-06-02 17:59:57 +08:00 |
|
|
|
c3a0aef104
|
docs: tighten channel connector API plan
|
2026-06-02 16:07:01 +08:00 |
|
|
|
b25713a141
|
docs: refine channel connectors foundation plan
|
2026-06-02 15:51:16 +08:00 |
|
|
|
d74a1c9c12
|
docs: add channel connectors foundation plan
|
2026-06-02 15:37:36 +08:00 |
|
|
|
834d4e1e2f
|
docs: add channel connector pairing design
|
2026-06-02 15:17:46 +08:00 |
|
|
|
6a6ddc21c0
|
docs: design terminal websocket channel
|
2026-06-01 16:41:19 +08:00 |
|
|
|
826db8ec2e
|
```
feat(llm): 添加 Hermes Gateway LLM 设计文档
```
|
2026-06-01 16:05:15 +08:00 |
|
|
|
6e9e74d1ee
|
feat(engine): 添加运行时上下文支持并重构工具迭代限制
添加 RuntimeContext 类用于捕获模型运行时的日期时间信息,
包括UTC时间、本地时间和时区信息,并在系统提示中显示这些信息。
同时增加最大上下文消息数和工具迭代次数的配置选项,
将验证服务从引擎加载器中移除,并更新相关的数据结构和接口。
BREAKING CHANGE: 移除了验证服务,相关字段被替换为证据状态和接受状态。
- 添加 RuntimeContext 类和相关渲染方法
- 增加 max_context_messages 和 max_tool_iterations 配置
- 移除 ValidationService 相关代码
- 更新消息记录中的验证状态字段
- 添加原始工具调用检测和回退处理
|
2026-05-26 11:18:35 +08:00 |
|
|
|
16347caf5e
|
Add task detail live execution design
|
2026-05-26 10:55:16 +08:00 |
|
|
|
28a2627b1f
|
docs: plan task evidence validation implementation
|
2026-05-22 10:47:03 +08:00 |
|
|
|
249087e943
|
docs: clarify validation acceptance compatibility
|
2026-05-22 10:41:23 +08:00 |
|
|
|
8bff282892
|
docs: clarify task validation status semantics
|
2026-05-22 10:35:30 +08:00 |
|
|
|
3a3e848a78
|
docs: design task evidence validation refactor
|
2026-05-22 10:30:35 +08:00 |
|