feat(credentials): add JSON5 credential system

This commit is contained in:
Jiayuan 2026-02-01 02:28:27 +08:00
parent b1d80f29ae
commit 3ee8946e29
10 changed files with 454 additions and 110 deletions

View file

@ -32,6 +32,7 @@ async function build() {
{ entry: "src/agent/cli/interactive.ts", outfile: "bin/multica-interactive.mjs" },
{ entry: "src/agent/cli/non-interactive.ts", outfile: "bin/multica-cli.mjs" },
{ entry: "src/agent/cli/profile.ts", outfile: "bin/multica-profile.mjs" },
{ entry: "src/agent/credentials-cli.ts", outfile: "bin/multica-credentials.mjs" },
];
for (const { entry, outfile } of entryPoints) {