Skip to content

Add all languages to plugin guide#4247

Open
tconley1428 wants to merge 1 commit intomainfrom
plugin_snippets
Open

Add all languages to plugin guide#4247
tconley1428 wants to merge 1 commit intomainfrom
plugin_snippets

Conversation

@tconley1428
Copy link
Contributor

@tconley1428 tconley1428 commented Feb 26, 2026

What does this PR do?

Notes to reviewers

┆Attachments: EDU-5958 Add all languages to plugin guide

@tconley1428 tconley1428 requested a review from a team as a code owner February 26, 2026 17:53
@vercel
Copy link

vercel bot commented Feb 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
temporal-documentation Building Building Preview, Comment Feb 26, 2026 5:53pm

Request Review

@CLAassistant
Copy link

CLAassistant commented Feb 26, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link
Contributor

📖 Docs PR preview links

Copy link
Contributor

@drewhoskins-temporal drewhoskins-temporal left a comment

Choose a reason for hiding this comment

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

nit: Can you also note that you removed the advanced topics section in the PR desc?
It's neat that snipsync uses inline content, which should make it easier for LLMs to understand.

plugin = SimplePlugin(
data_converter = add_converter
plugin = Temporalio::SimplePlugin.new(
name: 'PluginName',
Copy link
Contributor

Choose a reason for hiding this comment

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

Orthogonal but perhaps convenient to tackle here.
I have realized that we need scope names to disambiguate these plugins, and I think customers would like that too for their observability. i.e. "AgentPlugin" and "AiSDKPlugin" are so generic.
WDYT about recommending my_scope.MyPlugin for all of these? We can suggest package/module/gh repo name as scopes.
However, I don't feel a strong need to ask for cross-language naming consistency.

</SdkTabs.Ruby>
</SdkTabs>

### Special considerations for different languages
Copy link
Contributor

Choose a reason for hiding this comment

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

isn't there bundles for TS?

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.

3 participants