opencode-gitlab-dap 1.4.0 → 1.4.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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4622,7 +4622,7 @@ var plugin = async (input) => {
|
|
|
4622
4622
|
`The tool blocks automatically while status is CREATED (up to 2 minutes).`,
|
|
4623
4623
|
`Once it returns, report:`,
|
|
4624
4624
|
`- The workflow status (RUNNING, FINISHED, FAILED, etc.)`,
|
|
4625
|
-
`- The workflow URL: ${projectUrl}/-/
|
|
4625
|
+
`- The workflow URL: ${projectUrl}/-/automate/agent-sessions/<workflow_id>`,
|
|
4626
4626
|
`- A brief summary of what was executed`,
|
|
4627
4627
|
`Then stop. Do NOT keep polling. The user can follow the flow execution in the GitLab UI.`
|
|
4628
4628
|
].join("\n");
|