Wiki

Managing Wikis

Regenerate, delete, and keep your wiki documentation up to date.

Wikis can be regenerated to reflect the latest code changes or deleted when no longer needed.

Regenerating a Wiki

As your codebase evolves, the wiki can fall out of date. To update it:

  1. Open the wiki you want to update
  2. Click the Regenerate button
  3. The agent re-analyzes the repository from the latest commit and rebuilds all pages

Regeneration replaces the existing wiki content entirely. The new wiki reflects the current state of the default branch.

Each wiki tracks the git SHA it was generated from. You can see this on the wiki page alongside the "Last indexed" date, so you always know how current the documentation is.

Deleting a Wiki

To remove a wiki:

  1. Open the wiki you want to delete
  2. Click the Delete button
  3. Confirm the deletion

Deleting a wiki permanently removes all generated pages and chat history. This action cannot be undone.

Wiki Metadata

Each wiki displays key information about the repository and generation:

FieldDescription
RepositoryName, owner, and link to the GitHub repository
LanguagePrimary programming language detected
StarsGitHub star count
DescriptionRepository description from GitHub
Last indexedWhen the wiki was last generated
Git SHAThe commit hash (first 7 characters) the wiki was built from
StatusCurrent state — pending, generating, completed, or failed

Permissions

  • You can view and manage wikis you created
  • Team members can view wikis shared with their team
  • Only the wiki creator can regenerate or delete a wiki