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.js CHANGED
@@ -4588,7 +4588,7 @@ var plugin = async (input) => {
4588
4588
  `The tool blocks automatically while status is CREATED (up to 2 minutes).`,
4589
4589
  `Once it returns, report:`,
4590
4590
  `- The workflow status (RUNNING, FINISHED, FAILED, etc.)`,
4591
- `- The workflow URL: ${projectUrl}/-/duo_workflows/<workflow_id>`,
4591
+ `- The workflow URL: ${projectUrl}/-/automate/agent-sessions/<workflow_id>`,
4592
4592
  `- A brief summary of what was executed`,
4593
4593
  `Then stop. Do NOT keep polling. The user can follow the flow execution in the GitLab UI.`
4594
4594
  ].join("\n");