feat: add FastGPT debug session integration#465
Open
FinleyGe wants to merge 1 commit into
Open
Conversation
|
Build Successful - Preview Server image for this PR: Time: 2026-06-15 12:54:08 (UTC+8) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--connectflow that uses scoped connection info instead of gateway global secretsdebug:tmbId:{tmbId}:session:{debugSessionId}Validation
pnpm exec tsc --noEmit --pretty false --incremental falsepnpm exec eslint apps/server/src/routes/debug-session.route.ts apps/server/main.ts apps/server/src/deps.ts apps/cli/src/commands/debug.ts apps/cli/src/debug/gateway.ts apps/cli/src/commands/debug.spec.ts apps/cli/src/debug/gateway.spec.ts apps/connection-gateway/src/routes.ts packages/domain/src/ports/connection-gateway/session-registry.port.ts packages/domain/src/ports/plugin/plugin-debug-session.port.ts packages/domain/src/ports/plugin/plugin-runtime-manager.port.ts packages/domain/src/value-objects/plugin-debug-session.vo.ts packages/domain/src/value-objects/plugin-debug-session.vo.test.ts packages/interface-adapter/src/contracts/dto/connection-gateway.dto.ts packages/interface-adapter/src/contracts/dto/plugin-debug-session.dto.ts packages/interface-adapter/src/contracts/route/plugin-debug-session.contract.ts packages/infrastructure/src/connection-gateway/service.ts packages/infrastructure/src/connection-gateway/service.test.ts packages/infrastructure/src/connection-gateway/session-registry.ts packages/infrastructure/src/env/index.ts packages/infrastructure/src/plugin/debug-session.repo.ts packages/infrastructure/src/plugin/debug-session.repo.test.ts packages/infrastructure/src/plugin/tool.impl.ts packages/infrastructure/src/plugin/plugin-runtime/drivers/connection-gateway/debug-runtime.driver.ts packages/infrastructure/src/plugin/plugin-runtime/drivers/connection-gateway/debug-runtime.driver.test.tspnpm exec vitest run packages/domain/src/value-objects/plugin-debug-session.vo.test.ts packages/infrastructure/src/plugin/debug-session.repo.test.ts packages/infrastructure/src/connection-gateway/service.test.ts packages/infrastructure/src/plugin/plugin-runtime/drivers/connection-gateway/debug-runtime.driver.test.ts --pool=forksgit diff --checkpnpm build:serverpnpm build:connection-gatewayNotes: Vitest still prints the existing missing
.env.test/.env.test.localwarnings. Build still prints the existing protobufjs direct eval warning.