Commit Graph

  • 3c8fdb6f49 Fix Anthropic unit test mocks for SDK 12.20.0 interface changes Giles Odigwe 2026-05-08 14:47:49 -07:00
  • 5ec3bcf390 Upgrade Anthropic SDK 12.13.0 -> 12.20.0 to fix M.E.AI incompatibility Giles Odigwe 2026-05-08 14:29:37 -07:00
  • ebd970093f .NET: dotnet test - use --project flag for Microsoft Testing Platform bugfix/fix-hosted-agents-it-concurrency-error Roger Barreto 2026-05-08 20:42:12 +01:00
  • bbe2e91dcd .NET: Foundry.Hosted IT - fix MSBuild parallel-output races Roger Barreto 2026-05-08 20:22:54 +01:00
  • aeb2e124c7 test: Add unit tests for Handoff FunctionCall/Result matching fix dev/dotnet_workflow/fix_handoff_reentrant_tool_matching Jacob Alber 2026-05-08 14:33:50 -04:00
  • f8c6320cb9 fix: Synthesized Handoff FunctionResult is never sent to agent Jacob Alber 2026-05-08 13:13:35 -04:00
  • 4377806ee5 test: Split out Handoff Orchestration tests Jacob Alber 2026-05-07 13:42:46 -04:00
  • 0557b5782b .NET: Add IChatMessageInjector for message injection during function loop (#5679) westey 2026-05-08 18:16:03 +01:00
  • 9ce21a2a2f Re-enable Anthropic integration tests Giles Odigwe 2026-05-08 09:48:57 -07:00
  • 2a55b35176 Address PR feedback: add Workflows.Generators to core filter, drop dotnetChanges gate from functions job Giles Odigwe 2026-05-08 07:48:34 -07:00
  • eb709d8fc9 .NET: Update FoundryAgent to address HostedAgents strict URL routing (#5677) Roger Barreto 2026-05-08 15:46:52 +01:00
  • 08dcf74cf4 Split DurableTask/AzureFunctions integration tests into dedicated CI job Giles Odigwe 2026-05-08 07:20:39 -07:00
  • 226c004b53 Add hyperlight to release slnf (#5695) westey 2026-05-08 10:28:35 +01:00
  • 3aae3cb9de Update version for release (#5703) dotnet-1.5.0 Jacob Alber 2026-05-07 20:17:44 -04:00
  • 0340b7596b Python: bump package versions for 1.3.0 release (#5706) python-1.3.0 Giles Odigwe 2026-05-07 16:57:02 -07:00
  • 76772ffc19 .NET: Fix function_call_output.output to be a JSON string on the wire (#5705) Ben Thomas 2026-05-07 16:27:57 -07:00
  • 27324a8013 .NET: Mark Magentic Orchestration Experimental (#5704) Jacob Alber 2026-05-07 18:54:01 -04:00
  • 27bbfefb42 Address PR feedback: JsonElement special-case, symmetric inbound unwrap, tests hosted-output-formating alliscode 2026-05-07 15:13:07 -07:00
  • 412db30b72 Merge remote-tracking branch 'origin/main' into hosted-output-formating alliscode 2026-05-07 14:54:47 -07:00
  • 57fb32efc8 Python: Upgrade github-copilot-sdk to v1.0.0b2 with new features (#5665) Giles Odigwe 2026-05-07 14:43:47 -07:00
  • 89f3288c04 Merge branch 'main' into dev/dotnet_workflow/mark_magentic_experimental dev/dotnet_workflow/mark_magentic_experimental Jacob Alber 2026-05-07 17:11:00 -04:00
  • 6a54af6ac9 Apply [Experimental] to all public Magentic types and suppress MAAIW001 in project copilot-swe-agent[bot] 2026-05-07 21:10:24 +00:00
  • 3c1e2c40b8 Fix typo:sesionEleme -> sessionElement (#5674) Hao-Xiong 2026-05-08 05:05:41 +08:00
  • 5791203d77 Fix function_call_output.output to be a JSON string on the wire alliscode 2026-05-07 13:58:00 -07:00
  • 183f184360 Update version for release version-update-2026-05-07 Jacob Alber 2026-05-07 20:53:37 +00:00
  • 65706d365a fix: Mark Magentic Orchestration Experimental Jacob Alber 2026-05-07 20:47:10 +00:00
  • d3518ad19d fix(security): non-thread-safe sequence number generation may cau (#5320) tuanaiseo 2026-05-08 03:42:49 +07:00
  • c06af9a1b3 .NET: Python: Add dotnet integration test report to CI (#5515) Giles Odigwe 2026-05-07 13:39:32 -07:00
  • 1d94518f37 Python: Add ClassSkill for class-based skill definitions (#5678) feat/hosted-output-formating SergeyMenshykh 2026-05-07 20:39:12 +01:00
  • a478d1b53c .NET: Foundry.Hosting IT: avoid MSB3026 in publish; fix telemetry UT flake (#5689) Roger Barreto 2026-05-07 19:54:46 +01:00
  • ce70ca1a9f .NET: feat: Implement Magentic Orchestration for .NET (#5595) Jacob Alber 2026-05-07 14:36:15 -04:00
  • a1aa878c94 Merge branch 'main' into features/foundry-hosting-it-msb3026-fix features/foundry-hosting-it-msb3026-fix Roger Barreto 2026-05-07 19:25:14 +01:00
  • c0ded17485 Merge branch 'main' into dev/dotnet_workflow/magentic dev/dotnet_workflow/magentic Jacob Alber 2026-05-07 14:18:48 -04:00
  • c367916e8e Merge branch 'main' into features/foundry-hosting-it-msb3026-fix Roger Barreto 2026-05-07 19:16:45 +01:00
  • 2a9b68d1bd Python: Fix MCPStreamableHTTPTool leaking asyncio.CancelledError when MCP server is unreachable (#5687) Evan Mattson 2026-05-08 02:58:30 +09:00
  • 1489d6620e .NET: feat: Update Github Copilot SDK to 1.0.0-beta.2 (#5699) Jacob Alber 2026-05-07 14:15:10 -04:00
  • 8bb4692678 Python: Add base_url parameter to AnthropicClient and RawAnthropicClient (#5685) Evan Mattson 2026-05-08 02:57:09 +09:00
  • 8a1ad0199a fix: whitespace formatting dev/update_github_copilot_sdk Jacob Alber 2026-05-07 16:44:17 +00:00
  • cbc471dc18 fix sample project Jacob Alber 2026-05-07 16:41:41 +00:00
  • 6ddb74f8b3 fix: Update for breaking changes in Github.Copilot.SDK Jacob Alber 2026-05-07 16:25:15 +00:00
  • 2f93971a59 Fix formatting Jacob Alber 2026-05-07 12:05:32 -04:00
  • 867ed0b0cf Merge branch 'main' into dev/dotnet_workflow/magentic Jacob Alber 2026-05-07 11:56:49 -04:00
  • 93ccf52c39 feat: Update Github Copilot SDK to 1.0.0-beta.2 Jacob Alber 2026-05-07 11:52:49 -04:00
  • 44381c051b .NET: Support reasoning events in AGUI (#4953) Jeffin SIby 2026-05-07 16:09:04 +01:00
  • 61014b226a Merge branch 'main' into dev/dotnet_workflow/magentic Jacob Alber 2026-05-07 11:08:36 -04:00
  • 213491da66 Python: Add support for function approval flow in Foundry hosted agent (#5666) Tao Chen 2026-05-07 07:55:26 -07:00
  • 120818adfc Merge branch 'main' into dev/dotnet_workflow/magentic Jacob Alber 2026-05-07 07:52:08 -04:00
  • b8951641f2 fix: Address PR Comments Jacob Alber 2026-05-07 07:51:27 -04:00
  • 7db163997f .NET: Foundry.Hosting IT: avoid MSB3026 in publish; fix telemetry UT flake Roger Barreto 2026-05-07 10:43:42 +01:00
  • a95493a909 Python: Core: notify agent of external AgentModeProvider mode changes (#5650) Eduard van Valkenburg 2026-05-07 04:58:38 +02:00
  • cdd80c61ac .NET: Issue 5662 (#5668) Ben Thomas 2026-05-06 17:30:41 -07:00
  • 319cae3be6 Address comments feature/python-hosted-agent-function-approval-flow Tao Chen 2026-05-06 17:25:20 -07:00
  • e56e6dad4d Python: Remove bespoke Foundry toolbox helpers; standardize on MCP for toolbox consumption (#5671) Evan Mattson 2026-05-07 08:56:16 +09:00
  • 3595000cd0 Address comments Tao Chen 2026-05-06 11:34:03 -07:00
  • 51ad460d5f .NET: Add Foundry.Hosting.IntegrationTests (#5598) Roger Barreto 2026-05-06 17:08:15 +01:00
  • 65455751a4 .NET: Fix flaky declarative test (#5669) Peter Ibekwe 2026-05-06 08:07:23 -07:00
  • b12109b7e4 .NET: Bump MEAI to 10.5.1 and add Foundry per-call x-client header support (#5652) Roger Barreto 2026-05-06 15:43:08 +01:00
  • be8d2619e4 Python: [Breaking] Restructure agent skills to use multi-source architecture (#5584) SergeyMenshykh 2026-05-06 10:45:06 +01:00
  • 705473c276 .NET: Add hosted agent observability sample (#5660) Roger Barreto 2026-05-06 09:33:16 +01:00
  • 066e1a291d Address comments Tao Chen 2026-05-05 16:56:41 -07:00
  • 81e0043fa3 Add support for function approval flow in Foundry hosted agent Tao Chen 2026-05-05 16:24:30 -07:00
  • f25e81701d Python: Add Python parity for InvokeMcpTool in declarative workflow (#5630) Peter Ibekwe 2026-05-05 13:16:03 -07:00
  • f3f71f0fe8 Python: fix(bedrock): don't send toolChoice when no tools are configured (#5172) bahtyar 2026-05-06 03:15:37 +08:00
  • ddfbdf5c7a Python: information-flow control prompt injection defense (#5331) Eduard van Valkenburg 2026-05-05 20:08:08 +02:00
  • 806075ae61 .NET: Fix YAML block scalar parsing for file skills (#5610) Teja Kusireddy 2026-05-05 12:32:05 -04:00
  • 69803f3db3 fix: Add missing serialized types to source gen for trimming Jacob Alber 2026-05-05 07:12:37 -04:00
  • 0a992a0025 fix: Updates for PR feedback Jacob Alber 2026-05-05 07:11:52 -04:00
  • 6a8a019bcd fix: Format Jacob Alber 2026-05-04 16:04:09 -04:00
  • 4b4ff112a5 fix: Fix FenceJsonRegexPattern Jacob Alber 2026-05-04 14:29:53 -04:00
  • 7f36646177 fixup: Update for review comments Jacob Alber 2026-05-04 14:19:29 -04:00
  • 1c0c6483e8 feat: Implement Magentic Orchestration for .NET Jacob Alber 2026-04-30 15:51:57 -04:00
  • d2e694dfe1 .NET: Fix QuestionExecutor looping after GotoAction re-entry in declarative workflows (#5635) Peter Ibekwe 2026-05-05 08:53:31 -07:00
  • 6f86debb81 fix: Add missing Workflows "Shared" sources to solution (#5656) Jacob Alber 2026-05-05 11:45:49 -04:00
  • 9f3f7fd03b fix: JSON Serialization issue with MultiPartyConversation (#5653) Jacob Alber 2026-05-05 11:36:05 -04:00
  • e9a6d43237 .NET: Improve Todo multithreading and inject todos into message list (#5655) westey 2026-05-05 16:21:51 +01:00
  • 384e26abd7 .NET: Add allow listing for WebBrowsingTool (#5605) westey 2026-05-05 16:20:55 +01:00
  • 745f9a7178 Update python/samples/03-workflows/declarative/invoke_mcp_tool/main.py peibekwe/declarative-mcp-tool-python Peter Ibekwe 2026-05-05 08:09:12 -07:00
  • 162985f2a3 .NET: feat: Implement message filtering to exclude non-portable content typ… (#5410) Taylor Rockey 2026-05-05 07:43:45 -07:00
  • a7b15172fd fix: Add missing Workflows "Shared" sources to solution dev/dotnet_workflow/add_missing_shared Jacob Alber 2026-05-05 10:20:02 -04:00
  • 8383e057bc fix: JSON Serialization issue with MultiPartyConversation dev/dotnet_workflow/fix_handoff_serialization Jacob Alber 2026-05-05 09:06:30 -04:00
  • e7dc3b91f1 .NET: Add Microsoft.Agents.AI.Hyperlight package for CodeAct integration (.NET) (#5329) dotnet-1.4.0 Eduard van Valkenburg 2026-05-05 14:56:24 +02:00
  • d7ca9c8f16 Python: Core: add experimental session-mode harness context provider (#5611) Eduard van Valkenburg 2026-05-05 12:09:19 +02:00
  • 57c901a245 Python: Fix hyperlight WasmSandbox cross-thread Drop and harden hosted-agent sample (#5603) Eduard van Valkenburg 2026-05-05 12:06:16 +02:00
  • 36b9b41e3b Update version for release (#5636) westey 2026-05-05 10:23:36 +01:00
  • 550209fe6e Python: Core: add experimental todo-list harness context provider (#5612) Eduard van Valkenburg 2026-05-05 10:39:41 +02:00
  • 27f926609f Python: Fix incorrect workflow timings in DevUI by adding created_at to executor events (#5615) Evan Mattson 2026-05-05 14:59:08 +09:00
  • a1883c6cb3 Addressed failing integration test and promptcount peibekwe/declarative-quextion-executor-fix Peter Ibekwe 2026-05-04 22:53:13 -07:00
  • 21e844688f Fix QuestionExecutor looping after GotoAction re-entry in declarative workflows Peter Ibekwe 2026-05-04 20:14:34 -07:00
  • 7476049d7e docs: enhance README with 1.0 features and improved structure (#5534) chetantoshniwal 2026-05-04 18:19:57 -07:00
  • 5a087885a2 Python: Add hosted agent sample with observability (#5608) Tao Chen 2026-05-04 15:31:47 -07:00
  • 4b5a8478de .NET: Hosting updates to declarative workflows (#5589) Ben Thomas 2026-05-04 15:09:54 -07:00
  • ea0b3c1210 Fix cache and PR comments Peter Ibekwe 2026-05-04 15:08:04 -07:00
  • 330d3d7165 fix(openai): drop completed continuation_token from shared options in tool loop (#5462) Yufeng He 2026-05-05 05:22:56 +08:00
  • f3db60fa65 Python: Support GPT-5 verbosity option and restore Foundry agent_reference (#5619) Evan Mattson 2026-05-05 06:21:40 +09:00
  • 4a2da953ca Python: Core: add experimental memory harness context provider (#5613) Eduard van Valkenburg 2026-05-04 23:19:50 +02:00
  • 92cd194122 Update sample to support require approval to be toggled by environment variable. Peter Ibekwe 2026-05-04 13:47:24 -07:00
  • 55e665ade0 Initial implementation of invoke mcp tool in python Peter Ibekwe 2026-05-04 13:08:21 -07:00
  • fed40ca1b2 Merge branch 'main' into peibekwe/declarative-openapi-tool-python Peter Ibekwe 2026-05-04 11:57:45 -07:00
  • e558d36ff6 docs: fix outdated @ai_function reference to @tool in workflows README (#5622) Aishwarya Sawant 2026-05-04 12:59:09 +02:00
  • 7d4c3723a7 Python: add test for empty-message pruning in approval result replacement (#5617) feature/python-fides Eduard van Valkenburg 2026-05-04 10:19:45 +02:00