chore(api-server): use terminalLink for route names in lambdaLoader output#1644
Conversation
👷 Deploy request for cedarjs pending review.Visit the deploys page to approve it
|
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many -t build:pack --exclude create-ceda... |
✅ Succeeded | 3s | View ↗ |
nx run-many -t build |
✅ Succeeded | 3m 7s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-04-29 07:29:14 UTC
Greptile SummaryThis PR implements the TODO in Confidence Score: 5/5Safe to merge — small, well-scoped change with no logic impact beyond improved DX logging No functional regressions: the change only affects a dev-server console.log line. pathToFileURL is used correctly (matching the existing pattern on line 56), package is added to the right dependency section, and the termi-link named-export API is consistent with every other usage in the monorepo. The implementation-docs remain accurate. No files require special attention Important Files Changed
Reviews (7): Last reviewed commit: "chore(api-server): use terminalLink for ..." | Re-trigger Greptile |
e1815e3 to
d774ce7
Compare
d48e613 to
067e4f9
Compare
067e4f9 to
9f64784
Compare
|
The changes in this PR are now available on npm. Try them out by running Or try it in a new app with |

Closes #1638
Wraps the route name logged at dev-server startup in a
terminalLinkhyperlink pointing to the lambda source file (file://URL), so developers can cmd-click to open it directly in supporting terminals (iTerm2, Warp, Windows Terminal). Falls back to plain text elsewhere.Changes:
packages/api-server/src/plugins/lambdaLoader.ts— importterminalLinkand wrap the route namepackages/api-server/package.json— addtermi-link: 1.1.0dependency (matches version used across the monorepo)yarn.lock— updated🤖 Generated with Claude Code