Peter Siska 32affaee02 feat: wire up model extraParams (temperature, maxTokens) to pi agent
- Use resolveExtraParams() which was defined but unused
- Create streamFn wrapper that injects config-driven params
- Apply to both compaction and run sessions

Config path: agents.defaults.models["provider/model"].params.temperature

Example:
  agents.defaults.models["anthropic/claude-sonnet-4"].params.temperature = 0.7
  agents.defaults.models["openai/gpt-4"].params.maxTokens = 8192
2026-01-12 00:03:24 +00:00
..
2026-01-10 19:47:17 +00:00
2026-01-11 01:39:30 +00:00
2026-01-11 02:25:45 +00:00
2026-01-11 00:55:22 +00:00
2026-01-04 14:38:51 +00:00
2026-01-11 04:28:30 +01:00
2026-01-08 04:44:15 +00:00
2026-01-11 01:39:30 +00:00
2026-01-11 12:11:12 +00:00
2026-01-10 19:47:17 +00:00
2025-12-25 03:29:36 +01:00
2026-01-07 00:04:44 +01:00
2026-01-08 08:26:40 +01:00
2026-01-06 19:54:50 +01:00
2026-01-01 17:30:15 +01:00