Commit Graph

  • e8fcdd05af v3.0.2 main v3.0.2 jkunz 2026-03-06 22:48:09 +00:00
  • 91865e9f57 fix(agent): use output parameter when invoking onToolResult instead of toolCall.result jkunz 2026-03-06 22:48:09 +00:00
  • 2947842499 v3.0.1 v3.0.1 jkunz 2026-03-06 11:41:30 +00:00
  • c503690d52 fix(readme): adjust ASCII art in README to fix box widths and spacing in agent diagram jkunz 2026-03-06 11:41:30 +00:00
  • 38556c8b12 v3.0.0 v3.0.0 jkunz 2026-03-06 11:39:01 +00:00
  • f9a9c9fb48 BREAKING CHANGE(api): Migrate public API to ai-sdk v6 and refactor core agent architecture: replace class-based DualAgent/Driver/Guardian with a single runAgent function; introduce ts_tools factories for tools, a compactMessages compaction subpath, and truncateOutput utility; simplify ToolRegistry to return ToolSet and remove legacy BaseToolWrapper/tool classes; update package exports and dependencies and bump major version. jkunz 2026-03-06 11:39:01 +00:00
  • 903de44644 v1.8.0 v1.8.0 jkunz 2026-01-20 14:39:34 +00:00
  • 5aa69cc998 feat(tools): add ToolRegistry, ToolSearchTool and ExpertTool to support on-demand tool visibility, discovery, activation, and expert/subagent tooling; extend DualAgentOrchestrator API and interfaces to manage tool lifecycle jkunz 2026-01-20 14:39:34 +00:00
  • 5ca0c80ea9 v1.7.0 v1.7.0 jkunz 2026-01-20 12:01:07 +00:00
  • 940bf3d3ef feat(docs): document native tool calling support and update README to clarify standard and additional tools jkunz 2026-01-20 12:01:07 +00:00
  • c1b269f301 v1.6.2 v1.6.2 jkunz 2026-01-20 03:56:44 +00:00
  • 7cb970f9e2 fix(release): bump version to 1.6.2 jkunz 2026-01-20 03:56:44 +00:00
  • 1fbcf8bb8b fix(driveragent): save tool_calls in message history for native tool calling jkunz 2026-01-20 03:56:10 +00:00
  • 4a8789019a v1.6.1 v1.6.1 jkunz 2026-01-20 03:38:07 +00:00
  • 0da85a5dcd fix(driveragent): include full message history for tool results and use a continuation prompt when invoking provider.collectStreamResponse jkunz 2026-01-20 03:38:07 +00:00
  • 121e216eea v1.6.0 v1.6.0 jkunz 2026-01-20 03:28:59 +00:00
  • eb1058bfb5 feat(smartagent): record native tool results in message history by adding optional toolName to continueWithNativeTools and passing tool identifier from DualAgent jkunz 2026-01-20 03:28:59 +00:00
  • ecdc125a43 v1.5.4 v1.5.4 jkunz 2026-01-20 03:16:02 +00:00
  • 73657be550 fix(driveragent): prevent duplicate thinking/output markers during token streaming and mark transitions jkunz 2026-01-20 03:16:02 +00:00
  • 4e4d3c0e08 v1.5.3 v1.5.3 jkunz 2026-01-20 03:10:53 +00:00
  • 79efe8f6b8 fix(driveragent): prefix thinking tokens with [THINKING] when forwarding streaming chunks to onToken jkunz 2026-01-20 03:10:53 +00:00
  • 8bcf3257e2 v1.5.2 v1.5.2 jkunz 2026-01-20 02:54:58 +00:00
  • 6753553394 fix(): no changes in this diff; nothing to release jkunz 2026-01-20 02:54:58 +00:00
  • a46dbd0da6 fix(driveragent): enable streaming for native tool calling methods jkunz 2026-01-20 02:54:45 +00:00
  • 7379daf4c5 v1.5.1 v1.5.1 jkunz 2026-01-20 02:45:41 +00:00
  • 83422b4b0e fix(smartagent): bump patch version to 1.5.1 (no changes in diff) jkunz 2026-01-20 02:45:41 +00:00
  • 4310c8086b feat(native-tools): add native tool calling support for Ollama models jkunz 2026-01-20 02:44:54 +00:00
  • 472a8ed7f8 v1.5.0 v1.5.0 jkunz 2026-01-20 02:05:12 +00:00
  • 44137a8710 feat(driveragent): preserve assistant reasoning in message history and update @push.rocks/smartai dependency to ^0.13.0 jkunz 2026-01-20 02:05:12 +00:00
  • c12a6a7be9 v1.4.2 v1.4.2 jkunz 2026-01-20 01:41:18 +00:00
  • 49dcc7a1a1 fix(repo): no changes detected in diff jkunz 2026-01-20 01:41:18 +00:00
  • e649e9caab fix(driver): make tool call format instructions explicit about literal XML output jkunz 2026-01-20 01:40:57 +00:00
  • c39e7e76b8 v1.4.1 v1.4.1 jkunz 2026-01-20 01:36:30 +00:00
  • c24a4306d9 fix(): no changes detected (empty diff) jkunz 2026-01-20 01:36:30 +00:00
  • 9718048dff fix(dualagent): improve no-tool-call feedback with explicit XML format reminder jkunz 2026-01-20 01:36:03 +00:00
  • b1deccaa26 v1.4.0 v1.4.0 jkunz 2026-01-20 01:30:26 +00:00
  • 52d1d128c7 feat(docs): document Dual-Agent Driver/Guardian architecture, new standard tools, streaming/vision support, progress events, and updated API/export docs jkunz 2026-01-20 01:30:26 +00:00
  • 60f8bbe1b6 feat(tools): add getToolExplanation() method with XML examples for LLM tool calling jkunz 2026-01-20 01:30:03 +00:00
  • b6308d2113 v1.3.0 v1.3.0 jkunz 2026-01-20 01:12:03 +00:00
  • e7968a31b1 feat(smartagent): add JsonValidatorTool and support passing base64-encoded images with task runs (vision-capable models); bump @push.rocks/smartai to ^0.12.0 jkunz 2026-01-20 01:12:03 +00:00
  • 05e4f03061 v1.2.8 jkunz 2026-01-20 00:38:41 +00:00
  • 37d4069806 feat(streaming): add streaming support to DriverAgent and DualAgentOrchestrator jkunz 2026-01-20 00:38:36 +00:00
  • fe0de36b1a v1.2.7 v1.2.7 jkunz 2026-01-20 00:13:32 +00:00
  • e49f35e7de fix(deps(smartai)): bump @push.rocks/smartai to ^0.11.0 jkunz 2026-01-20 00:13:32 +00:00
  • 4fbffdd97d v1.2.6 v1.2.6 jkunz 2026-01-20 00:05:42 +00:00
  • 560838477f fix(deps): bump @push.rocks/smartai to ^0.10.1 jkunz 2026-01-20 00:05:42 +00:00
  • 7503fccbf2 1.2.5 v1.2.5 jkunz 2025-12-15 15:30:13 +00:00
  • a76bd0d3e4 update jkunz 2025-12-15 15:29:56 +00:00
  • 1556a9d3e9 1.2.4 v1.2.4 jkunz 2025-12-15 15:16:08 +00:00
  • 19ba58ca40 update jkunz 2025-12-15 15:11:22 +00:00
  • 8662b73adb update jkunz 2025-12-15 14:49:26 +00:00
  • 9e848045f7 1.2.3 v1.2.3 jkunz 2025-12-15 14:25:05 +00:00
  • 8827a55768 1.2.2 v1.2.2 jkunz 2025-12-15 14:24:06 +00:00
  • 37b6e98a81 improve tools jkunz 2025-12-15 14:23:53 +00:00
  • 35911c21de 1.2.1 v1.2.1 jkunz 2025-12-15 12:37:28 +00:00
  • 7403e769d0 update jkunz 2025-12-15 12:37:19 +00:00
  • 0ee110cf7d v1.1.1 v1.1.1 jkunz 2025-12-15 07:08:35 +00:00
  • 0a8965b781 fix(ci): Update CI/release config and bump devDependencies; enable verbose tests jkunz 2025-12-15 07:08:35 +00:00
  • 8563262850 v1.1.0 v1.1.0 jkunz 2025-12-02 12:11:31 +00:00
  • cf6d7163be feat(deno): Add Deno tool and smartdeno integration; export and register DenoTool; update docs and tests jkunz 2025-12-02 12:11:31 +00:00
  • b9e8174f23 v1.0.2 v1.0.2 jkunz 2025-12-02 11:00:55 +00:00
  • 01894b2c7e fix(core): Bump version to 1.0.2 (patch release) jkunz 2025-12-02 11:00:55 +00:00
  • c1317712a9 initial jkunz 2025-12-02 10:59:09 +00:00