Skip to content

Copilot Memories Found - 2026-02-08 #3

@github-actions

Description

@github-actions

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: 13

Recent memories:

  • 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
  • semver-check workflow distinguishes rate-limited actions from other errors using RateLimited flag; rate-limited actions shown with 🚦 indicator and message they will be checked in next run
  • GitHubActionVersioning module installation tries PowerShell Gallery first (Install-Module), then falls back to cloning from GitHub repository if Gallery installation fails
  • GitHubActionVersioning module must be cloned from GitHub repository because it is not published to PowerShell Gallery; module README only documents "From Local Files" installation method
  • ... and 8 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: 26

Generated by workflow run: 21804669490

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions