Questions & answers

Frequently asked questions

Everything you need to know about Tmonier — from getting started to privacy and pricing.

Getting started

What is Tmonier?

Tmonier is a local-first SWE companion that orchestrates your AI coding sessions. It wraps your existing AI CLI — starting with Claude Code — to launch parallel agents, monitor context quality in real time, maintain a living project memory called agent.md, and give you human-in-the-loop checkpoints before critical changes. Think of it as the orchestration layer between you and your AI tools.

How does Tmonier work with my existing AI tools?

Tmonier doesn't replace your AI coding tools — it wraps them. It manages the session lifecycle: starting sessions, monitoring context drift, triggering smart resets when quality degrades, and maintaining project memory across sessions. At launch, Tmonier works with Claude Code. Next up is OpenCode — which supports Copilot licenses since January 2026 — followed by Codex CLI, Aider, Cline, and more.

What does "local-first" mean?

Local-first means your code never leaves your machine. Tmonier runs as a local daemon on your workstation — it observes session metadata (token counts, context window usage, file-change patterns) but never reads, copies, or transmits your source code. Your AI tool's own privacy policy governs what it sends to its API; Tmonier adds no additional exposure.

What are the system requirements?

Tmonier runs on macOS and Linux. Windows users can run it through WSL. You need Git installed (for worktree support) and Claude Code as your AI CLI — with OpenCode (Copilot license), Codex, Aider, Cline and more on the roadmap. The local daemon is lightweight and runs in the background with minimal CPU and memory overhead.

How do I install Tmonier?

Tmonier is currently in private beta. Join the waitlist to secure your spot — you'll receive install instructions and a CLI setup guide as soon as the beta opens. Installation is a single command, and you'll be orchestrating agents within minutes.

Which AI tools does Tmonier support?

At launch, Tmonier works with Claude Code. Next on the roadmap is OpenCode, which supports Copilot licenses since January 2026 — meaning Copilot subscribers will be covered too. After that: Codex CLI, Aider, Cline, Amp, and any CLI that exposes an OpenAI-compatible API, including Ollama for fully local models. The architecture is CLI-agnostic by design: if your tool has a CLI, Tmonier will be able to wrap it.

Features

What is context drift?

Context drift is when your AI assistant gradually loses track of your project's architecture, conventions, and decisions during a long coding session. It typically starts around message 30–50, when earlier context falls out of the effective window. Tmonier monitors drift indicators in real time and alerts you before quality degrades — so you can reset at the right moment instead of discovering broken output after the fact.

What is agent.md?

agent.md is a living document that captures your project's architectural decisions, coding patterns, and conventions. Tmonier auto-updates it as you work, but you can edit it anytime. When a session resets, agent.md is fed back into the new context — so your AI assistant picks up right where it left off, with full knowledge of your project's rules and history.

What are human-in-the-loop checkpoints?

Checkpoints are approval gates that pause the AI workflow at critical moments — before file changes are applied, before a context reset, or before switching modes. You review what the AI proposes, approve or reject it, and stay in control. No changes happen without your explicit sign-off.

How do parallel worktrees work?

Each agent runs in its own Git worktree — an isolated copy of your repository that shares the same .git history but has its own working directory and branch. This means five agents can edit the same codebase simultaneously without overwriting each other. When they're done, Tmonier shows you a unified diff of all changes so you can review conflicts and merge everything in one step.

What happens when two agents change the same file?

Tmonier detects cross-agent conflicts in real time. If two agents modify overlapping regions of the same file, Tmonier flags the conflict in your dashboard before any merge happens. You see exactly what each agent changed, why they diverged, and you decide how to resolve it. Nothing merges automatically — you stay in control.

What is the spec-first workflow?

Instead of jumping straight into code, Tmonier first generates a technical spec from your description — covering tradeoffs, service boundaries, and contracts between components. It then decomposes the spec into parallel tasks, one per agent. You review and approve the plan before any code is written. This prevents agents from making conflicting architectural decisions and catches misunderstandings before they become code.

Can I use Tmonier with a single agent?

Absolutely. Tmonier works just as well with one agent as with ten. You still get spec-first planning, human-in-the-loop checkpoints, context drift detection, and architectural memory — all of which improve a single agent's output quality. Parallelism is an option, not a requirement.

What is "adaptive agent config"?

Available on the Solo plan and above, adaptive agent config learns from your coding sessions over time. It observes which custom prompts, toolkits, and guardrails lead to better outcomes — fewer rejected diffs, fewer checkpoint overrides, less drift — and gradually refines your agent configuration. Think of it as your agents getting better at working the way you prefer, session after session.

