Skip to content

Conversation

@mana-byte
Copy link
Contributor

Checklist

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR contains at most 5 new pages.
  • The PR is authored by me, or has been human-reviewed if it was created with AI or machine translation software.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known): v1.1.2
  • Reference issue: #

@github-actions github-actions bot added new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers. labels Dec 12, 2025
Co-authored-by: Dylan <[email protected]>
Co-authored-by: Ivan Baluta <[email protected]>
Copy link
Collaborator

@ivanbaluta ivanbaluta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot find any mention of the --output flag in the official documentation. Does this flag exist in the current version?

Co-authored-by: Ivan Baluta <[email protected]>
@mana-byte
Copy link
Contributor Author

mana-byte commented Dec 14, 2025

I cannot find any mention of the --output flag in the official documentation. Does this flag exist in the current version?

Here is the --help of v1.1.2. I did try --output flag it works.

❯ vibe --help
usage: vibe [-h] [-p [TEXT]] [--auto-approve] [--max-turns N] [--max-price DOLLARS] [--enabled-tools TOOL] [--output {text,json,streaming}] [--agent NAME] [--setup] [-c | --resume SESSION_ID] [PROMPT]

Run the Mistral Vibe interactive CLI

positional arguments:
  PROMPT                Initial prompt to start the interactive session with.

options:
  -h, --help            show this help message and exit
  -p [TEXT], --prompt [TEXT]
                        Run in programmatic mode: send prompt, auto-approve all tools, output response, and exit.
  --auto-approve        Automatically approve all tool executions.
  --max-turns N         Maximum number of assistant turns (only applies in programmatic mode with -p).
  --max-price DOLLARS   Maximum cost in dollars (only applies in programmatic mode with -p). Session will be interrupted if cost exceeds this limit.
  --enabled-tools TOOL  Enable specific tools. In programmatic mode (-p), this disables all other tools. Can use exact names, glob patterns (e.g., 'bash*'), or regex with 're:' prefix. Can be specified multiple times.
  --output {text,json,streaming}
                        Output format for programmatic mode (-p): 'text' for human-readable (default), 'json' for all messages at end, 'streaming' for newline-delimited JSON per message.
  --agent NAME          Load agent configuration from ~/.vibe/agents/NAME.toml
  --setup               Setup API key and exit
  -c, --continue        Continue from the most recent saved session
  --resume SESSION_ID   Resume a specific session by its ID (supports partial matching)

@mana-byte mana-byte requested a review from ivanbaluta December 14, 2025 16:16
@ivanbaluta
Copy link
Collaborator

Thanks for your contribution!

@ivanbaluta ivanbaluta merged commit 8219929 into tldr-pages:main Dec 14, 2025
4 checks passed
@mana-byte mana-byte deleted the vibe branch December 14, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants