@coralai/sps-cli 0.67.1 → 0.67.3
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.
- package/CHANGELOG.md +24 -0
- package/dist/console-assets/assets/{ShowcasePage-BT8yKbuT.js → ShowcasePage-kwFhzWFH.js} +1 -1
- package/dist/console-assets/assets/{index-Dht87wHH.js → index-C6Pqgd6L.js} +15 -15
- package/dist/console-assets/assets/{index-B1FscG4r.css → index-CdhoHzN4.css} +1 -1
- package/dist/console-assets/index.html +2 -2
- package/dist/providers/llm/codexModel.d.ts +1 -1
- package/dist/providers/llm/codexModel.d.ts.map +1 -1
- package/dist/providers/llm/codexModel.js +18 -1
- package/dist/providers/llm/codexModel.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.67.3
|
|
4
|
+
|
|
5
|
+
- **fix(console)**: 插件配置弹窗 —— 关闭按钮不再压在配置面自己的保存按钮上
|
|
6
|
+
(改成卡片外单独一行),弹窗宽度改 `w-fit + max-w` 自适应内容
|
|
7
|
+
(原先写死 1040px,记忆那种只有一个下拉的面板会空一大片)。
|
|
8
|
+
- 🔴 **fix(llm)**: **凭据错误不再伪装成网络错误。**
|
|
9
|
+
`makeCodexFetch` 在自定义 fetch **内部**取凭据,而 OpenAI SDK 会把 fetch 抛出的
|
|
10
|
+
任何异常统一包成 `APIConnectionError: Connection error.` ——
|
|
11
|
+
线上表现:提示词库 / 技能的 AI 生成报 `Connection error.`,
|
|
12
|
+
真话却是"未找到可用的 codex 凭据(…请先用 codex 登录)"。
|
|
13
|
+
排错方向因此被带到网络/DNS/代理上,而那三样都是好的。
|
|
14
|
+
改为折成 401 + 原文交回 SDK,真因原样带到界面。
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 0.67.2
|
|
18
|
+
|
|
19
|
+
- 🔴 **fix(console)**: 插件配置弹窗**错乱** —— 内容溢出到边框外、双层边框、两个标题。
|
|
20
|
+
三个原因叠在一起:①复用的 `Modal` 写死 `w-[min(92vw,520px)]`(页面里别处的小对话框在用),
|
|
21
|
+
而配置面是主从两栏、880px 起步 ⇒ 溢出;②配置面自带 `nb-card`,外面再套一层 ⇒ 双框;
|
|
22
|
+
③配置面自带标题,弹窗又加一个 ⇒ 重复。
|
|
23
|
+
改为直接用 `ModalOverlay` + 只给尺寸和滚动、不给外观,关闭入口改成浮在右上角的 ×。
|
|
24
|
+
**没有去改 `Modal`** —— 它是别处小对话框的公用件,改宽度会波及那些。
|
|
25
|
+
|
|
26
|
+
|
|
3
27
|
## 0.67.1
|
|
4
28
|
|
|
5
29
|
- **feat(console)**: 插件页改成**卡片平铺**(与技能页同一套 auto-fill 网格),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{c as st,r as Te,j as u,u as _n,S as fs,P as hs,C as ps,E as ms,L as Yt,A as gn,a as yn}from"./index-
|
|
1
|
+
import{c as st,r as Te,j as u,u as _n,S as fs,P as hs,C as ps,E as ms,L as Yt,A as gn,a as yn}from"./index-C6Pqgd6L.js";/**
|
|
2
2
|
* @license lucide-react v0.544.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|