-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Add rewiser extension #20023
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?
Add rewiser extension #20023
Conversation
Congratulations on your new Raycast extension! 🚀 You can expect an initial review within five business days. Once the PR is approved and merged, the extension will be available on our Store. |
- api.ts data type fixed - api.ts data type fixed
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.
PR Summary
New Rewiser extension for managing personal/business finances through natural language transaction input and folder-based organization. Several critical issues need attention:
- Package.json missing required
personalAccessToken
preference for API authentication mentioned in README - Dependencies list includes non-existent future versions that need to be corrected
- Reference to 'GPT-4o' in CHANGELOG.md appears to be a typo
- Turkish language comment in types.ts should be translated to English
- No view commands found in metadata folder despite having UI elements
15 files reviewed, 13 comments
Edit PR Review Bot Settings | Greptile
- refactor: improve code quality and type safety - refactor: improve code quality and type safety
- refactor: improve timeout cleanup and error handling consistency - refactor: improve timeout cleanup and error handling consistency
All Critical Issues ResolvedFixed Issues: 1. ✅ Missing personalAccessToken preference 2. ✅ Dependencies corrected 3. ✅ GPT-4o reference is correct 4. ✅ Language compliance 5. ✅ Metadata structure clarified Additional Improvements: |
Description
What does this extension do?
Rewiser for Raycast helps you manage your personal or business finances — all from the command line interface of Raycast.
It supports:
To use this extension, you’ll need an account on Rewiser and a personal API key.
How it works
Add Transaction (Rewiser)
To review and manage your data, use the Monthly Transactions command.
To securely share a folder, use the Share Folder command and generate a public link with one click.
✅ Works with your personal access token
✅ All communication is secure and API-based
✅ No sensitive credentials are stored locally
Screencast
rewiser-for-raycast.mp4
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder