newo 3.3.1 → 3.3.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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,19 +8,22 @@
8
8
  **NEWO CLI** - Professional command-line tool for NEWO AI Agent development. Features **modular architecture**, **IDN-based file management**, and **comprehensive multi-customer support**.
9
9
 
10
10
  Sync NEWO "Project → Agent → Flow → Skills" structure to local files with:
11
+ - 🚀 **Account migration** - Fully automated account copying with 100% accuracy in ~30 minutes (NEW v3.3.0)
11
12
  - 🏗️ **Complete entity management** - Create, edit, and delete agents, flows, skills, events, and states (NEW v2.0+)
12
13
  - 🔄 **Intelligent synchronization** - Pull projects, attributes, and conversations automatically
13
14
  - 🎯 **IDN-based naming** - Skills named as `{skillIdn}.jinja/.guidance` for better organization
14
- - 📊 **Real-time progress** - Live progress tracking during large operations (966+ skills)
15
+ - 📊 **Real-time progress** - Live progress tracking during large operations (1,000+ skills)
15
16
  - 🏢 **Multi-customer workspaces** - Work with multiple NEWO accounts simultaneously
16
17
  - 📁 **Hierarchical structure** - Complete project metadata and organized file structure
17
18
  - 🔐 **Secure authentication** - API key-based auth with automatic token refresh
18
19
  - ⚡ **Smart change detection** - SHA256-based efficient sync with hash consistency
19
20
  - 🛡️ **File validation** - Multiple file detection with clear warnings and safe handling
20
21
  - 🧠 **AI skill formats** - Support for `.guidance` (AI prompts) and `.jinja` (NSL templates)
22
+ - 📡 **Webhook automation** - Automatic webhook creation from YAML configuration (NEW v3.3.0)
21
23
  - 📊 **Knowledge base import** - Bulk import AKB articles from structured text files
22
24
  - 💬 **Conversation history** - Extract and sync user conversations and personas
23
25
  - 🧪 **Sandbox testing** - Interactive agent testing with conversation continuation (NEW v3.1.0)
26
+ - ✅ **Migration verification** - Automated validation of migration completeness (NEW v3.3.0)
24
27
  - 🔧 **CI/CD ready** - GitHub Actions integration for automated deployments
25
28
 
26
29
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newo",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "NEWO CLI: Professional command-line tool with modular architecture for NEWO AI Agent development. Features account migration, integration management, webhook automation, AKB knowledge base, project attributes, sandbox testing, IDN-based file management, real-time progress tracking, intelligent sync operations, and comprehensive multi-customer support.",
5
5
  "type": "module",
6
6
  "bin": {