Skip to content

Commit f1d3fc9

Browse files
aixierclaude
andcommitted
feat: 🌟 Platform Vision - 从Claude Code到通用CLI民主化平台
重大战略升级:AI Terminal不只是Claude Code API工具,而是通用CLI转API平台! 🎯 核心理念: - 将专业CLI工具民主化,让普通用户也能使用 - 从Claude Code开始,扩展到Gemini、Cursor、GPT CLI等 - 最终目标:任何CLI工具都能转换为API 📚 新增文档: - VISION.md - 平台愿景和长期目标 - ROADMAP_2025.md - 2025年详细路线图 - universal-cli-adapter.md - 通用适配器架构 🚀 2025路线图: Q1: 支持Gemini CLI、Cursor CLI Q2: 支持GPT CLI、Ollama本地模型 Q3: 企业版功能 Q4: 插件市场和生态系统 这不仅仅是一个工具,而是一个改变游戏规则的平台! 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7fa4b25 commit f1d3fc9

4 files changed

Lines changed: 1326 additions & 6 deletions

File tree

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77
[![GitHub stars](https://img.shields.io/github/stars/aixier/AI_Terminal)](https://github.com/aixier/AI_Terminal/stargazers)
88
[![GitHub issues](https://img.shields.io/github/issues/aixier/AI_Terminal)](https://github.com/aixier/AI_Terminal/issues)
99

10-
> 🚀 **Claude Code API** | Transform Claude Code CLI into REST API | Streaming & Non-Streaming Support | AI-Powered Terminal | Knowledge Card Generator | Docker Ready
10+
> 🚀 **Universal CLI-to-API Platform** | Transform ANY CLI Tool into REST API | Claude Code, Gemini, Cursor & More | Streaming Support | Docker Ready
1111
12-
## 🔥 Hot Feature: Claude Code as REST API!
12+
## 🌟 Vision: Democratizing Professional CLI Tools
1313

14-
**Transform Claude Code (Anthropic's coding assistant) into powerful REST APIs with streaming support!** Perfect for developers who want to integrate Claude Code into their applications without CLI limitations.
14+
**AI Terminal is evolving into a universal platform that transforms ANY professional CLI tool into accessible APIs.** Starting with Claude Code, expanding to Gemini CLI, Cursor, GPT CLI, and beyond!
15+
16+
### 🔥 Current Hot Feature: Claude Code API!
17+
18+
**Transform Claude Code into REST APIs with streaming support!** This is just the beginning - imagine having API access to every professional CLI tool.
1519

1620
```bash
1721
# Quick Start - Claude Code API in 30 seconds
@@ -23,13 +27,24 @@ curl -X POST http://localhost:8082/api/generate/card \
2327
-d '{"topic": "Your Topic"}'
2428
```
2529

26-
📖 **[Full Claude Code API Documentation →](CLAUDE_CODE_API.md)**
30+
📖 **[Full Claude Code API Documentation →](CLAUDE_CODE_API.md)** | **[Platform Vision →](VISION.md)** | **[2025 Roadmap →](ROADMAP_2025.md)**
31+
32+
## 🚀 Platform Roadmap - Coming Soon!
33+
34+
| CLI Tool | Status | Release | Features |
35+
|----------|--------|---------|----------|
36+
| **Claude Code** | ✅ Live | Now | Full API, Streaming, Knowledge Cards |
37+
| **Gemini CLI** | 🚧 Development | Q1 2025 | Multimodal, Vision API |
38+
| **Cursor CLI** | 📋 Planned | Q1 2025 | Code Editing, Refactoring |
39+
| **GPT CLI** | 📋 Planned | Q2 2025 | GPT-4, Plugins |
40+
| **Ollama** | 📋 Planned | Q2 2025 | Local Models, Privacy |
41+
| **Your CLI** | 💡 [Request](https://github.com/aixier/AI_Terminal/issues) | TBD | Community Driven |
2742

2843
---
2944

30-
**AI Terminal** 是一个革命性的开源项目,**核心特性是将 Claude Code 转换为 REST API**,支持流式和非流式响应。同时提供智能知识卡片自动生成、Web终端模拟器、实时命令执行等功能
45+
**AI Terminal** 是一个革命性的开源平台,将专业的命令行工具民主化,让每个人都能通过简单的API使用强大的CLI工具。从 Claude Code 开始,逐步支持所有主流AI CLI工具
3146

32-
🔥 **热点功能**: Claude Code API化, Claude Code REST API, Claude Code Streaming, 流式API, 非流式API, Claude集成, AI Terminal, 智能终端, AI知识卡片
47+
🔥 **平台愿景**: Universal CLI-to-API Platform, 通用CLI转API平台, Claude Code API, Gemini CLI API, Cursor API, 多AI工具集成, 民主化专业工具
3348

3449
## ✨ 核心特性
3550

0 commit comments

Comments
 (0)