@coralai/sps-cli 0.67.2 → 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 +14 -0
- package/dist/console-assets/assets/{ShowcasePage-C_1rRVoE.js → ShowcasePage-kwFhzWFH.js} +1 -1
- package/dist/console-assets/assets/{index-usTYTVl-.js → index-C6Pqgd6L.js} +3 -3
- package/dist/console-assets/assets/{index-APMfa-Q-.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,19 @@
|
|
|
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
|
+
|
|
3
17
|
## 0.67.2
|
|
4
18
|
|
|
5
19
|
- 🔴 **fix(console)**: 插件配置弹窗**错乱** —— 内容溢出到边框外、双层边框、两个标题。
|
|
@@ -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.
|