chore: vercel agent-browser 스킬 추가 및 심링크 연결#188
Merged
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
|
Merged
BangDori
added a commit
that referenced
this pull request
Mar 14, 2026
* refactor: 알림 시스템 및 태스크 리마인더 전체 제거 (#185) * refactor: 알림 시스템 및 태스크 리마인더 스케줄러 제거 macOS 네이티브 알림 발송 서비스(notification.ts, notification-format.ts), 태스크 마감 리마인더 폴링 스케줄러(task-reminder.ts)를 삭제하고 AppSettings.notificationsEnabled, Task.reminders, TaskReminder 타입 등 알림에 의존하는 모든 도메인 모델 및 연동 코드를 제거 Co-Authored-By: Claude <noreply@anthropic.com> * refactor: 알림 관련 UI 컴포넌트 제거 Settings 화면의 Enable Notifications 토글 섹션 제거, 태스크 편집 UI의 ReminderPicker 컴포넌트 삭제, TaskItem에서 리마인더 아이콘 및 상태 로직 제거 Co-Authored-By: Claude <noreply@anthropic.com> * chore: changeset 추가 Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com> * chore: playwright-cli 스킬 추가 및 심링크 연결 (#187) * chore: playwright-cli 스킬 추가 및 심링크 연결 .agents/skills/playwright-cli 스킬을 추가하고 .claude/skills, .codex/skills에 심링크로 연결하여 Claude Code와 Codex 모두에서 사용 가능하도록 구성 Co-Authored-By: Claude <noreply@anthropic.com> * chore: playwright-cli 심링크 경로 수정 ../../../ → ../../ 로 상대 경로 수정 Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com> * chore: vercel agent-browser 스킬 추가 및 심링크 연결 (#188) Co-authored-by: Claude <noreply@anthropic.com> * chore: version packages (#186) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: BangDori <44726494+BangDori@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: prowl-bot[bot] <265054728+prowl-bot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agent-browser스킬을.agents/skills/agent-browser/에 추가.claude/skills/agent-browser및.codex/skills/agent-browser심링크 연결주요 작업
npx skills add vercel-labs/agent-browser로 스킬 설치 후 불필요한 스킬(dogfood, electron, slack, vercel-sandbox) 제거검증