sync: merge upstream v1.1.39 #326
Merged
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.
What does this PR do?
Merges upstream v1.1.39 (230+ commits) into fork. Updates sync tracking metadata.
Key changes:
.github/last-synced-tagfrom v1.1.36 → v1.1.39Fork features verified intact:
prompt/index.tsx,prompt/search.tsx)Instance.directory(bash.ts)parseUriList)How did you verify your code works?
fork-features.jsonmetadata current💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Greptile Overview
Greptile Summary
Metadata update commit that finalizes the upstream v1.1.39 merge by updating sync tracking from v1.1.36 to v1.1.39.
Key points:
Instance.directoryshell cwd handling, andparseUriListURI paste supportConfidence Score: 5/5
Important Files Changed
Sequence Diagram
sequenceDiagram participant Dev as Developer participant Fork as Fork (merge-v1.1.39) participant Upstream as Upstream (v1.1.39) participant Meta as Metadata Files Dev->>Fork: Start upstream sync merge Fork->>Upstream: git merge v1.1.39 --no-commit Upstream-->>Fork: 230+ commits merged Note over Fork: Resolve bun.lock conflicts Fork->>Fork: Verify fork features intact Note over Fork: Check double Ctrl+C exit guard Note over Fork: Check Instance.directory usage Note over Fork: Check parseUriList support Fork->>Meta: Update .github/last-synced-tag Meta-->>Fork: v1.1.36 → v1.1.39 Fork->>Fork: Commit metadata update Fork-->>Dev: PR ready for reviewContext used:
dashboard- AGENTS.md (source)