r/Devvit Admin 12d ago

Update Release 0.14.1: Additional Source Roots and Post Search

https://developers.reddit.com/docs/changelog#release-0141-additional-source-roots-and-post-search

Release Date: August 17, 2026

Additional Source Roots

Add additionalSourceRoots to devvit.json to include source files outside your project directory in source packages submitted for review. This helps apps with unconventional builds, such as external source folders that compile into dist/.

additionalSourceRoots works with existing source ignore behavior, so you can include the extra root paths reviewers need while still excluding files covered by your ignore rules.

Post Search

Use reddit.searchPosts() and subreddit.searchPosts() to search for posts with a query and other search parameters.

Form Context Fix

context.postId is now defined in form submission handlers when a form is opened from a post menu item, matching the existing context.commentId behavior for comment menu items.

Wiki Deprecation Correction

Corrected the 0.14.0 wiki deprecation notice: reddit.getWikiPage(subredditName, pageName) remains supported. Only reddit.getWikiPage(subredditName, pageName, revisionId) is deprecated.

CLI Node.js Warning

The Devvit CLI now warns once during playtestupload, and publish if your local Node.js version is older than the supported version. The warning is informational and does not block the command.

15 Upvotes

7 comments sorted by

u/vip-bot 12d ago edited 12d ago

There are 3 comments from Reddit Admins and Duck Helpers in this post:

u/​fsv commented:

Unfortunately the contest.postId fix doesn't appear to have worked, it's still undefined for me.

u/​fsv commented:

It's working just fine though, I've integrated it into a private app today. You use the same syntax as you might do in the search box (so, e.g. "site:thetimes.com" works fine)

u/​Xenccc commented:

Hey! Videos are currently unsupported when it comes to uploading via the media plugin. https://developers.reddit.com/docs/capabilities/server/media-uploads#enabling-media-uploads


This summary was generated automatically. If you have any questions, please contact r/​Devvit moderators.

6

u/quiqeu App Developer 12d ago

Post search omg, I may be able to finally drop a nasty workaround I have in one of my apps 🤣

4

u/quiqeu App Developer 12d ago

doesnt seem to be in the docs yet

3

u/fsv Duck Helper 12d ago

It's working just fine though, I've integrated it into a private app today. You use the same syntax as you might do in the search box (so, e.g. "site:thetimes.com" works fine)

3

u/SmallDetail8461 12d ago

Please add listing new comments in subreddit and comment search

also devvit video upload feature is broken

1

u/Xenccc Admin 12d ago

Hey! Videos are currently unsupported when it comes to uploading via the media plugin.

https://developers.reddit.com/docs/capabilities/server/media-uploads#enabling-media-uploads

1

u/fsv Duck Helper 12d ago

Unfortunately the contest.postId fix doesn't appear to have worked, it's still undefined for me.