Avatar for the langchain-ai user
langchain-ai
langchain
BlogDocsChangelog

Performance History

Latest Results

fix(agents): allow directory names containing '..' in FilesystemFileSearchMiddleware _validate_and_resolve_path used ''..' in path' which rejected any path whose string representation contained '..', including legitimate directory names like 'src..old' or 'v1..backup' (issue #38549). Change the check to inspect individual path components via Path(path).parts, blocking only components that are exactly '..'. The tilde check and the _is_within_root containment guard remain in place as additional defenses. Adds regression tests for: - glob_search accepting a path like '/src..old' - grep_search accepting a path like '/v1..backup' - real traversal ('/../') still blocked after the fix
uttam12331:fix/filesystem-double-dot-path-38549
2 hours ago
core[fix]: don't inherit tool description from parent class docstring
zm-michelle:fix/tool-docstring-inheritance-32066
4 days ago
fix(core): avoid `dict` shadowing in language models
mdrxy/core/pydantic-dict-shadowing
7 days ago
stop overriding caller's ls_integration in ls trace
hariharish/ls_integration
8 days ago
fix(langchain): avoid orphan ToolMessages in summarization cutoff Co-authored-by: Cursor <cursoragent@cursor.com>
Chessing234:Chessing234/langchain/summarization-orphan-tool-cutoff
8 days ago

Latest Branches

CodSpeed Performance Gauge
0%
fix(agents): allow directory names containing '..' in FilesystemFileSearchMiddleware#38623
2 hours ago
51c9893
uttam12331:fix/filesystem-double-dot-path-38549
CodSpeed Performance Gauge
0%
4 days ago
e16af05
zm-michelle:fix/tool-docstring-inheritance-32066
CodSpeed Performance Gauge
0%
7 days ago
57ad89d
OkiriGabriel:mdrxy/core/forward-feedback-config-to-create-feedback
© 2026 CodSpeed Technology
Home Terms Privacy Docs