cass
코딩 에이전트 히스토리 검색
개발자들은 AI 코딩 어시스턴트가 찾아낸 솔루션을 잃어버리곤 합니다. 이 도구는 Claude Code, Codex, Gemini, Cursor 및 8개 이상의 에이전트 세션을 통합 검색 가능한 데이터베이스로 색인화합니다.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「cass」。 TypeScript 타이핑 패턴 검색
預期結果:
Found 3 relevant sessions:
1. Claude Code: Created interface for API response (src/api/types.ts:15)
2. Cursor: Added type guards for user input (lib/validation.ts:42)
3. Aider: Refactored to use discriminated unions (types/events.ts:8)
正在使用「cass」。 오늘의 활동 검토
預期結果:
Timeline (Today - 6 hours of activity):
09:00-10:00: Database schema design (Claude Code)
10:00-11:00: API endpoint implementation (Cursor)
11:00-12:00: Authentication tests (Aider)
安全審計
低風險Legitimate developer tool for indexing and searching coding agent session history. Static findings are false positives: shell backticks in documentation examples, AES-256-GCM encryption documentation, and standard dev path access for indexing. No malicious intent detected.
風險因素
品質評分
你能建構什麼
과거 솔루션 찾기
전체 에이전트 히스토리를 검색하여 이전에 발견한 솔루션을 찾습니다. 오류 메시지, 함수 이름 또는 개념으로 쿼리할 수 있습니다.
크로스 에이전트 리서치
서로 다른 AI 에이전트가 동일한 문제에 어떻게 접근했는지 비교합니다. 솔루션의 패턴을 확인하고 다양한 전략으로부터 학습합니다.
팀 인계
팀원들과 관련 있는 과거 세션을 공유합니다. 다음 에이전트가 이미 시도된 내용을 이해할 수 있도록 컨텍스트를 내보냅니다.
試試這些提示
Search my agent sessions for solutions related to #{query}. Use cass search "#{query}" --robot --limit 10 --days 30. Report any relevant code patterns or commands that worked.Find all sessions where I dealt with #{error_type}. Use cass search "#{error_type}" --robot --fields summary. Show me the approaches that succeeded.Show me my agent activity for today. Use cass timeline --today --json --group-by hour. Summarize what I worked on.
Compare how Claude Code and Cursor handled #{topic}. Search both agents separately and show me their different approaches.最佳實務
- 설치 후 cass index --full을 실행하여 완전한 세션 커버리지 보장
- AI 간 상호작용을 위해 --robot 플래그를 사용하여 구조화된 JSON 출력 획득
- 개발 중 실시간 색인화를 위해 watch 모드(cass index --watch) 활성화
- 모든 개발 머신의 세션을 검색하기 위해 원격 소스 구성
避免
- 자동화된 워크플로에서 --robot 플래그 없이 cass 실행(터미널 차단됨)
- 에이전트 세션 데이터 변경 후 정기적인 색인화 건너뛰기
- 너무 많은 관련 없는 결과를 반환하는 부정확한 검색어 사용
- 제한된 토큰 예산으로 작업할 때 --limit 플래그 무시