[PR #11] fix(stdlib): remove unused Transport type and transport variable #11

Open
opened 2026-02-15 18:15:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/lobster/pull/11
Author: @sfo2001
Created: 2/15/2026
Status: 🔄 Open

Base: mainHead: fix/lint-unused-transport


📝 Commits (1)

  • 671dcd6 fix(stdlib): remove unused Transport type and transport variable

📊 Changes

1 file changed (+0 additions, -3 deletions)

View changed files

📝 src/commands/stdlib/llm_task_invoke.ts (+0 -3)

📄 Description

Summary

  • Dead code left over from the clawd-only refactor in 5679042.
  • Remove dead Transport type alias and transport variable in llm_task_invoke.ts
  • Left over from the clawd-only refactor in 5679042, causes oxlint no-unused-vars error

Test plan

  • pnpm build passes
  • pnpm lint passes (0 warnings, 0 errors)
  • Existing llm_task.invoke tests still pass

Use of AI


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/lobster/pull/11 **Author:** [@sfo2001](https://github.com/sfo2001) **Created:** 2/15/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/lint-unused-transport` --- ### 📝 Commits (1) - [`671dcd6`](https://github.com/openclaw/lobster/commit/671dcd66b39ddfb8ba690e0d8571ca140efbcc75) fix(stdlib): remove unused Transport type and transport variable ### 📊 Changes **1 file changed** (+0 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/commands/stdlib/llm_task_invoke.ts` (+0 -3) </details> ### 📄 Description ## Summary - Dead code left over from the clawd-only refactor in 5679042. - Remove dead `Transport` type alias and `transport` variable in `llm_task_invoke.ts` - Left over from the clawd-only refactor in 5679042, causes `oxlint` `no-unused-vars` error ## Test plan - [x] `pnpm build` passes - [x] `pnpm lint` passes (0 warnings, 0 errors) - [x] Existing `llm_task.invoke` tests still pass ## Use of AI - Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:15:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/lobster#11