@workbench-ai/workbench-core 0.0.89 → 0.0.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -2659,7 +2659,7 @@ export function workbenchSkillImproveAdapterRequirementMessage(agent) {
2659
2659
  return `Agent ${agent.name} cannot run improve because it has no skill-improvement adapter. Configure the selected agent with an improvement-capable adapter.`;
2660
2660
  }
2661
2661
  function workbenchSkillImproveAdapterRemediation(agentName) {
2662
- return `Run workbench login codex --method api-key, then workbench agent add ${agentName} --adapter codex --model gpt-5.3-codex-spark.`;
2662
+ return `Run workbench login codex --method api-key, then workbench agent add ${agentName} --adapter codex --model gpt-5.4-mini.`;
2663
2663
  }
2664
2664
  function workbenchSkillImproveAdapterRequirementError(agent) {
2665
2665
  return new WorkbenchCodedError("usage", workbenchSkillImproveAdapterRequirementMessage(agent), {
@@ -3082,7 +3082,7 @@ function improveSelectorRemediation(configuredSkills, improvementCapableAgents)
3082
3082
  if (agent) {
3083
3083
  return `Run workbench improve --skills ${skill} --agents ${agent}.`;
3084
3084
  }
3085
- return "Run workbench login codex --method api-key, then workbench agent add default --adapter codex --model gpt-5.3-codex-spark.";
3085
+ return "Run workbench login codex --method api-key, then workbench agent add default --adapter codex --model gpt-5.4-mini.";
3086
3086
  }
3087
3087
  function improveProofEvalFailureMessage(version, run) {
3088
3088
  return [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbench-ai/workbench-core",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/workbench-ai/workbench.git",
@@ -22,8 +22,8 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "yaml": "^2.8.2",
25
- "@workbench-ai/workbench-protocol": "0.0.89",
26
- "@workbench-ai/workbench-contract": "0.0.89"
25
+ "@workbench-ai/workbench-contract": "0.0.90",
26
+ "@workbench-ai/workbench-protocol": "0.0.90"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^24.3.1",