Merged
Conversation
- Fixed context retrieval to check both thread and user contexts - When in a thread, if no context found, also check user context for pending uploads - This handles the case where templates are uploaded before thread creation - Clear pending uploads from both contexts after processing - Added comprehensive debugging logs for context resolution - Verified Documenso API is working correctly with test script
- Fixed template registry to properly detect uploaded templates - Added template_id field when updating metadata after Documenso upload - Created comprehensive test scripts for Documenso API and workflow - Verified Documenso API integration is working correctly
- Documented all fixes and implementation details - Included troubleshooting guide and usage instructions - Listed known limitations and next steps - Added code examples for common operations
- Confirmed: Documenso API cannot create templates, only documents - Templates must be created manually through Documenso UI - Added UPDATE_TEMPLATE_ID intent to update template IDs after manual creation - Fixed template sending to use correct /create-document endpoint - Updated instructions to clearly explain the two-step process - Improved error messages and user guidance throughout
- Add Google Drive OAuth 2.0 authentication service - Add Google Drive file operations service - Add Google Drive monitoring service with webhook support - Create Express server for handling webhooks and OAuth - Add Railway configuration for cloud deployment - Implement dual-mode architecture (local vs Google Drive) - Update package.json with new dependencies and scripts - Add comprehensive setup documentation This enables the app to monitor a Google Drive folder and automatically organize documents in the cloud, deployable to Railway for 24/7 operation.
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.
No description provided.