feat(research): Enhance research command with follow-up menu, save functionality, and fix ContextGatherer token counting

This commit is contained in:
Eyal Toledano
2025-06-13 15:54:21 -04:00
parent 92234323d7
commit a047886910
12 changed files with 1383 additions and 19 deletions

View File

@@ -32,7 +32,7 @@
"defaultTag": "master"
},
"tags": {
"enabledGitworkflow": false,
"autoSwitchTagWithBranch": false
"enabledGitworkflow": true,
"autoSwitchTagWithBranch": true
}
}

View File

@@ -1,6 +1,8 @@
{
"currentTag": "master",
"lastSwitched": "2025-06-13T15:17:22.946Z",
"branchTagMapping": {},
"currentTag": "v017-adds",
"lastSwitched": "2025-06-13T17:56:13.380Z",
"branchTagMapping": {
"v017-adds": "v017-adds"
},
"migrationNoticeShown": true
}

File diff suppressed because one or more lines are too long