mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-11 06:30:25 +00:00
rename artifact names to openworker: desktop/server binaries, console scripts, npm package
The Python import namespace (coworker) and the live auth config strings are intentionally unchanged.
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ from .secrets import state_dir
|
||||
def main(argv: Optional[list[str]] = None) -> None:
|
||||
cfg = load_config()
|
||||
parser = argparse.ArgumentParser(
|
||||
prog="coworker", description="Agent coworker (TUI)."
|
||||
prog="openworker", description="Agent coworker (TUI)."
|
||||
)
|
||||
parser.add_argument(
|
||||
"skill", nargs="?", default="code", help="skill to launch (default: code)"
|
||||
|
||||
Reference in New Issue
Block a user