git#1
Open
Dread-d-junuz wants to merge 69 commits intoDread-d-junuz:mainDread-d-junuz/Tutorial-Codebase-Knowledge:mainfrom
The-Pocket:mainThe-Pocket/PocketFlow-Tutorial-Codebase-Knowledge:mainCopy head branch name to clipboard
Open
git#1Dread-d-junuz wants to merge 69 commits intoDread-d-junuz:mainDread-d-junuz/Tutorial-Codebase-Knowledge:mainfrom The-Pocket:mainThe-Pocket/PocketFlow-Tutorial-Codebase-Knowledge:mainCopy head branch name to clipboard
Dread-d-junuz wants to merge 69 commits intoDread-d-junuz:mainDread-d-junuz/Tutorial-Codebase-Knowledge:mainfrom
The-Pocket:mainThe-Pocket/PocketFlow-Tutorial-Codebase-Knowledge:mainCopy head branch name to clipboard
Conversation
improve error raising
To fix this problem, my solution was getting branch names from Github api and checking for matching. If there is no match, this time check is a tree like this exists.
Previously the default branch name was considered to be "main", which was wrong. To fix this, dont put the ref param to query and let Github decide default branch.
The formatted error messages that use undefined variables are fixed and their contents are changed.
Fix for issue #35
…of .gitignore file
- Improved the speed of file filtering in `crawl_local_files.py` with folder-level exclusion - Added `fix_yaml.py` utility for YAML indentation fixes - Updated `nodes.py` to support up to 20 core abstractions - add option for no cache.
Feat: Add contents of `.gitignore` to ignore files by default
Feat: add openrouter support; fix: add options for no-cache and max_abstraction_num
adding PocketFlow
add docs/PocketFlow
docker documentation added
fix: add missing import
feat(call_llm): add azure openai code snippet
Add Docker support for local development
fix: update file opening encoding to utf-8-sig to handle files with BOM
- Added timeout=(30, 30) to requests.get for improved network robustness - Avoid unnecessary recursion into excluded directories to reduce API calls
add timeout to requests and optimize directory traversal
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.