Releases: minpeter/plugsuits
Releases · minpeter/plugsuits
plugsuits@2.3.4
Patch Changes
- Updated dependencies [a714664]
- @ai-sdk-tool/harness@1.3.0
- @ai-sdk-tool/tui@3.1.0
- @ai-sdk-tool/headless@3.1.0
@ai-sdk-tool/tui@3.1.0
Minor Changes
- a714664: Add
defineAgent,createAgentRuntime, andAgentSessionruntime layer to harness. AddrunAgentSessionTUIandrunAgentSessionHeadlesssession adapter helpers to tui and headless. Remove deprecatedSessionStore,CheckpointHistory.fromSession(), and legacy token field aliases (completionTokens,promptTokens).
@ai-sdk-tool/headless@3.1.0
Minor Changes
- a714664: Add
defineAgent,createAgentRuntime, andAgentSessionruntime layer to harness. AddrunAgentSessionTUIandrunAgentSessionHeadlesssession adapter helpers to tui and headless. Remove deprecatedSessionStore,CheckpointHistory.fromSession(), and legacy token field aliases (completionTokens,promptTokens).
@ai-sdk-tool/harness@1.3.0
Minor Changes
- a714664: Add
defineAgent,createAgentRuntime, andAgentSessionruntime layer to harness. AddrunAgentSessionTUIandrunAgentSessionHeadlesssession adapter helpers to tui and headless. Remove deprecatedSessionStore,CheckpointHistory.fromSession(), and legacy token field aliases (completionTokens,promptTokens).
plugsuits@2.3.3
Patch Changes
- 5e0768c: Fix review issues: runAgentLoop message retention, isContextOverflowError call sites, setTimeout leak, CEA token estimation, session history separation, per-thread memory tracking, vi.mock hoisting, AgentError export, and lint cleanup
- Updated dependencies [5e0768c]
- @ai-sdk-tool/harness@1.2.4
- @ai-sdk-tool/tui@3.0.2
- @ai-sdk-tool/headless@3.0.3
@ai-sdk-tool/tui@3.0.2
Patch Changes
- 5e0768c: Fix review issues: runAgentLoop message retention, isContextOverflowError call sites, setTimeout leak, CEA token estimation, session history separation, per-thread memory tracking, vi.mock hoisting, AgentError export, and lint cleanup
- Updated dependencies [5e0768c]
- @ai-sdk-tool/harness@1.2.4
@ai-sdk-tool/headless@3.0.3
Patch Changes
- 5e0768c: Fix review issues: runAgentLoop message retention, isContextOverflowError call sites, setTimeout leak, CEA token estimation, session history separation, per-thread memory tracking, vi.mock hoisting, AgentError export, and lint cleanup
- Updated dependencies [5e0768c]
- @ai-sdk-tool/harness@1.2.4
@ai-sdk-tool/harness@1.2.4
Patch Changes
- 5e0768c: Fix review issues: runAgentLoop message retention, isContextOverflowError call sites, setTimeout leak, CEA token estimation, session history separation, per-thread memory tracking, vi.mock hoisting, AgentError export, and lint cleanup
plugsuits@2.3.1
Patch Changes
-
6ce5711: Add MCP (Model Context Protocol) client integration and improve developer experience
createAgent()now accepts anmcpoption for automatic MCP tool loadingcreateAgent()is now async and returnsPromise<Agent>Agent.close()method added for MCP connection cleanup (no-op when no MCP configured)MCPOptionsupports four forms:true(load from.mcp.json),MCPServerConfig[](inline servers),{ config, servers }(both), or a pre-initializedMCPManagerinstance- MCPManager caching with reference counting — same config reuses existing connections
- Inline server arrays (
MCPServerConfig[]) now correctly passed to MCPManager MCPManagerOptions.serversadded for programmatic server injection- Minimal agent wired with DuckDuckGo search MCP server
-
Updated dependencies [6ce5711]
- @ai-sdk-tool/harness@1.2.2
- @ai-sdk-tool/headless@3.0.1
- @ai-sdk-tool/tui@3.0.1
@ai-sdk-tool/harness@1.2.2
Patch Changes
-
6ce5711: Add MCP (Model Context Protocol) client integration and improve developer experience
createAgent()now accepts anmcpoption for automatic MCP tool loadingcreateAgent()is now async and returnsPromise<Agent>Agent.close()method added for MCP connection cleanup (no-op when no MCP configured)MCPOptionsupports four forms:true(load from.mcp.json),MCPServerConfig[](inline servers),{ config, servers }(both), or a pre-initializedMCPManagerinstance- MCPManager caching with reference counting — same config reuses existing connections
- Inline server arrays (
MCPServerConfig[]) now correctly passed to MCPManager MCPManagerOptions.serversadded for programmatic server injection- Minimal agent wired with DuckDuckGo search MCP server