Pricing & plans

What does BYOA (Bring Your Own AI) mean?

It means Tmonier never marks up your AI tokens. You use your own subscription to Claude (or any supported AI provider as we add integrations) and pay them directly at their standard rates. Tmonier only charges for the orchestration layer itself. There's no hidden per-token fee and no vendor lock-in.

Is the Free plan really free?

Yes, forever. The Free plan includes all core features: spec-first workflow, up to 3 parallel agents, unified diff view, cross-agent conflict detection, and human-in-the-loop checkpoints. No credit card required, no trial period, no feature gates that push you to upgrade.

What does the Team plan add?

The Team plan adds everything needed for collaborative AI-assisted development: a team dashboard with agent activity and diffs across the team, shared architectural memory with team-wide constraints enforced on every agent, and cross-team agent governance to standardize checkpoints, review flows, and merge policies. It’s designed for teams that want consistent AI workflows across the group.

What counts as a "parallel agent"?

A parallel agent is one concurrent AI session running in its own worktree during a single orchestration run. The Free plan supports up to 3 running at the same time, and Solo supports 10. There's no daily or monthly cap — it's about how many agents can work in parallel at any given moment, not how many you run over time.

Can I switch plans or cancel anytime?

Yes, all plans are month-to-month with no lock-in. You can upgrade, downgrade, or cancel at any time from your account settings. If you cancel a paid plan, you keep access through the end of your billing period, then drop down to the Free tier — no data is lost.

Why is there no per-token pricing?

Because Tmonier is an orchestration layer, not an AI provider. You already pay for your AI tokens through Claude (and soon other providers). Adding a per-token fee on top would create misaligned incentives — we'd profit when your agents use more tokens, even if that's wasteful. Instead, we charge a flat fee for orchestration and actively help you spend less on tokens through smart model hints and efficient session management.

Privacy & security

Is Tmonier GDPR compliant?

Yes, all plans are GDPR compliant. Tmonier processes minimal personal data (account email and session metadata) and stores it in EU-based infrastructure. Enterprise customers get a Data Processing Agreement (DPA) and SOC 2 Type II certification for additional assurance.

Can I self-host Tmonier?

Yes, on the Enterprise plan. You deploy Tmonier on your own infrastructure — your servers, your network, your rules. Self-hosting gives you full control over data residency, access policies, and integration with internal systems. Contact us for architecture guidance and deployment support.

Does Tmonier access my source code?

No. Tmonier observes session metadata only — things like token counts, context window utilisation, file-change patterns, and session duration. It never reads, parses, or stores your source code. The agent.md file is maintained locally on your machine and is only shared with your AI tool's context window, never with Tmonier's servers.

What data does Tmonier collect exactly?

Tmonier collects session metadata only: token counts, context window utilisation percentages, session durations, file-change counts (not contents), checkpoint approval/rejection events, and agent configuration choices. On paid plans, this metadata powers features like the token usage dashboard and adaptive config. It never includes file contents, diffs, prompts, or AI responses.

Can I use Tmonier fully offline?

Not entirely. The local daemon connects to the Tmonier backend to power the real-time dashboard — agent output is streamed so you can monitor progress, but it’s never read or persisted on our servers. It’s purely a coordination channel for the live dashboard view. Your AI tools also make their own network calls to their respective APIs. For a fully air-gapped setup, the Enterprise self-hosted plan lets you run the entire Tmonier backend on your own infrastructure.

Does Tmonier work with local models like Ollama?

Ollama support is on our roadmap. Once available, you’ll be able to run fully private AI coding sessions where your code, prompts, and model responses never leave your machine. Tmonier’s architecture is designed to wrap any CLI that exposes an OpenAI-compatible API, making local models a natural fit.

Comparison & workflow

How is Tmonier different from running multiple terminal tabs?

Terminal tabs give you parallelism but zero coordination. You get no conflict detection when agents edit overlapping files, no unified diff to review everything at once, no architectural memory to keep agents consistent, and no checkpoints to approve changes before they're applied. Tmonier turns unstructured parallel chaos into a governed workflow where you steer the architecture while agents do the building.

Does Tmonier replace my IDE or terminal?

No. Tmonier is additive — it runs alongside your existing tools. You keep using VS Code, Neovim, your terminal, and your AI CLIs exactly as before. Tmonier adds the orchestration layer on top: starting agents, managing worktrees, surfacing conflicts, and giving you a single dashboard to monitor everything. It doesn't change how you write code; it changes how your AI agents work together.

AI writes the code.

You hold the helm.

Early adopters get their first month free on the Solo plan.

Limited spots — no spam, just your invite when the beta opens.