mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
feat: enhanced Code Context and Project Summary Features (#1191)
* fix: docker prod env variable fix * lint and typecheck * removed hardcoded tag * better summary generation * improved summary generation for context optimization * remove think tags from the generation
This commit is contained in:
@@ -11,6 +11,8 @@ export type ContextAnnotation =
|
||||
|
||||
export type ProgressAnnotation = {
|
||||
type: 'progress';
|
||||
value: number;
|
||||
label: string;
|
||||
status: 'in-progress' | 'complete';
|
||||
order: number;
|
||||
message: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user