← Member help · Chat

Code workspaces in OmniLore Chat

What this is

A Code workspace lets you chat about one of your private RepoHub repositories from chat.omnilore.ai.

How to use it (today)

  1. Open Chat and click the Code icon (git branch) in the side rail.
  2. Your private RepoHub repos appear in the list (no typing required).
  3. Select a repo to browse files (folders open; files start a chat about that path).
  4. Use Open chat for a full workspace discussion, or Continue in CoTrinity to copy a git clone command for local IDE work.
  5. Or still ask in OmniLore mode: “List my Code workspaces” / “Open Code workspace for my-repo” / “List my RepoHub projects”.

You can still open the repo in the browser: RepoHub.

Modes to pair with

| Goal | Mode |
|------|------|
| Browse + ask about code / product truth | OmniLore |
| Multi-file write / PR sprint on the forge | CodeHub |
| Fast paste with no tools | Quick (no forge tools) |

What it is not

Writes

To change files on the forge, use CodeHub mode and confirm the change. The assistant should not commit silently. Default-branch protection (ST-4) may require an explicit Owner-style ack.

Related