helloagents 3.0.37 → 3.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,10 +15,7 @@ export function getTargetPlans(snapshot) {
15
15
  }
16
16
 
17
17
  function describeStateLabel(state) {
18
- if (state.stateSessionMode === 'default') {
19
- return '当前工作区默认位置的状态文件'
20
- }
21
- return '当前会话的状态文件'
18
+ return '当前工作区状态文件'
22
19
  }
23
20
 
24
21
  export function classifyPlan(plan) {
@@ -188,7 +188,7 @@ export function readStateSnapshot(cwd, options = {}) {
188
188
  stateSessionToken: stateScope.stateSessionToken,
189
189
  stateSessionMode: stateScope.stateSessionMode,
190
190
  stateWorkspace: stateScope.stateWorkspace,
191
- sessionScoped: stateScope.stateScope === 'session',
191
+ sessionScoped: true,
192
192
  exists,
193
193
  content,
194
194
  sections,