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 # Changelog
## [Unreleased]
## [0.42.1] - 2026-01-09 ## [0.42.1] - 2026-01-09
## [0.42.0] - 2026-01-09 ## [0.42.0] - 2026-01-09

View file

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

View file

@ -5192,17 +5192,17 @@ export const MODELS = {
contextWindow: 262144, contextWindow: 262144,
maxTokens: 65535, maxTokens: 65535,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"nex-agi/deepseek-v3.1-nex-n1:free": { "nex-agi/deepseek-v3.1-nex-n1": {
id: "nex-agi/deepseek-v3.1-nex-n1:free", id: "nex-agi/deepseek-v3.1-nex-n1",
name: "Nex AGI: DeepSeek V3.1 Nex N1 (free)", name: "Nex AGI: DeepSeek V3.1 Nex N1",
api: "openai-completions", api: "openai-completions",
provider: "openrouter", provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1", baseUrl: "https://openrouter.ai/api/v1",
reasoning: false, reasoning: false,
input: ["text"], input: ["text"],
cost: { cost: {
input: 0, input: 0.27,
output: 0, output: 1,
cacheRead: 0, cacheRead: 0,
cacheWrite: 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 // Map pi! tool names to Claude Code's exact tool names
const claudeCodeToolNames: Record<string, string> = { const claudeCodeToolNames: Record<string, string> = {
"read": "Read", read: "Read",
"write": "Write", write: "Write",
"edit": "Edit", edit: "Edit",
"bash": "Bash", bash: "Bash",
"grep": "Grep", grep: "Grep",
"find": "Glob", find: "Glob",
"ls": "Glob", ls: "Glob",
}; };
const toClaudeCodeName = (name: string) => claudeCodeToolNames[name] || name; const toClaudeCodeName = (name: string) => claudeCodeToolNames[name] || name;

View file

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

View file

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

View file

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

View file

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