feat(skills): add codemie-sdk skill#257
Open
kostiantyn-pshenychnyi1 wants to merge 13 commits intocodemie-ai:mainfrom
Open
feat(skills): add codemie-sdk skill#257kostiantyn-pshenychnyi1 wants to merge 13 commits intocodemie-ai:mainfrom
kostiantyn-pshenychnyi1 wants to merge 13 commits intocodemie-ai:mainfrom
Conversation
3160c34 to
af0703d
Compare
Owner
|
[AUTO_CLOSE_WARNING] ⏰ This pull request is older than 14 days and will be automatically closed in 16 more days (when it reaches 30 days old)! To maintain this PR, either convert it to Draft or complete your changes and merge. |
- Use fileURLToPath for cross-platform path resolution in analytics-cli.js - Replace generic Error with ConfigurationError in cli-utils - Add logger.error + sanitizeLogArgs to handleSdkError for debug log visibility - Fix updateConfluenceDatasource data loss bug (add ?? fallbacks for optional fields) - Remove dead guard in createFileDatasource - Type code/google datasource functions with proper SDK types instead of any - Remove invalid id field from updateCodeDatasource/updateGoogleDatasource params - Add empty-array guard before llmModels[0] access in assistants service - Use import type for CodeMieClient/LLMModel in llm.ts - Use node: prefix for built-in imports and Promise.all in file-utils.ts Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
1e0a10f to
796e672
Compare
796e672 to
131a92a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Impact
Checklist