opencode-gitlab-dap 1.16.1 → 1.16.2
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4026,8 +4026,8 @@ var z6 = import_plugin6.tool.schema;
|
|
|
4026
4026
|
var PREFIX2 = "agents";
|
|
4027
4027
|
var SKILLS_PREFIX = `${PREFIX2}/skills`;
|
|
4028
4028
|
var DRAFTS_PREFIX = `${PREFIX2}/skills-drafts`;
|
|
4029
|
-
var SKILLS_INDEX = `${SKILLS_PREFIX}/
|
|
4030
|
-
var DRAFTS_INDEX = `${DRAFTS_PREFIX}/
|
|
4029
|
+
var SKILLS_INDEX = `${SKILLS_PREFIX}/_registry`;
|
|
4030
|
+
var DRAFTS_INDEX = `${DRAFTS_PREFIX}/_registry`;
|
|
4031
4031
|
var PROJECT_ID_DESC2 = "Project path from git remote";
|
|
4032
4032
|
function resolveScope2(args) {
|
|
4033
4033
|
if (args.scope === "groups" && args.group_id) {
|