chore: apply local workspace updates

This commit is contained in:
Gustavo Madeira Santana
2026-02-05 16:03:58 -05:00
parent 7159d3b254
commit ab0beca54f
66 changed files with 538 additions and 215 deletions

View File

@@ -106,7 +106,7 @@ async function main(): Promise<void> {
contextWindow: 200000,
maxTokens: 8192,
};
const opusModel = getModel("anthropic", "claude-opus-4-5");
const opusModel = getModel("anthropic", "claude-opus-4-6");
console.log(`Prompt: ${prompt}`);
console.log(`Runs: ${runs}`);

View File

@@ -400,9 +400,13 @@ run_profile() {
"openai/gpt-4.1-mini")"
else
agent_model="$(set_agent_model "$profile" \
"anthropic/claude-opus-4-6" \
"claude-opus-4-6" \
"anthropic/claude-opus-4-5" \
"claude-opus-4-5")"
image_model="$(set_image_model "$profile" \
"anthropic/claude-opus-4-6" \
"claude-opus-4-6" \
"anthropic/claude-opus-4-5" \
"claude-opus-4-5")"
fi

View File

@@ -12,7 +12,7 @@ import (
const (
workflowVersion = 15
providerName = "pi"
modelVersion = "claude-opus-4-5"
modelVersion = "claude-opus-4-6"
)
func cacheNamespace() string {

View File

@@ -85,10 +85,11 @@ async function main() {
agents: {
defaults: {
model: {
primary: "anthropic/claude-opus-4-5",
primary: "anthropic/claude-opus-4-6",
fallbacks: ["zai/glm-4.7"],
},
models: {
"anthropic/claude-opus-4-6": {},
"anthropic/claude-opus-4-5": {},
"zai/glm-4.7": {},
},