opencode-orchestrator 0.1.33 → 0.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12974,7 +12974,8 @@ var OrchestratorPlugin = async (input) => {
|
|
|
12974
12974
|
for (const [name, cmd] of Object.entries(COMMANDS)) {
|
|
12975
12975
|
orchestratorCommands[name] = {
|
|
12976
12976
|
description: cmd.description,
|
|
12977
|
-
template: cmd.template
|
|
12977
|
+
template: cmd.template,
|
|
12978
|
+
argumentHint: cmd.argumentHint
|
|
12978
12979
|
};
|
|
12979
12980
|
}
|
|
12980
12981
|
config2.command = {
|