oh-my-claudecode-opencode 0.5.2 → 0.5.3

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -20830,7 +20830,7 @@ async function loadAllAgents(directory) {
20830
20830
  }
20831
20831
  function getAgentsDirectory() {
20832
20832
  const currentFile = fileURLToPath(import.meta.url);
20833
- const projectRoot = join2(dirname(currentFile), "..", "..");
20833
+ const projectRoot = join2(dirname(currentFile), "..");
20834
20834
  return join2(projectRoot, "assets", "agents");
20835
20835
  }
20836
20836
 
@@ -34441,7 +34441,7 @@ function loadAllSkills(directory) {
34441
34441
 
34442
34442
  // src/skills/index.ts
34443
34443
  var __dirname2 = dirname2(fileURLToPath2(import.meta.url));
34444
- var SKILLS_DIR = join4(__dirname2, "../../assets/skills");
34444
+ var SKILLS_DIR = join4(__dirname2, "../assets/skills");
34445
34445
  var skillsCache = null;
34446
34446
  function getSkillsCache() {
34447
34447
  if (!skillsCache) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-claudecode-opencode",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "OpenCode port of oh-my-claudecode - Multi-agent orchestration plugin (omco)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",