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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. 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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-orchestrator",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "6-Agent collaborative architecture for OpenCode - Make any model reliable",
5
5
  "author": "agnusdei1207",
6
6
  "license": "MIT",