|
1381 | 1381 | "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-coding-agent_0.6.0/azure-coding-agent-windows-arm64.zip" |
1382 | 1382 | } |
1383 | 1383 | } |
| 1384 | + }, |
| 1385 | + { |
| 1386 | + "version": "0.6.1", |
| 1387 | + "capabilities": [ |
| 1388 | + "custom-commands", |
| 1389 | + "metadata" |
| 1390 | + ], |
| 1391 | + "usage": "azd coding-agent \u003ccommand\u003e [options]", |
| 1392 | + "examples": null, |
| 1393 | + "artifacts": { |
| 1394 | + "darwin/amd64": { |
| 1395 | + "checksum": { |
| 1396 | + "algorithm": "sha256", |
| 1397 | + "value": "e086cdd196108c7b7e6cb2a9e5852009caf3d0128b1fc0bd537764405fb81cb6" |
| 1398 | + }, |
| 1399 | + "entryPoint": "azure-coding-agent-darwin-amd64", |
| 1400 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-coding-agent_0.6.1/azure-coding-agent-darwin-amd64.zip" |
| 1401 | + }, |
| 1402 | + "darwin/arm64": { |
| 1403 | + "checksum": { |
| 1404 | + "algorithm": "sha256", |
| 1405 | + "value": "4dfbc5e06b0f1ae0e8e4a086a1e42e5d7e973a6e818b9b20efb925ac780f82db" |
| 1406 | + }, |
| 1407 | + "entryPoint": "azure-coding-agent-darwin-arm64", |
| 1408 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-coding-agent_0.6.1/azure-coding-agent-darwin-arm64.zip" |
| 1409 | + }, |
| 1410 | + "linux/amd64": { |
| 1411 | + "checksum": { |
| 1412 | + "algorithm": "sha256", |
| 1413 | + "value": "6b546f5fb825cb4ad758c535efb2c6414d5b163335974d0f2dd5c959eaee7fbf" |
| 1414 | + }, |
| 1415 | + "entryPoint": "azure-coding-agent-linux-amd64", |
| 1416 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-coding-agent_0.6.1/azure-coding-agent-linux-amd64.tar.gz" |
| 1417 | + }, |
| 1418 | + "linux/arm64": { |
| 1419 | + "checksum": { |
| 1420 | + "algorithm": "sha256", |
| 1421 | + "value": "5b81c9014dccc2a4d79f31d4d76992e952b5caf96bddd1881b388abb93d8ab88" |
| 1422 | + }, |
| 1423 | + "entryPoint": "azure-coding-agent-linux-arm64", |
| 1424 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-coding-agent_0.6.1/azure-coding-agent-linux-arm64.tar.gz" |
| 1425 | + }, |
| 1426 | + "windows/amd64": { |
| 1427 | + "checksum": { |
| 1428 | + "algorithm": "sha256", |
| 1429 | + "value": "5bca57dc67b11aaea160696003ef0fa5734ccb57cbbef20cfe6c469360edfdf0" |
| 1430 | + }, |
| 1431 | + "entryPoint": "azure-coding-agent-windows-amd64.exe", |
| 1432 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-coding-agent_0.6.1/azure-coding-agent-windows-amd64.zip" |
| 1433 | + }, |
| 1434 | + "windows/arm64": { |
| 1435 | + "checksum": { |
| 1436 | + "algorithm": "sha256", |
| 1437 | + "value": "d2854d9c9bdba79b10a728d96a77d7c9f64f457927c0564292b9b3a40e9a3e6a" |
| 1438 | + }, |
| 1439 | + "entryPoint": "azure-coding-agent-windows-arm64.exe", |
| 1440 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-coding-agent_0.6.1/azure-coding-agent-windows-arm64.zip" |
| 1441 | + } |
| 1442 | + } |
1384 | 1443 | } |
1385 | 1444 | ] |
1386 | 1445 | }, |
|
2586 | 2645 | "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.14-preview/azure-ai-agents-windows-arm64.zip" |
2587 | 2646 | } |
2588 | 2647 | } |
| 2648 | + }, |
| 2649 | + { |
| 2650 | + "version": "0.1.15-preview", |
| 2651 | + "requiredAzdVersion": "\u003e1.23.6", |
| 2652 | + "capabilities": [ |
| 2653 | + "custom-commands", |
| 2654 | + "lifecycle-events", |
| 2655 | + "mcp-server", |
| 2656 | + "service-target-provider", |
| 2657 | + "metadata" |
| 2658 | + ], |
| 2659 | + "providers": [ |
| 2660 | + { |
| 2661 | + "name": "azure.ai.agent", |
| 2662 | + "type": "service-target", |
| 2663 | + "description": "Deploys agents to the Foundry Agent Service" |
| 2664 | + } |
| 2665 | + ], |
| 2666 | + "usage": "azd ai agent \u003ccommand\u003e [options]", |
| 2667 | + "examples": [ |
| 2668 | + { |
| 2669 | + "name": "init", |
| 2670 | + "description": "Initialize a new AI agent project.", |
| 2671 | + "usage": "azd ai agent init" |
| 2672 | + } |
| 2673 | + ], |
| 2674 | + "artifacts": { |
| 2675 | + "darwin/amd64": { |
| 2676 | + "checksum": { |
| 2677 | + "algorithm": "sha256", |
| 2678 | + "value": "9ccf244978094a6a59b33f090af06dd62f71b19fd9b6014a9c02639856cfca87" |
| 2679 | + }, |
| 2680 | + "entryPoint": "azure-ai-agents-darwin-amd64", |
| 2681 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.15-preview/azure-ai-agents-darwin-amd64.zip" |
| 2682 | + }, |
| 2683 | + "darwin/arm64": { |
| 2684 | + "checksum": { |
| 2685 | + "algorithm": "sha256", |
| 2686 | + "value": "fe7c8d0d67b94461cedbe12e4ace77ad96bde948ebd1d530aa20f41e219f8d7d" |
| 2687 | + }, |
| 2688 | + "entryPoint": "azure-ai-agents-darwin-arm64", |
| 2689 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.15-preview/azure-ai-agents-darwin-arm64.zip" |
| 2690 | + }, |
| 2691 | + "linux/amd64": { |
| 2692 | + "checksum": { |
| 2693 | + "algorithm": "sha256", |
| 2694 | + "value": "c217ab5583e34e7ff884248b62d3af94a77dc0b3453538b48e559428c5119a5b" |
| 2695 | + }, |
| 2696 | + "entryPoint": "azure-ai-agents-linux-amd64", |
| 2697 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.15-preview/azure-ai-agents-linux-amd64.tar.gz" |
| 2698 | + }, |
| 2699 | + "linux/arm64": { |
| 2700 | + "checksum": { |
| 2701 | + "algorithm": "sha256", |
| 2702 | + "value": "6fd4d7e1f0aba957065de343da7cf06cfbed993abfe5da7a0615e913197d8876" |
| 2703 | + }, |
| 2704 | + "entryPoint": "azure-ai-agents-linux-arm64", |
| 2705 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.15-preview/azure-ai-agents-linux-arm64.tar.gz" |
| 2706 | + }, |
| 2707 | + "windows/amd64": { |
| 2708 | + "checksum": { |
| 2709 | + "algorithm": "sha256", |
| 2710 | + "value": "bad25e242dd148c12b5616ecc755f858f65161d78bd0ada2afd7c880cae47de3" |
| 2711 | + }, |
| 2712 | + "entryPoint": "azure-ai-agents-windows-amd64.exe", |
| 2713 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.15-preview/azure-ai-agents-windows-amd64.zip" |
| 2714 | + }, |
| 2715 | + "windows/arm64": { |
| 2716 | + "checksum": { |
| 2717 | + "algorithm": "sha256", |
| 2718 | + "value": "9cc2d182f722b19ad22a6f28257b9d06e42c188cd6badd38264be3c410747f53" |
| 2719 | + }, |
| 2720 | + "entryPoint": "azure-ai-agents-windows-arm64.exe", |
| 2721 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.15-preview/azure-ai-agents-windows-arm64.zip" |
| 2722 | + } |
| 2723 | + } |
2589 | 2724 | } |
2590 | 2725 | ] |
2591 | 2726 | }, |
|
0 commit comments