@mutagent/cli 0.1.185 → 0.1.187

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
  </p>
25
25
 
26
26
  <p align="center">
27
- <strong>Replace Langfuse. Optimize Prompts. Integrate Any Framework.</strong>
27
+ <strong>Optimize Prompts. Manage Agents. Integrate Any Framework.</strong>
28
28
  </p>
29
29
 
30
30
  ---
@@ -36,7 +36,7 @@ MutagenT CLI is the command-line interface for the **MutagenT AI platform** —
36
36
  ### Key Features
37
37
 
38
38
  - **Prompt-Centric**: Datasets, evaluations, and optimizations are all scoped to prompts
39
- - **Langfuse Replacement**: Native trace observability without external dependencies
39
+ - **Native Tracing**: Built-in trace observability without external dependencies
40
40
  - **AI-First Design**: Every command supports `--json` with `_links` for programmatic usage
41
41
  - **Framework Integrations**: One-command setup for Mastra, LangChain, LangGraph, Vercel AI SDK, Claude Code
42
42
  - **Bun-Native**: Built for speed with Bun runtime (Node.js 18+ compatible)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutagent/cli",
3
- "version": "0.1.185",
3
+ "version": "0.1.187",
4
4
  "description": "Bun-native CLI for MutagenT AI platform - AI-first agent integration",
5
5
  "type": "module",
6
6
  "bin": {