Releases: KPO-Tech/seshat
Releases · KPO-Tech/seshat
Release list
v1.2.42
What's Changed
- feat(dataflow): nodes as agent-callable tools (§37.9 Phase 1) by @EngineerProjects in #309
- release: nodes as agent-callable tools (§37.9 Phase 1) by @EngineerProjects in #311
Full Changelog: v1.2.41...v1.2.42
v1.2.41
What's Changed
- feat(dataflow): add per-node tool scoping parameter to the agent node by @EngineerProjects in #307
- release: per-node tool scoping parameter for the agent node by @EngineerProjects in #308
Full Changelog: v1.2.40...v1.2.41
v1.2.40
What's Changed
- fix(bash): bound the Docker sandbox health check with a timeout by @EngineerProjects in #295
- release: bound Docker sandbox health check with a timeout by @EngineerProjects in #296
Full Changelog: v1.2.39...v1.2.40
v1.2.39
What's Changed
- docs(changelog): backfill 1.2.28 through 1.2.38 by @EngineerProjects in #291
- release: promote changelog backfill by @EngineerProjects in #292
- feat(dataflow): add TestableExecutor for per-node connection tests by @EngineerProjects in #293
- release: TestableExecutor for per-node connection tests by @EngineerProjects in #294
Full Changelog: v1.2.38...v1.2.39
v1.2.38
Changes
- Extend Z.ai response header timeout for slow first-byte streaming requests.
- Expose model context window metadata through pkg/types.
- Add focused tests for provider timeout behavior and the public context window API.
Verification
- GitHub CI passed on PR #289 and PR #290.
- Local targeted tests passed: go test ./internal/providers ./pkg/types.
What's Changed
- fix(providers): tune Z.ai timeout and expose context windows by @EngineerProjects in #289
- release: promote provider timeout and context window fixes by @EngineerProjects in #290
Full Changelog: v1.2.37...v1.2.38
v1.2.37
What's Changed
- Add per-node retry and OnError to dataflow (Tier 3.1) by @EngineerProjects in #287
- Release: per-node retry and OnError for dataflow (Tier 3.1) by @EngineerProjects in #288
Full Changelog: v1.2.36...v1.2.37
v1.2.36
What's Changed
- Add $vars expression binding for dataflow Variables (Tier 3.2) by @EngineerProjects in #285
- Release: $vars expression binding for dataflow Variables (Tier 3.2) by @EngineerProjects in #286
Full Changelog: v1.2.35...v1.2.36
v1.2.35
Adds configurable RAG chunk profiles and exposes profile-aware Docling chunking through pkg/rag.
What's Changed
- feat(rag): add configurable chunk profiles by @EngineerProjects in #283
- release: promote dev to main by @EngineerProjects in #284
Full Changelog: v1.2.34...v1.2.35
v1.2.34
What's Changed
- feat(rag): add OpenSearch vector store and Docling chunking by @EngineerProjects in #280
- release: promote OpenSearch Knowledge RAG runtime by @EngineerProjects in #281
Full Changelog: v1.2.33...v1.2.34
v1.2.33
What's Changed
- Add pinned data to freeze a node's output for testing (Tier 2.3) by @EngineerProjects in #278
- Release: pinned data for testing (Tier 2.3) by @EngineerProjects in #279
Full Changelog: v1.2.32...v1.2.33