@codemieai/code 0.0.13 → 0.0.14

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 +11 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,24 +8,24 @@
8
8
 
9
9
  > **Unified AI Coding Assistant CLI** - Manage Claude Code, OpenAI Codex, Google Gemini, and custom AI agents from one powerful command-line interface. Multi-provider support (OpenAI, Azure OpenAI, AWS Bedrock, LiteLLM, Enterprise SSO). Built-in LangGraph agent with file operations, git integration, and advanced code generation.
10
10
 
11
- * * * * *
11
+ ---
12
12
 
13
- **(Suggestion: Add a GIF or screenshot of the CLI in action here)**
13
+ ![CodeMie CLI Demo](./assets/demo.gif)
14
14
 
15
- * * * * *
15
+ ---
16
16
 
17
17
  ## Why CodeMie CLI?
18
18
 
19
19
  CodeMie CLI is the all-in-one AI coding assistant for developers.
20
20
 
21
- ✨ **One CLI, Multiple AI Agents** - Switch between Claude Code, Codex, Gemini, Deep Agents, and built-in agent.
22
- 🔄 **Multi-Provider Support** - OpenAI, Azure, Bedrock, LiteLLM, Google Gemini, and Enterprise SSO.
23
- 🚀 **Built-in Agent** - A powerful LangGraph-based assistant with file operations and git integration.
24
- 🔐 **Enterprise Ready** - SSO authentication, audit logging, and role-based access.
25
- ⚡ **Productivity Boost** - Code review, refactoring, test generation, and bug fixing.
26
- 🎯 **Profile Management** - Manage work, personal, and team configurations separately.
27
- 📊 **Usage Analytics** - Track and analyze AI usage across all agents with detailed insights.
28
- 🔧 **CI/CD Workflows** - Automated code review, fixes, and feature implementation.
21
+ - ✨ **One CLI, Multiple AI Agents** - Switch between Claude Code, Codex, Gemini, Deep Agents, and built-in agent.
22
+ - 🔄 **Multi-Provider Support** - OpenAI, Azure, Bedrock, LiteLLM, Google Gemini, and Enterprise SSO.
23
+ - 🚀 **Built-in Agent** - A powerful LangGraph-based assistant with file operations and git integration.
24
+ - 🔐 **Enterprise Ready** - SSO authentication, audit logging, and role-based access.
25
+ - ⚡ **Productivity Boost** - Code review, refactoring, test generation, and bug fixing.
26
+ - 🎯 **Profile Management** - Manage work, personal, and team configurations separately.
27
+ - 📊 **Usage Analytics** - Track and analyze AI usage across all agents with detailed insights.
28
+ - 🔧 **CI/CD Workflows** - Automated code review, fixes, and feature implementation.
29
29
 
30
30
  Perfect for developers seeking a powerful alternative to GitHub Copilot or Cursor.
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemieai/code",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Unified AI coding assistant CLI - Manage Claude Code, Codex, Gemini & custom agents. Multi-provider support (OpenAI, Azure, LiteLLM, SSO). Built-in LangGraph agent with file operations & git integration.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",