Skip to content

fix(ui): show project names in session hover cards #4742

Description

@liuxiaocs7

What happened

Hovering a conversation in the Desktop sidebar shows its full absolute working-directory path. This is noisy, leaks machine-specific path details into the primary summary, and is inconsistent with the rest of the UI, which identifies the workspace by project name.

Expected behavior: the hover card shows the registered project name. For sessions outside the project catalog, it falls back to the working directory folder name. The full path may remain available as secondary tooltip detail.

How to reproduce

  1. Open Maka Desktop with a registered project.
  2. Create or open a conversation in that project.
  3. Hover the conversation row in the sidebar.
  4. Observe that the hover card renders the full absolute cwd instead of the project name.

Environment

  • Maka commit: fcfa0550e
  • OS: macOS
  • Surface: Desktop
  • Node.js: v22.20.0

Logs, screenshots, or additional context

The session hover-card implementation currently renders session.cwd directly. The project catalog already carries the human-readable project name.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions