Skip to content

Feature/flatbuffers#148

Merged
jamals86 merged 4 commits intomainfrom
feature/flatbuffers
Feb 23, 2026
Merged

Feature/flatbuffers#148
jamals86 merged 4 commits intomainfrom
feature/flatbuffers

Conversation

@jamals86
Copy link
Copy Markdown
Collaborator

No description provided.

Redact and secure CLI secrets, add URL validation, and harden components/tests.

Highlights:
- CLI: redact JWT/refresh tokens in outputs, avoid storing sensitive commands in history, restrict history file perms on Unix, and skip saving unsafe commands; session code uses should_persist_command before appending history.
- connect: add normalize_and_validate_server_url and is_localhost_url helpers with unit tests; validate and normalize server URLs; depend on the url crate (added to cli/Cargo.toml and workspace Cargo.toml).
- Tests: numerous test fixes and robustness improvements (longer deadlines, aggregated consume logic, wait_for_topic_routes helper, readiness checks, improved error handling via .expect messages, inserted more inserts and adjusted counts).
- link: add bounded gzip decompression (decompress_gzip_with_limit), fail on advertised oversized outputs, and add tests; introduce WebSocket/binary/decompressed size constants and begin stricter WS URL parsing in subscription resolver.
- Misc: small formatting and concatenation cleanups, .gitignore additions for worktrees and test targets, and removal of stale batch compile artifacts.

Overall these changes improve privacy, input validation, resource safety, and test reliability.
Introduce a production-style summarizer agent example that uses Google Gemini via @langchain/google-genai. Adds new example files (refactored src/agent.ts, src/summarizer-runtime.ts, src/langchain-google-genai.d.ts), tests, updated README, .env example, setup.sh verification for failure sink, and npm test script. Update example package.json and package-lock to switch from @langchain/openai to @langchain/google-genai. Update CLI init to write a langchain-openai.d.ts shim for generated projects and include .d.ts files in tsconfig; add CLI tests for non-interactive project generation and invalid table validation. Also add top-level install.sh and additional TypeScript SDK test scaffolding.
@jamals86 jamals86 merged commit f1410cc into main Feb 23, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant