Skip to content

Bump @linearb/gitstream-core to 2.1.301 - #565

Merged
MishaKav merged 3 commits into
developfrom
bump-gitstream-core-to-2.1.301
Aug 6, 2026
Merged

Bump @linearb/gitstream-core to 2.1.301#565
MishaKav merged 3 commits into
developfrom
bump-gitstream-core-to-2.1.301

Conversation

@linearbci

@linearbci linearbci commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Fixes the playground and managed context gap found while investigating the AI review guardrail 403s.

  • resolved reads from a module-level , so playground and managed runs read the wrong directory, failed into an empty , and attached zero context files with no error surfaced.
  • Also bumps a few dependencies.

✨ PR Description

Purpose: Read repository context files from the actual clone directory in every runtime mode, instead of a hardcoded default that only matched CI.

Main changes:

  • Extracted the base-path resolution readRemoteFile already performed into an exported getRepoBasePath(), computed per call since warm lambdas keep module state between requests
  • Checked managed gitstream before playground so file listings and file reads can never resolve against different directories
  • Collapsed the two duplicated read/catch blocks into a single helper and folded an unreadable-file count into the existing debug line

CHANGELOG

🐛 Bug Fixes

  • Playground code reviews now include the same related-file context as real reviews

🔧 Improvements

  • Internal improvements and fixes

Description added manually - the AI description step did not run on this merge request.

@linearbci linearbci added the auto-deploy when exists in PR, will auto make release and auto deploy to prod label Aug 6, 2026
@linearbci
linearbci requested a review from MishaKav August 6, 2026 13:13

@orca-security-us orca-security-us Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed OSS Licenses high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 1   low 0   info 0 View in Orca
☢️ The following Vulnerabilities (CVEs) have been detected
PACKAGE FILE CVE ID INSTALLED VERSION FIXED VERSION
high fast-uri ./package-lock.json CVE-2026-18446 3.1.4 2.4.4, 3.1.5, 4.1.2 View in code

@MishaKav MishaKav left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@linearb linearb Bot added the 1 min review label Aug 6, 2026
…-lock.json

- Bumped brace-expansion versions across multiple modules:
  - Updated brace-expansion from 2.1.3 to 2.1.4
  - Updated brace-expansion from 1.1.16 to 1.1.18
  - Updated brace-expansion from 5.0.8 to 5.0.9
- Updated fast-uri from 3.1.4 to 3.1.5
- Updated undici from 6.27.0 to 6.28.0

These updates include various improvements and bug fixes.

@orca-security-us orca-security-us Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed OSS Licenses high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@linearb linearb Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✨ PR Review

LGTM

Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Review using Guidelines Learn how

@MishaKav
MishaKav enabled auto-merge (squash) August 6, 2026 13:42
@MishaKav
MishaKav merged commit f6ecd22 into develop Aug 6, 2026
9 checks passed
@MishaKav
MishaKav deleted the bump-gitstream-core-to-2.1.301 branch August 6, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 min review auto-deploy when exists in PR, will auto make release and auto deploy to prod

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants