conductor-oss-native-linux-x64 0.42.0 → 0.43.0
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/README.md +2 -1
- package/bin/conductor +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,6 +83,7 @@ Conductor ships adapters for the major coding CLIs it knows how to discover, lau
|
|
|
83
83
|
| Gemini | `gemini` |
|
|
84
84
|
| Qwen Code | `qwen` |
|
|
85
85
|
| Amp | `amp` |
|
|
86
|
+
| Hermes | `hermes` |
|
|
86
87
|
| Cursor CLI | `cursor-agent` |
|
|
87
88
|
| OpenCode | `opencode` |
|
|
88
89
|
| Droid | `droid` |
|
|
@@ -91,7 +92,7 @@ Conductor ships adapters for the major coding CLIs it knows how to discover, lau
|
|
|
91
92
|
|
|
92
93
|
## Skills
|
|
93
94
|
|
|
94
|
-
The dashboard includes a Skills tab for each session. It can install curated official skill bundles for Claude Code, Codex, Gemini, Amp, Cursor CLI, OpenCode, Droid, Qwen Code, CCR, and GitHub Copilot.
|
|
95
|
+
The dashboard includes a Skills tab for each session. It can install curated official skill bundles for Claude Code, Codex, Gemini, Amp, Hermes, Cursor CLI, OpenCode, Droid, Qwen Code, CCR, and GitHub Copilot.
|
|
95
96
|
|
|
96
97
|
Skills are mapped to each agent's native folder layout, so user-scoped and workspace-scoped installs land in the right place automatically. The backend also detects custom skill folders already present on the machine and lets you activate or deactivate skills for the current session.
|
|
97
98
|
|
package/bin/conductor
CHANGED
|
Binary file
|