@forwardimpact/libutil 0.1.93 → 0.1.94

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/package.json +1 -1
  2. package/src/models.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/libutil",
3
- "version": "0.1.93",
3
+ "version": "0.1.94",
4
4
  "description": "Cross-cutting utilities: retry, hashing, token counting, and project discovery.",
5
5
  "keywords": [
6
6
  "util",
package/src/models.js CHANGED
@@ -13,7 +13,7 @@
13
13
  * Long-horizon agents under direct evaluation (eval sessions) — most
14
14
  * capable model with the 1M-context suffix.
15
15
  */
16
- export const AGENT_MODEL = "claude-fable-5[1m]";
16
+ export const AGENT_MODEL = "claude-opus-4-8[1m]";
17
17
 
18
18
  /**
19
19
  * Lead roles — supervisor, facilitator, discussion lead, benchmark
@@ -22,7 +22,7 @@ export const AGENT_MODEL = "claude-fable-5[1m]";
22
22
  * suffix is an Agent SDK identifier; use CHAT_MODEL or FAST_MODEL for
23
23
  * direct Messages API calls.
24
24
  */
25
- export const LEAD_MODEL = "claude-fable-5[1m]";
25
+ export const LEAD_MODEL = "claude-opus-4-8[1m]";
26
26
 
27
27
  /**
28
28
  * Benchmark agent-under-test — a pinned reference model so pass@k