Skip to content

feat: memory usage metrics#12120

Merged
jif-oai merged 2 commits intomainfrom
jif/memory-usage-metrics
Feb 18, 2026
Merged

feat: memory usage metrics#12120
jif-oai merged 2 commits intomainfrom
jif/memory-usage-metrics

Conversation

@jif-oai
Copy link
Collaborator

@jif-oai jif-oai commented Feb 18, 2026

No description provided.

@jif-oai
Copy link
Collaborator Author

jif-oai commented Feb 18, 2026

@codex review

Copy link
Contributor

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5b4e7aa7c6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@jif-oai
Copy link
Collaborator Author

jif-oai commented Feb 18, 2026

@codex review

Copy link
Contributor

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7f4c5afa50

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

.into_iter()
.filter_map(|command| match command {
ParsedCommand::Read { path, .. } => get_memory_kind(path.display().to_string()),
ParsedCommand::Search { path, .. } => path.and_then(get_memory_kind),
Copy link
Contributor

Choose a reason for hiding this comment

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

P1 Badge Classify search paths before checking memory substrings

ParsedCommand::Search.path is typically a short display path (e.g., MEMORY.md, skills) rather than a full path. Passing it directly to get_memory_kind means searches like rg .../memories/MEMORY.md will not match memories/... checks, so memory-search activity is silently uncounted.

Useful? React with 👍 / 👎.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Will fix later

@jif-oai jif-oai merged commit a9f5f63 into main Feb 18, 2026
33 checks passed
@jif-oai jif-oai deleted the jif/memory-usage-metrics branch February 18, 2026 12:45
@github-actions github-actions bot locked and limited conversation to collaborators Feb 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant