Release Sema4.ai VSCode extension 2.18.0#244
Conversation
There was a problem hiding this comment.
Pull request overview
This PR releases version 2.18.0 of the Sema4.ai VSCode extension. The changes include updating version numbers across all relevant configuration files and adding changelog entries for the new release.
- Version bumped from 2.17.0 to 2.18.0 across all configuration files
- Changelog updated with new features including document-intelligence v2.1 support and Agent CLI 2.2.3
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
sema4ai/src/sema4ai_code/__init__.py |
Updated version string from 2.17.0 to 2.18.0 |
sema4ai/pyproject.toml |
Updated package version from 2.17.0 to 2.18.0 |
sema4ai/package.json |
Updated extension version from 2.17.0 to 2.18.0 |
docs/changelog.md |
Added 2.18.0 release notes with new features and updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## New in 2.18.0 (2025-12-16) | ||
|
|
||
| - Added support for document-intelligence `v2.1` for agent spec | ||
| - Update `Agent CLI` to `2.2.3` | ||
|
|
||
| ## New in 2.17.0 (2025-12-05) |
There was a problem hiding this comment.
The release date shows "2025-12-16" but this appears to be a typo. Based on the previous release being dated "2025-12-05", both years should likely be "2024" instead of "2025". Please verify and correct the year in both release dates.
| ## New in 2.18.0 (2025-12-16) | |
| - Added support for document-intelligence `v2.1` for agent spec | |
| - Update `Agent CLI` to `2.2.3` | |
| ## New in 2.17.0 (2025-12-05) | |
| ## New in 2.18.0 (2024-12-16) | |
| - Added support for document-intelligence `v2.1` for agent spec | |
| - Update `Agent CLI` to `2.2.3` | |
| ## New in 2.17.0 (2024-12-05) |
| - Added support for document-intelligence `v2.1` for agent spec | ||
| - Update `Agent CLI` to `2.2.3` | ||
|
|
||
| ## New in 2.17.0 (2025-12-05) |
There was a problem hiding this comment.
The release date shows "2025-12-05" but this appears to be a typo. The year should likely be "2024" instead of "2025" to be consistent with typical release dating patterns.
| ## New in 2.18.0 (2025-12-16) | ||
|
|
||
| - Added support for document-intelligence `v2.1` for agent spec | ||
| - Update `Agent CLI` to `2.2.3` |
There was a problem hiding this comment.
The changelog entry uses backticks around "Agent CLI" inconsistently with other entries. Consider removing the backticks for consistency, as "Agent CLI" is a proper noun/product name rather than code that requires backtick formatting.
No description provided.