René's URL Explorer Experiment


Title: fix: honor HTTP_PROXY / HTTPS_PROXY / NO_PROXY env vars (#35) by XXPermanentXX · Pull Request #51 · modelstudioai/cli · GitHub

Open Graph Title: fix: honor HTTP_PROXY / HTTPS_PROXY / NO_PROXY env vars (#35) by XXPermanentXX · Pull Request #51 · modelstudioai/cli

X Title: fix: honor HTTP_PROXY / HTTPS_PROXY / NO_PROXY env vars (#35) by XXPermanentXX · Pull Request #51 · modelstudioai/cli

Description: Summary Fixes #35 — running bl behind a VPN / corporate proxy failed with ECONNRESET: Client network socket disconnected before secure TLS connection was established. Root cause: Node's built-in fetch (undici) does not read proxy environment variables, so the CLI always connected directly, bypassing the local proxy and getting blocked. Fix: at startup, install an EnvHttpProxyAgent as the global undici dispatcher — but only when HTTP_PROXY / HTTPS_PROXY is actually set. When no proxy variable is configured, the global dispatcher is untouched and behavior is exactly as before. export HTTPS_PROXY=http://127.0.0.1:7890 bl app list # now routes through the proxy Changes packages/cli/src/proxy.ts (new): readProxyEnv() + setupProxyFromEnv(). Lowercase variables take precedence over uppercase (curl convention); NO_PROXY is supported. Values are trimmed and passed explicitly to work around undici reading env vars with ??, where an empty lowercase variable (https_proxy="") masks a configured uppercase one. An invalid proxy URL fails with a clear Invalid proxy configuration: … error (plus hint) instead of a raw stack trace. packages/cli/src/main.ts: call setupProxyFromEnv() at module top level, before any fetch is issued (including update-checker / telemetry). packages/cli/src/error-handler.ts: the ECONNRESET hint now suggests export HTTPS_PROXY=… for VPN / corporate-proxy users. undici added as an explicit dependency (catalog ^8.4.1). Tests (fully offline, no credentials required) tests/proxy.test.ts: readProxyEnv parsing — unset/blank handling, lowercase precedence, empty-string-masking regression, NO_PROXY. tests/e2e/proxy.e2e.test.ts: runs a minimal probe script (setupProxyFromEnv() + a bare fetch()) against a .invalid host through a local CONNECT proxy. It does not drive any CLI command, so it needs no api key / access token — consistent with the existing e2e design. Verifies: with HTTPS_PROXY set, the bare fetch tunnels through the proxy (CONNECT to the target host); empty lowercase https_proxy does not mask HTTPS_PROXY; NO_PROXY match keeps the request direct; with no proxy vars set, the proxy receives zero traffic (no behavior change); an invalid proxy URL produces a clear error message. All proxy tests pass under a simulated CI environment (empty HOME, no credentials). Note Supersedes #50, which had a tangled commit history. This branch is rebuilt cleanly on top of main. The version bump / CHANGELOG for the release are intentionally left out and will go in a separate PR. Also includes two small unrelated cleanups as separate commits: a video-ref r2v e2e prompt tweak, and removing the machine-local .claude/scheduled_tasks.lock from version control.

Open Graph Description: Summary Fixes #35 — running bl behind a VPN / corporate proxy failed with ECONNRESET: Client network socket disconnected before secure TLS connection was established. Root cause: Node's built-i...

X Description: Summary Fixes #35 — running bl behind a VPN / corporate proxy failed with ECONNRESET: Client network socket disconnected before secure TLS connection was established. Root cause: Node's bui...

Opengraph URL: https://github.com/modelstudioai/cli/pull/51

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:e71db66d-0dd7-69f0-4288-c080f562d96f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9156:215443:8B813B:BADB85:6A53113D
html-safe-nonce7bbf005a99954c5ffe369a2a3d90a422a7e7ca9395b51a2643ceeec31e1a2e02
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MTU2OjIxNTQ0Mzo4QjgxM0I6QkFEQjg1OjZBNTMxMTNEIiwidmlzaXRvcl9pZCI6IjEwMjQ1NDc5NjYxNjAxNDY3NTAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacc1d094de6b33eb3303e03b549f8ad7f4307a5cb8e1e9243ca898fd79e2777b3f
hovercard-subject-tagpull_request:3852800955
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/modelstudioai/cli/pull/51/files
twitter:imagehttps://avatars.githubusercontent.com/u/92624196?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/92624196?s=400&v=4
og:image:altSummary Fixes #35 — running bl behind a VPN / corporate proxy failed with ECONNRESET: Client network socket disconnected before secure TLS connection was established. Root cause: Node's built-i...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/modelstudioai/cli git https://github.com/modelstudioai/cli.git
octolytics-dimension-user_id283556804
octolytics-dimension-user_loginmodelstudioai
octolytics-dimension-repository_id1251875798
octolytics-dimension-repository_nwomodelstudioai/cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1251875798
octolytics-dimension-repository_network_root_nwomodelstudioai/cli
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelstudioai/cli/pull/51/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fcli%2Fpull%2F51%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fcli%2Fpull%2F51%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=modelstudioai%2Fcli
Reloadhttps://github.com/modelstudioai/cli/pull/51/files
Reloadhttps://github.com/modelstudioai/cli/pull/51/files
Reloadhttps://github.com/modelstudioai/cli/pull/51/files
Please reload this pagehttps://github.com/modelstudioai/cli/pull/51/files
modelstudioai https://github.com/modelstudioai
clihttps://github.com/modelstudioai/cli
Notifications https://github.com/login?return_to=%2Fmodelstudioai%2Fcli
Fork 18 https://github.com/login?return_to=%2Fmodelstudioai%2Fcli
Star 268 https://github.com/login?return_to=%2Fmodelstudioai%2Fcli
Code https://github.com/modelstudioai/cli
Issues 1 https://github.com/modelstudioai/cli/issues
Pull requests 3 https://github.com/modelstudioai/cli/pulls
Discussions https://github.com/modelstudioai/cli/discussions
Actions https://github.com/modelstudioai/cli/actions
Projects https://github.com/modelstudioai/cli/projects
Security and quality 0 https://github.com/modelstudioai/cli/security
Insights https://github.com/modelstudioai/cli/pulse
Code https://github.com/modelstudioai/cli
Issues https://github.com/modelstudioai/cli/issues
Pull requests https://github.com/modelstudioai/cli/pulls
Discussions https://github.com/modelstudioai/cli/discussions
Actions https://github.com/modelstudioai/cli/actions
Projects https://github.com/modelstudioai/cli/projects
Security and quality https://github.com/modelstudioai/cli/security
Insights https://github.com/modelstudioai/cli/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmodelstudioai%2Fcli%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmodelstudioai%2Fcli%2Fissues%2Fnew%2Fchoose
XXPermanentXXhttps://github.com/XXPermanentXX
mainhttps://github.com/modelstudioai/cli/tree/main
fix/proxy-env-support-v2https://github.com/modelstudioai/cli/tree/fix/proxy-env-support-v2
Conversation 0 https://github.com/modelstudioai/cli/pull/51
Commits 5 https://github.com/modelstudioai/cli/pull/51/commits
Checks 1 https://github.com/modelstudioai/cli/pull/51/checks
Files changed https://github.com/modelstudioai/cli/pull/51/files
Please reload this pagehttps://github.com/modelstudioai/cli/pull/51/files
fix: honor HTTP_PROXY / HTTPS_PROXY / NO_PROXY env vars (#35) https://github.com/modelstudioai/cli/pull/51/files#top
Show all changes 5 commits https://github.com/modelstudioai/cli/pull/51/files
8a0de83 fix: honor HTTP_PROXY / HTTPS_PROXY / NO_PROXY env vars (#35) XXPermanentXX Jun 12, 2026 https://github.com/modelstudioai/cli/pull/51/commits/8a0de83c24f1bc171ab6943e18002ebf09d4cae7
d5fb2bf test: use leaf image prompt in video-ref r2v e2e XXPermanentXX Jun 12, 2026 https://github.com/modelstudioai/cli/pull/51/commits/d5fb2bfaf8ddd6ae3cda7f1d950080bf1f46d7cc
cc63e1e chore: stop tracking .claude/scheduled_tasks.lock XXPermanentXX Jun 12, 2026 https://github.com/modelstudioai/cli/pull/51/commits/cc63e1ec3c4844aa01aded5773285d9e161fc407
ada7ed3 Merge remote-tracking branch 'origin/main' into fix/proxy-env-support-v2 XXPermanentXX Jun 12, 2026 https://github.com/modelstudioai/cli/pull/51/commits/ada7ed32fb6a60dae1e290aca5cd1ed2cc94f72e
d36bc5a chore: release 1.3.1 XXPermanentXX Jun 12, 2026 https://github.com/modelstudioai/cli/pull/51/commits/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d
Clear filters https://github.com/modelstudioai/cli/pull/51/files
Please reload this pagehttps://github.com/modelstudioai/cli/pull/51/files
Please reload this pagehttps://github.com/modelstudioai/cli/pull/51/files
scheduled_tasks.lock https://github.com/modelstudioai/cli/pull/51/files#diff-f104b7a921e5464e2dc993462e5027503f53015ed6cc9b776f11d7c208fc9b3f
.gitignore https://github.com/modelstudioai/cli/pull/51/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
CHANGELOG.md https://github.com/modelstudioai/cli/pull/51/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
CHANGELOG.zh.md https://github.com/modelstudioai/cli/pull/51/files#diff-ac5582bbbe888a936f2afb0c0752e417687edcd612d08238c95cb927a293ce5b
package.json https://github.com/modelstudioai/cli/pull/51/files#diff-6e2e2a1851648938b325ba84de634407a4e69a644ea61102df15ca4a8a7a9758
error-handler.ts https://github.com/modelstudioai/cli/pull/51/files#diff-20bf59c70f7c047bf8850af70f7aa1acb99f4a6430ae9047fec7f8ca64db4f2c
main.ts https://github.com/modelstudioai/cli/pull/51/files#diff-79567c60a701dd642531b599dee81fc4b0829920af74fd352277f88f65693527
proxy.ts https://github.com/modelstudioai/cli/pull/51/files#diff-5d4b5473c54ed3c81fba04d2bb82bab1e4294ee54f76969ab7bf6b59a0617310
proxy.e2e.test.ts https://github.com/modelstudioai/cli/pull/51/files#diff-d17971d7197f6f3c8b386c0fb403a76cfdbea5bae4eaf7ff32329fa06cdbb05c
video-ref-r2v.e2e.test.ts https://github.com/modelstudioai/cli/pull/51/files#diff-bc80a452f05d7ffb79d10cdacda92ff95cdd6fcc13cd8b92ab5fd6f673df0735
proxy.test.ts https://github.com/modelstudioai/cli/pull/51/files#diff-f2ce35d4ec06dee7722beabd5bfcc1b7ce5eab3a753914357dbc9f59829b2ba0
package.json https://github.com/modelstudioai/cli/pull/51/files#diff-0b810c38f3c138a3d5e44854edefd5eb966617ca84e62f06511f60acc40546c7
pnpm-lock.yaml https://github.com/modelstudioai/cli/pull/51/files#diff-32824c984905bb02bc7ffcef96a77addd1f1602cff71a11fbbfdd7f53ee026bb
pnpm-workspace.yaml https://github.com/modelstudioai/cli/pull/51/files#diff-18ae0a0fab29a7db7aded913fd05f30a2c8f6c104fadae86c9d217091709794c
SKILL.md https://github.com/modelstudioai/cli/pull/51/files#diff-00607897fac8970b10be76b5da7c708b32d08a4fca5b470b076088e0b1a42e3b
.claude/scheduled_tasks.lockhttps://github.com/modelstudioai/cli/pull/51/files#diff-f104b7a921e5464e2dc993462e5027503f53015ed6cc9b776f11d7c208fc9b3f
View file https://github.com/modelstudioai/cli/blob/7c1be390675039b1303ceabbbd5ae982fa72ca12/.claude/scheduled_tasks.lock
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/modelstudioai/cli/pull/51/files
.gitignorehttps://github.com/modelstudioai/cli/pull/51/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/.gitignore
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
https://github.com/modelstudioai/cli/pull/51/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
https://github.com/modelstudioai/cli/pull/51/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947
CHANGELOG.mdhttps://github.com/modelstudioai/cli/pull/51/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/CHANGELOG.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
https://github.com/modelstudioai/cli/pull/51/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
https://github.com/modelstudioai/cli/pull/51/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
CHANGELOG.zh.mdhttps://github.com/modelstudioai/cli/pull/51/files#diff-ac5582bbbe888a936f2afb0c0752e417687edcd612d08238c95cb927a293ce5b
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/CHANGELOG.zh.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
https://github.com/modelstudioai/cli/pull/51/files#diff-ac5582bbbe888a936f2afb0c0752e417687edcd612d08238c95cb927a293ce5b
https://github.com/modelstudioai/cli/pull/51/files#diff-ac5582bbbe888a936f2afb0c0752e417687edcd612d08238c95cb927a293ce5b
packages/cli/package.jsonhttps://github.com/modelstudioai/cli/pull/51/files#diff-6e2e2a1851648938b325ba84de634407a4e69a644ea61102df15ca4a8a7a9758
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/packages/cli/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
https://github.com/modelstudioai/cli/pull/51/files#diff-6e2e2a1851648938b325ba84de634407a4e69a644ea61102df15ca4a8a7a9758
https://github.com/modelstudioai/cli/pull/51/files#diff-6e2e2a1851648938b325ba84de634407a4e69a644ea61102df15ca4a8a7a9758
https://github.com/modelstudioai/cli/pull/51/files#diff-6e2e2a1851648938b325ba84de634407a4e69a644ea61102df15ca4a8a7a9758
packages/cli/src/error-handler.tshttps://github.com/modelstudioai/cli/pull/51/files#diff-20bf59c70f7c047bf8850af70f7aa1acb99f4a6430ae9047fec7f8ca64db4f2c
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/packages/cli/src/error-handler.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
https://github.com/modelstudioai/cli/pull/51/files#diff-20bf59c70f7c047bf8850af70f7aa1acb99f4a6430ae9047fec7f8ca64db4f2c
https://github.com/modelstudioai/cli/pull/51/files#diff-20bf59c70f7c047bf8850af70f7aa1acb99f4a6430ae9047fec7f8ca64db4f2c
packages/cli/src/main.tshttps://github.com/modelstudioai/cli/pull/51/files#diff-79567c60a701dd642531b599dee81fc4b0829920af74fd352277f88f65693527
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/packages/cli/src/main.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
https://github.com/modelstudioai/cli/pull/51/files#diff-79567c60a701dd642531b599dee81fc4b0829920af74fd352277f88f65693527
https://github.com/modelstudioai/cli/pull/51/files#diff-79567c60a701dd642531b599dee81fc4b0829920af74fd352277f88f65693527
https://github.com/modelstudioai/cli/pull/51/files#diff-79567c60a701dd642531b599dee81fc4b0829920af74fd352277f88f65693527
packages/cli/src/proxy.tshttps://github.com/modelstudioai/cli/pull/51/files#diff-5d4b5473c54ed3c81fba04d2bb82bab1e4294ee54f76969ab7bf6b59a0617310
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/packages/cli/src/proxy.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
packages/cli/tests/e2e/proxy.e2e.test.tshttps://github.com/modelstudioai/cli/pull/51/files#diff-d17971d7197f6f3c8b386c0fb403a76cfdbea5bae4eaf7ff32329fa06cdbb05c
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/packages/cli/tests/e2e/proxy.e2e.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
packages/cli/tests/e2e/video-ref-r2v.e2e.test.tshttps://github.com/modelstudioai/cli/pull/51/files#diff-bc80a452f05d7ffb79d10cdacda92ff95cdd6fcc13cd8b92ab5fd6f673df0735
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/packages/cli/tests/e2e/video-ref-r2v.e2e.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
https://github.com/modelstudioai/cli/pull/51/files#diff-bc80a452f05d7ffb79d10cdacda92ff95cdd6fcc13cd8b92ab5fd6f673df0735
https://github.com/modelstudioai/cli/pull/51/files#diff-bc80a452f05d7ffb79d10cdacda92ff95cdd6fcc13cd8b92ab5fd6f673df0735
packages/cli/tests/proxy.test.tshttps://github.com/modelstudioai/cli/pull/51/files#diff-f2ce35d4ec06dee7722beabd5bfcc1b7ce5eab3a753914357dbc9f59829b2ba0
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/packages/cli/tests/proxy.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
packages/core/package.jsonhttps://github.com/modelstudioai/cli/pull/51/files#diff-0b810c38f3c138a3d5e44854edefd5eb966617ca84e62f06511f60acc40546c7
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/packages/core/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
https://github.com/modelstudioai/cli/pull/51/files#diff-0b810c38f3c138a3d5e44854edefd5eb966617ca84e62f06511f60acc40546c7
pnpm-lock.yamlhttps://github.com/modelstudioai/cli/pull/51/files#diff-32824c984905bb02bc7ffcef96a77addd1f1602cff71a11fbbfdd7f53ee026bb
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/pnpm-lock.yaml
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/modelstudioai/cli/pull/51/files
pnpm-workspace.yamlhttps://github.com/modelstudioai/cli/pull/51/files#diff-18ae0a0fab29a7db7aded913fd05f30a2c8f6c104fadae86c9d217091709794c
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/pnpm-workspace.yaml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
https://github.com/modelstudioai/cli/pull/51/files#diff-18ae0a0fab29a7db7aded913fd05f30a2c8f6c104fadae86c9d217091709794c
https://github.com/modelstudioai/cli/pull/51/files#diff-18ae0a0fab29a7db7aded913fd05f30a2c8f6c104fadae86c9d217091709794c
skills/bailian-cli/SKILL.mdhttps://github.com/modelstudioai/cli/pull/51/files#diff-00607897fac8970b10be76b5da7c708b32d08a4fca5b470b076088e0b1a42e3b
View file https://github.com/modelstudioai/cli/blob/d36bc5a82f26519f9a6324592e7ac3a45ad1ae2d/skills/bailian-cli/SKILL.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelstudioai/cli/pull/51/{{ revealButtonHref }}
https://github.com/modelstudioai/cli/pull/51/files#diff-00607897fac8970b10be76b5da7c708b32d08a4fca5b470b076088e0b1a42e3b
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.