---
title: "Contact"
description: "Where to report a bug, ask a question, report a vulnerability or contribute to agent-manager."
canonical: "https://agent-manager.dev/contact/"
last-updated: "2026-08-23"
section: "Site"
source: "agent-manager"
---

# Contact

Everything about agent-manager happens in the open, in one public repository. Bugs, questions and security reports each have their own front door there.

## Report a bug or request a feature

Open an issue at [github.com/YoanWai/agent-manager/issues](https://github.com/YoanWai/agent-manager/issues). The issue templates ask for your platform, your tmux version, the CLI you were running and the output of `agent-manager --version`, because those four facts resolve most reports on the first reply. A pane that behaves unexpectedly is best reported with the output of `tmux capture-pane -p`, since that text is exactly what the status rules match against.

## Ask a question

Use [GitHub Discussions](https://github.com/YoanWai/agent-manager/discussions) for usage questions, configuration help, and profiles for coding CLIs that do not ship in the defaults. Profiles posted there are how new agents reach everyone else.

## Report a vulnerability

Report privately through [GitHub's private vulnerability reporting](https://github.com/YoanWai/agent-manager/security/advisories/new), which opens an advisory visible only to the maintainer. The repository's `SECURITY.md` carries the policy: what to include, and the acknowledgement and assessment it commits to.

## Contribute

Pull requests are welcome. `CONTRIBUTING.md` in the repository covers the build, the test suite and the commit conventions the project uses, and the code of conduct applies to every space listed on this page.

## Email

For anything that does not belong in a public thread, write to [thebook90yw@gmail.com](mailto:thebook90yw@gmail.com). Bugs and questions are answered faster in the tracker above, because the answer stays where the next person with the same problem will find it. Vulnerabilities go through the private advisory, not here.

## If you are an agent

There is no contact API and no support inbox to call. Start from [/llms.txt](/llms.txt), which lists every documentation page and machine-readable file this site publishes, or connect to the MCP server at [/mcp](/docs/mcp/) and call `tools/list`.
