Skip to content

Conversation

@zzxwill
Copy link
Collaborator

@zzxwill zzxwill commented Oct 14, 2025

feat(code): Add unified code execution API and util module

This commit introduces a new /v1/code API endpoint for unified code execution across languages (Python, Node.js, etc). It also adds a new /v1/util module for utility functions like markdown conversion. The changes include:

  • New code execution endpoints with language support metadata
  • New util module with URI to markdown conversion
  • Updated method names across existing APIs for consistency
  • Added new types and models for code execution responses
  • Removed unused types like PingBody and Resolution

The changes provide a more consistent API surface while adding new capabilities for code execution and document conversion.

This commit introduces a new `/v1/code` API endpoint for unified code execution across languages (Python, Node.js, etc). It also adds a new `/v1/util` module for utility functions like markdown conversion. The changes include:
- New code execution endpoints with language support metadata
- New util module with URI to markdown conversion
- Updated method names across existing APIs for consistency
- Added new types and models for code execution responses
- Removed unused types like PingBody and Resolution

The changes provide a more consistent API surface while adding new capabilities for code execution and document conversion.
@zzxwill zzxwill changed the title Based on the diff, here's a Conventional Commits formatted commit mes… feat(code): Add unified code execution API and util module Oct 14, 2025
}
}
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using JSON format simplifies debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants