Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner 2026-01-09 20:24:50 +01:00
parent d856bb097c
commit 60f5a03576
8 changed files with 24 additions and 12 deletions

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.42.1] - 2026-01-09
## [0.42.0] - 2026-01-09

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.42.1] - 2026-01-09
## [0.42.0] - 2026-01-09

View file

@ -5192,17 +5192,17 @@ export const MODELS = {
contextWindow: 262144,
maxTokens: 65535,
} satisfies Model<"openai-completions">,
"nex-agi/deepseek-v3.1-nex-n1:free": {
id: "nex-agi/deepseek-v3.1-nex-n1:free",
name: "Nex AGI: DeepSeek V3.1 Nex N1 (free)",
"nex-agi/deepseek-v3.1-nex-n1": {
id: "nex-agi/deepseek-v3.1-nex-n1",
name: "Nex AGI: DeepSeek V3.1 Nex N1",
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: false,
input: ["text"],
cost: {
input: 0,
output: 0,
input: 0.27,
output: 1,
cacheRead: 0,
cacheWrite: 0,
},

View file

@ -33,13 +33,13 @@ const claudeCodeVersion = "2.1.2";
// Map pi! tool names to Claude Code's exact tool names
const claudeCodeToolNames: Record<string, string> = {
"read": "Read",
"write": "Write",
"edit": "Edit",
"bash": "Bash",
"grep": "Grep",
"find": "Glob",
"ls": "Glob",
read: "Read",
write: "Write",
edit: "Edit",
bash: "Bash",
grep: "Grep",
find: "Glob",
ls: "Glob",
};
const toClaudeCodeName = (name: string) => claudeCodeToolNames[name] || name;

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.42.1] - 2026-01-09
### Fixed

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.42.1] - 2026-01-09
## [0.42.0] - 2026-01-09

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.42.1] - 2026-01-09
## [0.42.0] - 2026-01-09

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.42.1] - 2026-01-09
## [0.42.0] - 2026-01-09