mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
- Add isFavorite and customName fields to HistoryItem type with backward compatibility - Create FavoriteButton component with star icon and toggle functionality - Create RenameButton component with inline editing capability - Update TaskItemHeader to include favorite and rename buttons - Add favorites filtering toggle to HistoryView - Enhance useTaskSearch hook with favorites filtering and custom name search - Update webview message handlers for toggleTaskFavorite and renameTask operations - Add comprehensive test coverage for new components and functionality - Maintain backward compatibility with existing history data Resolves #6410 |
||
|---|---|---|
| .. | ||
| npm | ||
| src | ||
| eslint.config.mjs | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||
@roo-code/types
Publish to NPM
First authenticate with NPM:
npm login
Next, manually bump the NPM package version:
cd packages/types/npm && npm version minor && cd -
Finally, publish to NPM:
pnpm --filter @roo-code/types npm:publish
Note that you'll be asked for an MFA code to complete the publish.