-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat(klavis ai): Add Klavis AI's Strata to MCP Cookbook #8709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(klavis ai): Add Klavis AI's Strata to MCP Cookbook #8709
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 3 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="docs/guides/klavis-mcp-continue-cookbook.mdx">
<violation number="1" location="docs/guides/klavis-mcp-continue-cookbook.mdx:428">
Putting `--auto` between `-p` and the quoted prompt makes Commander treat `--auto` as the prompt string, so the automation flag never activates and the multi-line instructions are dropped. Move `--auto` before the prompt flag (and update the other code blocks below that reuse this call).</violation>
</file>
Since this is your first cubic review, here's how it works:
- cubic automatically reviews your code and comments on bugs and improvements
- Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
- Ask questions if you need clarification on any suggestion
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
| ### Daily Standup Automation | ||
|
|
||
| ```bash | ||
| cn -p --auto " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Putting --auto between -p and the quoted prompt makes Commander treat --auto as the prompt string, so the automation flag never activates and the multi-line instructions are dropped. Move --auto before the prompt flag (and update the other code blocks below that reuse this call).
Prompt for AI agents
Address the following comment on docs/guides/klavis-mcp-continue-cookbook.mdx at line 428:
<comment>Putting `--auto` between `-p` and the quoted prompt makes Commander treat `--auto` as the prompt string, so the automation flag never activates and the multi-line instructions are dropped. Move `--auto` before the prompt flag (and update the other code blocks below that reuse this call).</comment>
<file context>
@@ -0,0 +1,594 @@
+### Daily Standup Automation
+
+```bash
+cn -p --auto "
+Generate and distribute daily standup update:
+
</file context>
Description
Adds Klavis Strata with Continue to automate Gmail and Slack workflow in
docs/guides/klavis-mcp-continue-cookbook.mdxAI Code Review
@continue-reviewChecklist
Screen recording or screenshot
Link: https://drive.google.com/file/d/1eoAO8GvBWtolfTzuUrXeNtq14zh77ThH/view?usp=sharing
Tested with Mintlify and Claude
Tests
Summary by cubic
Adds a new Klavis AI Strata MCP cookbook to help users automate Slack and Gmail workflows with Continue. Updates docs navigation and Guides overview to surface the guide.
Written for commit 4cd3bb0. Summary will update automatically on new commits.