Skip to content

Commit 957b8b3

Browse files
committed
docs(release): add API reference update + fix JSON syntax in 20260108.1 release notes
**Problem:** - Malformed JSON in whats-new.json (missing closing bracket in bugfixes section) - API reference update not mentioned in release notes - GitHub billing fix from today not documented **Solution:** - Fixed JSON syntax error in bugfixes array - Added GitHub Copilot billing cache fix to bugfixes - Added API reference documentation update to improvements - User-facing description: Help → API Reference now comprehensive **Testing:** ✅ JSON validation: PASS (python3 -m json.tool)
1 parent c90e7b5 commit 957b8b3

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

Resources/whats-new.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
"description": "Renamed 'API Endpoints' to 'Remote Providers' throughout UI for consistency. Tab label and section headers now match."
5151
},
5252
{
53+
"id": "github-billing-cache-fix",
54+
"icon": "creditcard.fill",
55+
"title": "GitHub Copilot Billing Display Fixed",
56+
"description": "Fixed caching issues that prevented billing data from updating properly. GitHub Copilot usage and billing information now displays correctly."
57+
}
58+
],
5359
"improvements": [
5460
{
5561
"id": "ram-based-recommendations",
@@ -86,12 +92,18 @@
8692
"icon": "arrow.triangle.branch",
8793
"title": "Seamless Wizard Integration",
8894
"description": "The onboarding wizard appears automatically when needed and integrates smoothly with SAM's main interface. Once you've configured a provider or downloaded a model, the wizard disappears and you see the normal welcome screen."
89-
}
90-
] {
95+
},
96+
{
9197
"id": "onboarding-progress-indicators",
9298
"icon": "chart.line.uptrend.xyaxis",
9399
"title": "Download Progress in Onboarding",
94100
"description": "Onboarding wizard now shows percentage-based progress bars when downloading models. Visual feedback makes the setup process more transparent."
101+
},
102+
{
103+
"id": "api-reference-update",
104+
"icon": "book.fill",
105+
"title": "Complete API Reference Documentation",
106+
"description": "Help → API Reference now includes comprehensive documentation for all 20 endpoints, including new autonomous workflow, tool interaction, and model management APIs. All parameters verified against implementation with examples and detailed descriptions."
95107
}
96108
]
97109
},

0 commit comments

Comments
 (0)