@arrislink/axon 1.1.0 → 1.1.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.
package/README.md CHANGED
@@ -161,8 +161,8 @@ ax plan # Uses configured provider
161
161
 
162
162
  **Provider Priority:**
163
163
  1. **CLI Mode** - Uses OpenCode CLI (inherits full OMO capabilities)
164
- 2. **Direct Mode** - Reads OMO config, calls APIs directly
165
- 3. **Fallback Mode** - Uses `ANTHROPIC_API_KEY` environment variable
164
+ 2. **Direct Mode** - Reads OMO config and resolves **Antigravity** tokens automatically
165
+ 3. **Fallback Mode** - Uses `ANTHROPIC_API_KEY` etc. environment variables
166
166
 
167
167
  ### Environment Variables
168
168
 
@@ -216,8 +216,8 @@ graph TD
216
216
 
217
217
  subgraph "LLM Layer"
218
218
  Orch --> LLMInt[Unified LLM Interface]
219
- LLMInt --> OMO[OhMyOpenCode Registry]
220
- OMO --> Providers[Providers: Anthropic, OpenAI, Antigrav, etc.]
219
+ LLMInt --> OMO[OMO Config & Antigravity Auth]
220
+ OMO --> Providers[Providers: Anthropic, Google Gemini, OpenAI, etc.]
221
221
  end
222
222
  ```
223
223
 
package/README.zh-CN.md CHANGED
@@ -156,12 +156,12 @@ omo config set-provider antigravity
156
156
 
157
157
  # Axon 自动检测并使用 OMO 配置
158
158
  ax plan # 使用配置的提供商
159
- ```
160
159
 
161
- **提供商优先级:**
162
- 1. **CLI 模式** - 使用 OpenCode CLI(继承 OMO 全部能力)
163
- 2. **直接模式** - 读取 OMO 配置,直接调用 API
164
- 3. **回退模式** - 使用 `ANTHROPIC_API_KEY` 环境变量
160
+ **Provider 优先级:**
161
+ 1. **CLI 模式** - 使用 OpenCode CLI (继承完整的 OMO 能力)
162
+ 2. **Direct 模式** - 读取 OMO 配置并自动解析 **Antigravity** 刷新令牌
163
+ 3. **Fallback 模式** - 使用 `ANTHROPIC_API_KEY` 等环境变量
164
+ ```
165
165
 
166
166
  ### 环境变量
167
167
 
@@ -215,8 +215,8 @@ graph TD
215
215
 
216
216
  subgraph "LLM 层"
217
217
  Orch --> LLMInt[统一 LLM 接口]
218
- LLMInt --> OMO[OhMyOpenCode 注册表]
219
- OMO --> Providers[平台: Anthropic, OpenAI, Antigrav 等]
218
+ LLMInt --> OMO[OMO 配置 & Antigravity 认证]
219
+ OMO --> Providers[提供商: Anthropic, Google Gemini, OpenAI, etc.]
220
220
  end
221
221
  ```
222
222