test(release): forward validation fixes · openclaw/openclaw@5ab3a2b
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | export const MIN_CODEX_APP_SERVER_VERSION = "0.125.0"; |
2 | 2 | export const MANAGED_CODEX_APP_SERVER_PACKAGE = "@openai/codex"; |
3 | | -export const MANAGED_CODEX_APP_SERVER_PACKAGE_VERSION = MIN_CODEX_APP_SERVER_VERSION; |
| 3 | +export const MANAGED_CODEX_APP_SERVER_PACKAGE_VERSION = "0.128.0"; |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -687,7 +687,7 @@ describe("monitorSlackProvider tool results", () => {
|
687 | 687 | }); |
688 | 688 | }); |
689 | 689 | |
690 | | -it("restores ack reaction when dispatch fails before any reply is delivered", async () => { |
| 690 | +it("keeps the error reaction when dispatch fails before any reply is delivered", async () => { |
691 | 691 | replyMock.mockRejectedValue(new Error("boom")); |
692 | 692 | setMentionGatedAckConfig(true); |
693 | 693 | mockGeneralChannelInfo(); |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -566,7 +566,7 @@ describe("channelsAddCommand", () => {
|
566 | 566 | plugin: { |
567 | 567 | ...createChannelTestPluginBase({ id: "telegram", label: "Telegram" }), |
568 | 568 | setup: { |
569 | | -applyAccountConfig: ({ cfg, input }) => ({ |
| 569 | +applyAccountConfig: ({ cfg, input }: ApplyAccountConfigParams) => ({ |
570 | 570 | ...cfg, |
571 | 571 | channels: { |
572 | 572 | ...cfg.channels, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。