Skip to content

feat: sidequest app#1225

Merged
mdmohsin7 merged 4 commits intoBasedHardware:mainfrom
vincentkoc:vk_app_sidequest
Nov 1, 2024
Merged

feat: sidequest app#1225
mdmohsin7 merged 4 commits intoBasedHardware:mainfrom
vincentkoc:vk_app_sidequest

Conversation

@vincentkoc
Copy link
Copy Markdown
Contributor

@vincentkoc vincentkoc commented Oct 31, 2024

Discovery of "side quests" in life through gamifying life.

Example output:

🎯 MEANINGFUL SIDE QUEST DETECTED

QUEST: Strategic Career Diversification through Consulting and Freelancing
TYPE: Knowledge (Learning/Skills)
DIFFICULTY: ⭐⭐⭐ Challenging

WHY MEANINGFUL: The discussion highlights the strategic use of freelancing and consulting as a way to diversify career paths and maintain work-life balance. By engaging in specialized consulting work, professionals can harness niche expertise, gain financial independence, and strengthen their industry reputation. This approach offers both personal satisfaction and professional growth.

NEXT STEP: Identify key areas of expertise and market needs where your skills can address specific challenges, then seek short-term consulting opportunities in those domains.

Summary by CodeRabbit

  • New Features
    • Introduced the "Side Quest Detector" plugin, which helps users identify meaningful side quests in conversations based on value and actionability.
    • The plugin includes capabilities for analyzing memories and guiding users through recognizing valuable opportunities.
    • Provides difficulty ratings and types of quests to enhance user engagement.
  • Retained Features
    • The "Lifeagotchi" plugin remains available, offering advanced life RPG mechanics and dynamic stat tracking.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Oct 31, 2024

Walkthrough

The pull request introduces a new plugin called "Side Quest Detector" to the community-plugins.json file. This plugin analyzes conversations to identify valuable side quest opportunities based on specific criteria, including attributes such as id, name, author, description, image, capabilities, memory_prompt, and chat_prompt. The existing "Lifeagotchi" plugin remains unchanged, with no deletions or modifications.

Changes

File Change Summary
community-plugins.json Added new plugin entry for "Side Quest Detector" with attributes like id, name, author, description, image, capabilities, memory_prompt, and chat_prompt. Existing "Lifeagotchi" entry remains unchanged.

Possibly related PRs

Suggested reviewers

  • mdmohsin7

🐰 In the meadow, I hop with glee,
A Side Quest Detector, oh what a spree!
With quests so grand, and tales to unfold,
In conversations rich, new stories are told.
So let’s chat away, with joy in our hearts,
As we find hidden quests, where adventure starts! 🌟


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@mdmohsin7
Copy link
Copy Markdown
Member

Hi @vincentkoc, can you please resolve the conflicts. Thanks

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (1)
community-plugins.json (1)

1-15: Consider maintaining alphabetical order for plugins.

While the plugin integration is correct, consider placing it in alphabetical order by id for better maintainability and easier navigation of the configuration file.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 8e3ead5 and d67c76a.

📒 Files selected for processing (1)
  • community-plugins.json (1 hunks)
🔇 Additional comments (1)
community-plugins.json (1)

3-14: LGTM! Well-structured plugin configuration.

The Side Quest Detector plugin configuration is well-defined with appropriate fields and comprehensive prompts that align with the PR objectives.

@mdmohsin7 mdmohsin7 merged commit 99f5d58 into BasedHardware:main Nov 1, 2024
vincentkoc added a commit to vincentkoc/Omi that referenced this pull request Nov 2, 2024
Fixing the owner of this from the PR BasedHardware#1225
mdmohsin7 added a commit that referenced this pull request Nov 2, 2024
Fixing the owner of this from the PR #1225

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Updated author information for the "Side Quest Detector" and
"Lifeagotchi" plugins to reflect Vincent Koc as the new author.
- **Bug Fixes**
- No functionality changes; existing features and descriptions of
plugins remain unaffected.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
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.

2 participants