@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.
- package/package.json +1 -1
- package/src/models.js +2 -2
package/package.json
CHANGED
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-
|
|
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-
|
|
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
|