fix: 防止goal状态丢失
This commit is contained in:
parent
1d209db059
commit
6531a300b5
|
|
@ -3205,6 +3205,8 @@ const METADATA_TYPE_MARKERS = [
|
|||
'"type":"agent-setting"',
|
||||
'"type":"mode"',
|
||||
'"type":"worktree-state"',
|
||||
'"type":"goal"',
|
||||
'"type":"goal-cleared"',
|
||||
'"type":"pr-link"',
|
||||
]
|
||||
const METADATA_MARKER_BUFS = METADATA_TYPE_MARKERS.map(m => Buffer.from(m))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user