claude-code - 💡(How to fix) Fix [FEATURE] Support for Profile and/or Project filtering on /insights command [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#55145Fetched 2026-05-01 05:45:06
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

I have my personal Claude code account and I also have a company account. I use only the Claude Code desktop APP for my daily work. I don't use its console directly but rather use Cowork in the APP. I usually log into my personal account when I want to do my private work, then log out and log into company account while doing company work. Recently the company asked us to export the insights and share with them for assessment of how Claude is helping the team improve productivity. When I ran the /insights command, it exported mostly from my personal profile and very few from the company profile where I actually do more work with. I tried interact with the console to see if I could find a way of filtering out my personal insights but failed and Clause itself suggested I raise it as an issue.

Regards to the Claude Code Team for the good work you are doing.

Yoakim

Proposed Solution

I am writing to suggest that there be support to filter out by accounts which profiles to consider when exporting insights.

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

CLI commands and flags

Use Case Example

This could be through command options such as --profile=[ACCOUNT_EMAIL_OF_PROFILE_TO_CONSIDER] or --exclude-profile=[ACCOUNT_EMAIL_OF_PROFILE_TO_EXLUDE]. Same would apply for project filter. Even better could be to use comma separated list of projects or profiles to include or exclude such as --project=proi1,proj2,... or --exclude-project=proi1,proj2,... .

Additional Context

extent analysis

TL;DR

The user needs a way to filter insights by account profile when exporting using the /insights command in the Claude Code desktop app.

Guidance

  • The issue seems to stem from the lack of filtering options when exporting insights, resulting in a mix of personal and company profile data.
  • To mitigate this, the proposed solution suggests adding command options such as --profile or --exclude-profile to specify which account profiles to include or exclude when exporting insights.
  • The user has provided a use case example with potential command options, such as --profile=[ACCOUNT_EMAIL_OF_PROFILE_TO_CONSIDER] or --exclude-profile=[ACCOUNT_EMAIL_OF_PROFILE_TO_EXLUDE].
  • Implementing such filtering options could help the user export insights relevant to their company profile only.

Example

No code snippet is provided as the issue focuses on a feature request rather than a code-related problem.

Notes

The solution depends on the implementation of the filtering options in the Claude Code desktop app, which may require updates to the app's codebase.

Recommendation

Apply workaround: The user could manually separate their personal and company work to avoid mixing insights, but implementing the proposed filtering options would be a more robust solution.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING