Skip to content

Rename rcli to wally - #61

Open
Siddhesh2377 wants to merge 2 commits into
mainfrom
siddhesh/wally-renaming
Open

Rename rcli to wally#61
Siddhesh2377 wants to merge 2 commits into
mainfrom
siddhesh/wally-renaming

Conversation

@Siddhesh2377

Copy link
Copy Markdown
Collaborator

Renames the CLI from rcli to wally: binary, namespace, CLI output, build system, Homebrew formula, installers, CI, and docs.

Unchanged on purpose:

  • GitHub repo name (RunanywhereAI/RCLI)
  • The four console auth endpoints
  • The on-disk credential path
  • The wire value sent as client to /auth/cli/start (still "rcli", matching InferenceInfra's schema)

RCLI_* env vars still work, falling back from the new WALLY_* names with a deprecation warning.

--help is grouped into sections (Generate, Shortcuts, Models, Serve & measure, Account, Editors & agents) instead of one flat list, and telemetry is hidden from it.

Built and tested: full ctest suite green on both the C++-only and Swift MLX builds, and manually verified live (pull, run, tool-calling, TTS/STT/VAD, login, opencode) against a local instance of InferenceInfra.

Open question: wally launch was raised as wanted phrasing; not implemented here, needs a decision on what it should actually do.

@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 151 files, which is 1 over the limit of 150.

To get a review, reduce the PR to 150 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: aeba4fa9-3c9b-4aa7-aceb-295f9f2d95f0

📥 Commits

Reviewing files that changed from the base of the PR and between a88d9dd and 7ba50d5.

⛔ Files ignored due to path filters (1)
  • swift/Package.resolved is excluded by !**/Package.resolved
📒 Files selected for processing (151)
  • .agents/skills/wally-architecture/SKILL.md
  • .agents/skills/wally-device-e2e/SKILL.md
  • .agents/skills/wally-e2e/SKILL.md
  • .agents/skills/wally-kit-pin/SKILL.md
  • .agents/skills/wally-release/SKILL.md
  • .claude/skills/wally-architecture/SKILL.md
  • .claude/skills/wally-device-e2e/SKILL.md
  • .claude/skills/wally-e2e/SKILL.md
  • .claude/skills/wally-kit-pin/SKILL.md
  • .claude/skills/wally-release/SKILL.md
  • .github/workflows/auto-tag.yml
  • .github/workflows/ci.yml
  • .github/workflows/oss-keyless-telemetry.yml
  • .github/workflows/release.yml
  • .gitignore
  • AGENTS.md
  • CMakeLists.txt
  • Formula/rcli-beta.rb
  • Formula/rcli.rb
  • Formula/wally-beta.rb
  • Formula/wally.rb
  • cmake/RunAnywhereSDK.cmake
  • cmake/copy-overlay-dlls.cmake
  • cmake/sdk-pin.cmake
  • include/rcli_host.h
  • include/wally_host.h
  • install.ps1
  • install.sh
  • scripts/assert-backends.sh
  • scripts/assert-binary-backends.sh
  • scripts/build-mlx.sh
  • scripts/bundle-core.sh
  • scripts/ci/check-agents-sync.sh
  • scripts/ci/oss_keyless_telemetry_blast.sh
  • scripts/e2e-linux.sh
  • scripts/e2e-modalities.sh
  • scripts/e2e.sh
  • scripts/fetch-kit.sh
  • scripts/fetch-private-pack.sh
  • scripts/package-wally-windows.ps1
  • scripts/package-wally.sh
  • scripts/smoke-mlx-cli.sh
  • scripts/smoke-mlx.sh
  • scripts/smoke.sh
  • scripts/stamp-formula.py
  • scripts/test-e2e.sh
  • scripts/update-tap.sh
  • scripts/verify-release-assets.py
  • skills/runanywhere/SKILL.md
  • src/account/console.cpp
  • src/account/console.h
  • src/account/credentials.cpp
  • src/account/credentials.h
  • src/anthropic/messages.cpp
  • src/anthropic/messages.h
  • src/anthropic/translate.cpp
  • src/anthropic/translate.h
  • src/app.cpp
  • src/app.h
  • src/bootstrap.cpp
  • src/bootstrap.h
  • src/catalog/catalog.cpp
  • src/catalog/catalog.h
  • src/catalog/model_ref.cpp
  • src/catalog/model_ref.h
  • src/commands/bench_metrics.h
  • src/commands/cmd_account.cpp
  • src/commands/cmd_auth.cpp
  • src/commands/cmd_backends.cpp
  • src/commands/cmd_bench.cpp
  • src/commands/cmd_diarize.cpp
  • src/commands/cmd_editors.cpp
  • src/commands/cmd_embed.cpp
  • src/commands/cmd_harness.cpp
  • src/commands/cmd_image.cpp
  • src/commands/cmd_info.cpp
  • src/commands/cmd_list.cpp
  • src/commands/cmd_lora.cpp
  • src/commands/cmd_models.cpp
  • src/commands/cmd_pull.cpp
  • src/commands/cmd_rag.cpp
  • src/commands/cmd_rerank.cpp
  • src/commands/cmd_rm.cpp
  • src/commands/cmd_run.cpp
  • src/commands/cmd_segment.cpp
  • src/commands/cmd_serve.cpp
  • src/commands/cmd_show.cpp
  • src/commands/cmd_stt.cpp
  • src/commands/cmd_telemetry.cpp
  • src/commands/cmd_tool.cpp
  • src/commands/cmd_tts.cpp
  • src/commands/cmd_usage.cpp
  • src/commands/cmd_vad.cpp
  • src/commands/cmd_version.cpp
  • src/commands/cmd_voice.cpp
  • src/commands/commands.h
  • src/commands/engine_options.cpp
  • src/commands/engine_options.h
  • src/commands/model_labels.h
  • src/commands/model_setup.cpp
  • src/commands/model_setup.h
  • src/config/cli_paths.cpp
  • src/config/cli_paths.h
  • src/desktop/claude_profile.cpp
  • src/desktop/claude_profile.h
  • src/device_info.cpp
  • src/device_info.h
  • src/harness/harness.cpp
  • src/harness/harness.h
  • src/harness/local_models.cpp
  • src/harness/local_models.h
  • src/harness/opencode.cpp
  • src/harness/opencode.h
  • src/ide/jetbrains_profile.cpp
  • src/ide/jetbrains_profile.h
  • src/ide/openai_proxy.cpp
  • src/ide/openai_proxy.h
  • src/io/image_io.cpp
  • src/io/image_io.h
  • src/io/output.cpp
  • src/io/output.h
  • src/io/proto.h
  • src/io/wav_io.cpp
  • src/io/wav_io.h
  • src/main.cpp
  • src/net/control_plane.cpp
  • src/net/control_plane.h
  • src/progress/progress_bar.cpp
  • src/progress/progress_bar.h
  • src/repl/repl.cpp
  • src/repl/repl.h
  • src/util/term.cpp
  • src/util/term.h
  • src/windows_proto_compat.h
  • swift/Package.swift
  • swift/Sources/CRCLIApp/include/app.h
  • swift/Sources/CWallyApp/include/app.h
  • swift/Sources/CWallyApp/metal_anchor.m
  • swift/Sources/CWallyApp/shim.c
  • swift/Sources/RCLIMLX/RCLIMLX.swift
  • swift/Sources/WallyMLX/WallyMLX.swift
  • tests/CMakeLists.txt
  • tests/test_account_cli.py
  • tests/test_release_assets.py
  • tests/test_wally_account.cpp
  • tests/test_wally_harness.cpp
  • tests/test_wally_mlx_e2e.cpp
  • tests/test_wally_opencode.cpp
  • tests/test_wally_segment.cpp
  • tests/test_wally_telemetry_live.cpp
  • tests/test_wally_unit.cpp

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Siddhesh2377

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown
⚠️ Action not completed

Review skipped: 151 files exceed the limit of 150.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant