feat(web): rewrite subagent conversations for FIFO activation
This commit is contained in:
@@ -11,11 +11,10 @@
|
||||
import type { ClientContext, SessionId } from '@deepseek-ai/dsh-client-runtime/client'
|
||||
|
||||
/**
|
||||
* The provider-facing projection of one client session. Client sessions are
|
||||
* always agent-backed — the host births Session+Agent+cwd together and the
|
||||
* client only creates scopes for materialized sessions — so the projection
|
||||
* carries the stable session identity alone: sources address every RPC by
|
||||
* `sessionId` with no capability discrimination.
|
||||
* The provider-facing projection of one client session. It carries stable
|
||||
* identity alone; a source that calls Agent-bound RPCs must consult its own
|
||||
* service's capability state because an addressed persisted subagent may
|
||||
* have a client scope without a live Host Agent.
|
||||
*/
|
||||
export interface ClientSessionContext {
|
||||
readonly sessionId: SessionId
|
||||
|
||||
Reference in New Issue
Block a user