Skip to content

Copilot Memories Found - 2026-02-12 #7

@github-actions

Description

@github-actions

Copilot Memories Detected

GitHub Copilot has stored memories for the following repositories:

📝 rajbos/github-copilot-token-usage

  • Memories found: 20

Recent memories:

  • When adding navigation buttons to webviews, two changes are required: (1) add buttonHtml() call in the HTML template, (2) add addEventListener for button click that posts message to extension
  • New commands registered in extension.ts must be added to the expectedCommands array in src/test/extension.test.ts
  • All webview panels should include consistent navigation buttons: btn-refresh, btn-details, btn-chart, btn-usage, btn-diagnostics, and btn-maturity using the shared buttonConfig.ts
  • The extension can upload local Copilot session log files to Azure Blob Storage via BlobUploadService with gzip compression, configurable frequency throttling, and organized folder structure (dataset/machine/date)
  • The repository includes .github/agents/coding-agent/knowledge.md and .github/workflows/copilot-setup-steps.yml to download session logs from blob storage and make them available to the coding agent
  • ... and 15 more

📝 rajbos/actions-marketplace-checks

  • Memories found: 19

Recent memories:

  • Use GetOrgActionInfo function instead of manual .Split("_") to parse action names for display in reports and summaries
  • GetOrgActionInfo validates input contains underscore before parsing; returns empty strings for invalid format to prevent errors
  • SplitUrl function includes duplicate owner prefix cleanup to handle malformed URLs like github/github_safe-settings by removing the duplicate prefix
  • 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
  • ... and 14 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: 39

Generated by workflow run: 21939416846

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