forked from bai/curriculum-project-hub
fix(hub): resume Claude SDK sessions
This commit is contained in:
@@ -29,8 +29,8 @@ export interface RoleEntry {
|
||||
readonly defaultModel: string | undefined;
|
||||
/**
|
||||
* System prompt seeding the agent's persona/instructions. Prepended to the
|
||||
* run's messages only at session start (resume reads it from the transcript,
|
||||
* see runner.ts). `undefined` ⇒ no system prompt (bare run).
|
||||
* run's messages only at session start; Claude SDK resume restores later
|
||||
* turns from the provider session. `undefined` ⇒ no system prompt (bare run).
|
||||
*/
|
||||
readonly systemPrompt?: string | undefined;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user