-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Code Composer Studio Theia
-
CCSNXT-3529
-
-
CCS_21.0.0
-
CCS_21.1.0
-
None
File links generated by Claude Code's AI agent in CCS opens in an external browser with an error.
AI generates file reference links like http://<uuid>.webview.localhost:<port>/webview/file.c#L397-L398
Clicking them opens an external browser (often showing "Forbidden" error) in addition to jumping to the file in the CCS editor. In some scenarios, only the external browser is opened (with error) and the file is not opened in the editor at all.
File links are rendered as plain HTML anchors (<a href="http://...">) instead of being routed through Theia's internal IDE navigation API.
They need to use Theia's webview messaging (postMessage) to trigger the editor's "open file at range" command, like Codex does.
Codex agent works correctly (opens file + no browser page).