Skip to content

chore: sync core lib and CLAUDE.md from agent-core#11

Merged
avifenesh merged 1 commit intomainfrom
chore/sync-core-consult-20260315-160823
Mar 16, 2026
Merged

chore: sync core lib and CLAUDE.md from agent-core#11
avifenesh merged 1 commit intomainfrom
chore/sync-core-consult-20260315-160823

Conversation

@avifenesh
Copy link
Copy Markdown
Contributor

Automated sync of lib/ and CLAUDE.md from agent-core.

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request synchronizes the core library with recent updates from the agent-core repository. The changes primarily involve updating the git collector to reflect a renaming of an agent-analyzer command from git-map to repo-intel, refining the collected data by removing obsolete metrics like commitShape, and enhancing existing data structures with new fields such as recentChanges and aiAttribution.confidence. These adjustments ensure compatibility and leverage the latest data collection capabilities.

Highlights

  • Analyzer command update: The agent-analyzer command git-map has been updated to repo-intel in the collector.
  • Data structure changes: The commitShape data has been removed from the collected git data.
  • File activity enhancements: Added recentChanges to the file activity metrics.
  • AI attribution details: Included a confidence field in the AI attribution data.
  • Convention data refinement: The conventions object now uses usesScopes instead of scopes.
Changelog
  • lib/collectors/git.js
    • Updated references from git-map to repo-intel in comments and function calls.
    • Removed the commitShape data collection.
    • Added recentChanges to the file activity data.
    • Included confidence in the AI attribution data.
    • Modified the conventions data structure to use usesScopes instead of scopes.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request is an automated sync from the agent-core repository. The changes in lib/collectors/git.js update the git collector to use the repo-intel command instead of git-map. This involves adapting to a new data structure from the agent-analyzer binary, including removing commitShape data and adding new fields like recentChanges, confidence, and usesScopes. The changes are consistent and appear to correctly handle the updated API. I have reviewed the code and found no issues.

@avifenesh avifenesh merged commit e3ccb9f into main Mar 16, 2026
5 checks passed
@avifenesh avifenesh deleted the chore/sync-core-consult-20260315-160823 branch March 16, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant