# 2 April 2026

### **What's New**

#### **1. Skills Support for v0.1.x**

Digital Employee Core v0.1.x now supports skills via Agent Builder using `add_skills()`. See [documentation](https://gdplabs.gitbook.io/catapa/developer-documentation/digital-employee-de-pipeline/guides/advanced-examples/skills-configuration).

#### **2. PTC Support for v0.0.x**

Digital Employee Core v0.0.x now supports PTC by passing `ptc=PTC(enabled=True)` during Agent init. See [documentation](https://gdplabs.gitbook.io/catapa/developer-documentation/digital-employee/advanced-examples/programmatic-tool-calling-ptc-configuration). Support for v0.1.x will be released in the near future.

### **What's Fixed**

#### **1. Local Run with Remote Skills for v0.0.x**

Now remote skills will be fetched and run properly during local runs in v0.0.x.
