Skip to content

Commit a008d2c

Browse files
committed
chore(release): bump version to 20260315.2
Updated whats-new.json with additional bug fixes: - ALICE health check before offering image generation - Better tool error recovery and feedback - Fixed message ordering issues in agent workflows
1 parent 49e9301 commit a008d2c

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>20260315.1</string>
22+
<string>20260315.2</string>
2323
<key>CFBundleVersion</key>
2424
<string>20260315.1</string>
2525
<key>LSApplicationCategoryType</key>

Resources/whats-new.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"releases": [
33
{
4-
"version": "20260315.1",
4+
"version": "20260315.2",
55
"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.",
77
"improvements": [
88
{
99
"id": "csv-tsv-import",
@@ -24,6 +24,24 @@
2424
"icon": "key.fill",
2525
"title": "GitHub Copilot Auth Reliability",
2626
"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."
2745
}
2846
]
2947
},

0 commit comments

Comments
 (0)