|
1 | 1 | { |
2 | 2 | "releases": [ |
3 | 3 | { |
4 | | - "version": "20260315.1", |
| 4 | + "version": "20260315.2", |
5 | 5 | "release_date": "March 15, 2026", |
6 | | - "introduction": "This release improves GitHub Copilot authentication reliability and adds CSV/TSV support with stronger data accuracy guarantees for spreadsheet and financial data.", |
| 6 | + "introduction": "This release improves GitHub Copilot authentication reliability, adds CSV/TSV support with stronger data accuracy guarantees, and fixes agent tool reliability issues.", |
7 | 7 | "improvements": [ |
8 | 8 | { |
9 | 9 | "id": "csv-tsv-import", |
|
24 | 24 | "icon": "key.fill", |
25 | 25 | "title": "GitHub Copilot Auth Reliability", |
26 | 26 | "description": "Fixed three related authentication issues: Copilot providers created via device flow now load correctly on startup. Token refresh now properly uses the new token instead of the expired one. Mid-stream 401 errors are now recovered automatically, so Copilot keeps working without prompting you to re-authenticate." |
| 27 | + }, |
| 28 | + { |
| 29 | + "id": "image-gen-health-check", |
| 30 | + "icon": "photo.badge.checkmark.fill", |
| 31 | + "title": "Smarter Image Generation Handling", |
| 32 | + "description": "SAM now checks if ALICE is reachable before offering image generation. Previously, the agent would repeatedly attempt image generation even when the server was unavailable, wasting time and context." |
| 33 | + }, |
| 34 | + { |
| 35 | + "id": "tool-error-feedback", |
| 36 | + "icon": "exclamationmark.bubble.fill", |
| 37 | + "title": "Better Tool Error Recovery", |
| 38 | + "description": "When the agent makes a bad tool call, error messages now correctly identify the problem and provide the right fix. The agent also stops retrying tools that are genuinely broken instead of looping on them." |
| 39 | + }, |
| 40 | + { |
| 41 | + "id": "conversation-alternation-fix", |
| 42 | + "icon": "bubble.left.and.bubble.right.fill", |
| 43 | + "title": "Fixed Message Ordering Issues", |
| 44 | + "description": "Fixed a bug where tool responses could cause messages to merge incorrectly, leading to malformed API requests. Multi-step agent workflows are now more reliable." |
27 | 45 | } |
28 | 46 | ] |
29 | 47 | }, |
|
0 commit comments