Merged
Conversation
Collaborator
|
Thank you for the update! 🎉 Due to our current reduced availability, the initial review may take up to 10-15 business days |
Contributor
There was a problem hiding this comment.
PR Summary
This PR optimizes the Todoist AI extension by implementing more targeted data retrieval from the Todoist API to prevent overwhelming the AI with unnecessary information.
- Added specific tool files (
get-tasks.ts,get-projects.ts,get-comments.ts,get-sections.ts) to fetch only relevant data instead of retrieving everything - Renamed
get-relevant-data.tstoget-other-data.tswith improved resource type filtering capabilities - Updated AI instructions in
package.jsonto prioritize specific identifiers (project_id, section_id, label) over general filters - Added comprehensive documentation for filter options in
get-tasks.ts, making it easier for the AI to construct precise queries - Added a new entry in
CHANGELOG.mdcorrectly using the{PR_MERGE_DATE}placeholder that will be automatically replaced upon merging
💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!
7 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
pernielsentikaer
approved these changes
Feb 27, 2025
Contributor
|
Published to the Raycast Store: |
Collaborator
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
ViGeng
pushed a commit
to ViGeng/extensions
that referenced
this pull request
Mar 1, 2025
* Todoist: Avoid bloating the AI * Update CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Improve the AI Extension to only retrieve relevant tasks, comments, projects, and sections from the REST API to avoid bloating the AI with too much data.
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder