You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove redundant tempConfig creation
- Parse CLI args once with parseBaseRuntimeArgs
- Extract syncUrl and authToken directly from parsed config
- Pass adapter explicitly to PyodideRuntimeAgent
- Add proper error handling for missing auth token
This eliminates the silly pattern of parsing Deno.args twice.
0 commit comments