-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Copilot Memories Detected
GitHub Copilot has stored memories for the following repositories:
📝 rajbos/github-copilot-token-usage
- Memories found: 13
Recent memories:
- MCP tools are detected by name patterns starting with "mcp." or "mcp_". Helper methods isMcpTool() and extractMcpServerName() must be used in 4 locations: JSONL processing (~line 1655), JSON processing (~line 1737), log viewer (~line 2905), and extractResponseData (~line 3075).
- @vscode/webview-ui-toolkit has react as a peer dependency which we don't use. The "peer": true property in package-lock.json is normal and doesn't affect functionality.
- Use npm ci for routine development to avoid package-lock.json churn. Only use npm install when adding or updating dependencies.
- When rebasing branches, resolve conflicts by keeping both new methods when they're added in the same location. The analyzeRequestContext method from main and isMcpTool/extractMcpServerName methods from the feature branch should coexist.
- New AI models require entries in both tokenEstimators.json (with character-to-token ratio) and modelPricing.json (with input/output costs per million tokens)
- ... and 8 more
📝 rajbos/actions-marketplace-checks
- Memories found: 16
Recent memories:
- All main workflows use concurrency groups with cancel-in-progress: false to prevent overlapping runs and queue subsequent runs instead
- Analyze workflow uses 10 parallel chunks (reduced from 25) to limit rate limit pressure when running concurrently with other workflows
- Three main hourly workflows scheduled with 30-min gaps: Analyze (:05), Update Mirrors (:35), Get repo info (:50) to prevent rate limit contention
- Must call tokenManager.MoveToNextApp() after each token use to force rotation; GetTokenForOrganization() caches last successful app index and won't rotate automatically
- semver-check workflow gets a fresh token for each action being checked to avoid rate limit exhaustion; Test-ActionSemver accepts tokenManager parameter and calls GetTokenForOrganization for each action
- ... and 11 more
Action Required: Review these memories to ensure they don't contain sensitive information.
Summary:
- Total repositories checked: 3
- Repositories with memories: 2
- Total memories found: 29
Generated by workflow run: 21818179154
Reactions are currently unavailable