chore: tidy changelog and format
This commit is contained in:
@@ -1,11 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2026.1.12
|
|
||||||
|
|
||||||
### Changes
|
|
||||||
- Deps: update pi-agent-core/pi-ai/pi-coding-agent/pi-tui and refresh the pi-ai patch.
|
|
||||||
- Dev: bump @types/node.
|
|
||||||
|
|
||||||
## 2026.1.11
|
## 2026.1.11
|
||||||
|
|
||||||
### Highlights
|
### Highlights
|
||||||
@@ -15,6 +9,8 @@
|
|||||||
- Agents: automatic pre-compaction memory flush turn to store durable memories before compaction.
|
- Agents: automatic pre-compaction memory flush turn to store durable memories before compaction.
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
- Deps: update pi-agent-core/pi-ai/pi-coding-agent/pi-tui and refresh the pi-ai patch.
|
||||||
|
- Dev: bump @types/node.
|
||||||
- macOS: add wizard debug CLI and share wizard parsing helpers.
|
- macOS: add wizard debug CLI and share wizard parsing helpers.
|
||||||
- CLI/Onboarding: simplify MiniMax auth choice to a single M2.1 option.
|
- CLI/Onboarding: simplify MiniMax auth choice to a single M2.1 option.
|
||||||
- CLI: configure section selection now loops until Continue.
|
- CLI: configure section selection now loops until Continue.
|
||||||
|
|||||||
@@ -560,7 +560,8 @@ describe("google-shared convertMessages", () => {
|
|||||||
const contents = convertMessages(model, context);
|
const contents = convertMessages(model, context);
|
||||||
const parts = contents.flatMap((content) => content.parts ?? []);
|
const parts = contents.flatMap((content) => content.parts ?? []);
|
||||||
const toolCallPart = parts.find(
|
const toolCallPart = parts.find(
|
||||||
(part) => typeof part === "object" && part !== null && "functionCall" in part,
|
(part) =>
|
||||||
|
typeof part === "object" && part !== null && "functionCall" in part,
|
||||||
);
|
);
|
||||||
const toolResponsePart = parts.find(
|
const toolResponsePart = parts.find(
|
||||||
(part) =>
|
(part) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user