Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/robustness-audit.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function python() {
}

const N = Number(process.env.AUDIT_N) || 20;
const MODEL = process.env.AUDIT_MODEL || 'gpt-5.4-mini';
const MODEL = process.env.AUDIT_MODEL || 'gpt-4o-mini';
const ROOT = path.join(__dirname, '..');
let kv = {};
try {
Expand Down
2 changes: 1 addition & 1 deletion ponytail-mcp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { z } from "zod";

import { MODES, buildInstructions, resolveMode } from "./instructions.js";

const server = new McpServer({ name: "ponytail", version: "0.1.0" });
const server = new McpServer({ name: "ponytail", version: "4.8.3" });

const modeArg = z
.enum(MODES)
Expand Down