aws-runtime-bridge 1.9.148 → 1.9.149

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,24 @@ files 白名单),供调度中心「查看本次更新内容」弹窗按 `##
5
5
  展示。发布新版本时须在仓库中先写好 `## v<version>` 段(prepack-guard 校验缺段
6
6
  即阻断发布);Bridge 自更新成功后的运行时追加仅作为包内缺段时的兜底。
7
7
 
8
+ ## v1.9.149
9
+
10
+ _发布日期:2026-09-06_
11
+
12
+ - 项目头像支持裁剪:PNG / JPG / WebP / GIF 位图在选文件或点击现有图标后进入方形裁剪
13
+ (拖动调整位置、滚轮或滑块缩放),以 512×512 输出确认保存;SVG / ICO 等无法用
14
+ canvas 裁剪的格式仍直接按原文上传;favicon 预览复用已下载文件,点击直接进入裁剪,
15
+ 避免二次网络下载。
16
+ - Pencil 嵌入式画布跟随 Dashboard 明暗主题:iframe URL 携带 theme 参数,主题切换时
17
+ 经 pencil:theme 消息同步画布配色,不再固定白底。
18
+ - 修复浅色主题下消息中心 agent 上下文用量 / 待办 / 子代理按钮的选中态样式:选中项
19
+ 不再被浅色覆盖规则盖成深色文字(`:not(--active)` 限定浅色覆盖范围,避开高特异性
20
+ 覆盖选中态)。
21
+ - 「限制操作」入口从输入框左侧常驻盾牌图标移回「+」菜单(撤销 v1.9.148 的常驻盾牌,
22
+ 并移除权限档位拉取与盾牌着色逻辑,简化输入框布局)。
23
+ - 版本升级 1.9.148 → 1.9.149:Bridge 本包无运行时代码改动,随前端 Pencil / 消息中心
24
+ 更新一并发布。
25
+
8
26
  ## v1.9.148
9
27
 
10
28
  _发布日期:2026-09-06_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-runtime-bridge",
3
- "version": "1.9.148",
3
+ "version": "1.9.149",
4
4
  "description": "AgentsWorkStudio runtime bridge service for machine-level agent runtime integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",