@myagentroam/agent 0.9.88 → 0.9.89

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/dist/sdk/agent.js CHANGED
@@ -642,6 +642,7 @@ export async function createMarAgent(options) {
642
642
  tools: executionTools,
643
643
  toolChoice: 'none',
644
644
  promptCacheKey: sessionId,
645
+ reasoningEffort,
645
646
  onAttemptDiagnostic: recordModelAttempt('COMPACTION')
646
647
  })) {
647
648
  if (event.type === 'text.completed' &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myagentroam/agent",
3
- "version": "0.9.88",
3
+ "version": "0.9.89",
4
4
  "description": "Embeddable MAR coding agent SDK and CLI.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",