-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat: add workspace tracking to history items #2054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
mrubens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the idea of this, but I'm not sure the right UX. I wonder if the first thing we should do is to have a PR with only the code that tracks the workspace for the task (i.e. no UI changes) so we can build up some historical data while we figure it out.
|
@mrubens can i remove the button show only in preview history, and keep fix highlight, show workspace and can search workspace in history task ? |
225fb06 to
c252acd
Compare
c252acd to
66ec715
Compare
Track the current workspace path in history items to enable filtering and organization of history by workspace. This change adds the workspace property to the history schema and ensures it's saved with each history entry.
66ec715 to
4445ffe
Compare
Track the current workspace path in history items to enable filtering and organization of history by workspace. This change adds the workspace property to the history schema and ensures it's saved with each history entry.
Context
Implementation
Video
https://www.loom.com/share/1e39622d294a42cfb564a65afe3f002d?sid=649de302-352f-4340-a084-39b3aa3e20d2
How to Test
Get in Touch
Important
Add workspace filtering to history items, update UI, and enhance translations.
workspacefield tohistoryItemSchemainindex.ts.Cline.tswhen saving history items.HistoryPreview.tsxandHistoryView.tsxto filter history by current workspace.HistoryPreview.tsxandHistoryView.tsx.index.css.webview-ui/src/i18n/locales/*/history.json.useTaskSearchhook inuseTaskSearch.tsto manage task search and filtering logic.This description was created by
for 225fb068e9b5d26bae84700af31a72e314470a8c. It will automatically update as commits are pushed.