@defai.digital/automatosx 6.0.6 → 6.2.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [6.0.7] - 2025-10-30
6
+
7
+ ### 🔧 Fixes
8
+
9
+ **Model Null Handling in Timeout Estimator**
10
+
11
+ - **Bug**: `TypeError: model.includes is not a function` when agent profile has an empty `model` field.
12
+ - **Root Cause**: The `model` field in an agent's YAML profile was parsed as `null` if empty, which was not handled by the timeout estimator.
13
+ - **Fix**: In `OpenAIProvider`, ensure the model is either a string or `undefined` before passing it to the timeout estimator.
14
+ - **Impact**: Prevents crashes when an agent's profile has an empty `model` field.
15
+
5
16
  ## [6.0.6] - 2025-10-30
6
17
 
7
18
  ### 🔧 Fixes
package/README.md CHANGED
@@ -7,7 +7,7 @@ AutomatosX is the only AI CLI that combines declarative workflow specs, policy-d
7
7
  [![npm version](https://img.shields.io/npm/v/@defai.digital/automatosx.svg)](https://www.npmjs.com/package/@defai.digital/automatosx)
8
8
  [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
9
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-100%25-blue.svg)](https://www.typescriptlang.org/)
10
- [![Tests](https://img.shields.io/badge/tests-2,458%20passing-brightgreen.svg)](#)
10
+ [![Tests](https://img.shields.io/badge/tests-2,466%20passing-brightgreen.svg)](#)
11
11
  [![macOS](https://img.shields.io/badge/macOS-26.0-blue.svg)](https://www.apple.com/macos)
12
12
  [![Windows](https://img.shields.io/badge/Windows-10+-blue.svg)](https://www.microsoft.com/windows)
13
13
  [![Ubuntu](https://img.shields.io/badge/Ubuntu-24.04-orange.svg)](https://ubuntu.com)