Skip to content

Comments

chore(vibe): Add .vibe config with custom prompt#19155

Closed
s1gr1d wants to merge 2 commits intodevelopfrom
sig/vibe-config
Closed

chore(vibe): Add .vibe config with custom prompt#19155
s1gr1d wants to merge 2 commits intodevelopfrom
sig/vibe-config

Conversation

@s1gr1d
Copy link
Member

@s1gr1d s1gr1d commented Feb 4, 2026

Add config and default custom prompt for the repository.

Docs: https://docs.mistral.ai/mistral-vibe/introduction/configuration

Closes #19156 (added automatically)

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

[sessions]
# Enable session logging for debugging and continuation
log_sessions = true
log_dir = "logs" # relative to .vibe
Copy link

Choose a reason for hiding this comment

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

Session logs directory not gitignored, may commit sensitive data

Medium Severity

The configuration enables session logging to .vibe/logs/ but this directory is not added to .gitignore. Session logs may contain sensitive development conversations, code snippets, and potentially secrets discussed during coding sessions. Without a gitignore entry, these logs could be accidentally committed and pushed to the repository.

Fix in Cursor Fix in Web

@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2026

Codecov Results 📊

✅ Patch coverage is 100.00%. Project has 14 uncovered lines.

Files with missing lines (2)
File Patch % Lines
mute.js 79.10% ⚠️ 14 Missing and 7 partials
etoa.js 100.00% ⚠️ 1 partials

Generated by Codecov Action

Copy link
Member

@chargome chargome left a comment

Choose a reason for hiding this comment

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

Not sure if we want this in the repo given we're unlikely to continue using this tool?

@s1gr1d
Copy link
Member Author

s1gr1d commented Feb 4, 2026

Fair point. I think I'll just keep it locally for now.

@s1gr1d s1gr1d closed this Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(vibe): Add .vibe config with custom prompt

2 participants