Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modelstudioai/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: modelstudioai/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/agent-setup
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 16 files changed
  • 2 contributors

Commits on Jun 19, 2026

  1. feat: add bl agent setup command for one-click agent configuration

    Add a new command that configures popular coding agents (Claude Code,
    Qwen Code, OpenCode, OpenClaw, Hermes, Codex) to use DashScope API
    with a single copy-paste command from the web console.
    
    Supports Linux, macOS, and Windows. Non-destructively merges into
    existing config files with automatic backup.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    lishengzxc and claude committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    e1dea36 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2026

  1. fix: infer API protocol from base-url and add codex auth.json

    - OpenCode/OpenClaw/Hermes: dynamically choose API protocol based on
      whether the base-url is an anthropic endpoint or openai-compatible
    - Codex: write ~/.codex/auth.json alongside config.toml so users
      don't need to manually export OPENAI_API_KEY
    - Add shared isAnthropicEndpoint() helper in writers/utils.ts
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    lishengzxc and claude committed Jun 20, 2026
    Configuration menu
    Copy the full SHA
    717822d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. feat: add agent setup scripts for curl/irm one-liner usage

    Two variants:
    - via-bailian-cli/: uses npx bailian-cli (requires Node.js 22+)
    - pure/: zero dependencies, writes config files directly in bash/PowerShell
    
    Supports all 6 agents with API protocol auto-detection from base-url.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    lishengzxc and claude committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    64473c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

  1. refactor: rename bl agent setup to bl config agent and reorganize…

    … files
    
    Move agent configuration command under the `config` command group for
    better semantic alignment. Relocate all related files from
    `commands/agent/` into `commands/config/agent/`.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    lishengzxc and claude committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    503e146 View commit details
    Browse the repository at this point in the history
Loading