# Extensions

Published articles for Extensions.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Faster reviews and quality recognition for Microsoft Edge extensions

DevFeed: [Faster reviews and quality recognition for Microsoft Edge extensions](<https://devfeed.tech/articles/faster-reviews-and-quality-recognition-for-microsoft-edge-extensions-4254.md>)

Original publisher: [Read original article](<https://blogs.windows.com/msedgedev/2026/09/08/faster-reviews-and-quality-recognition-for-microsoft-edge-extensions/>)

Author: Microsoft Edge Team

Published: 2026-09-08T16:02:17Z

Content type: article

Language: en

Sources: [Microsoft Edge Blog](<https://devfeed.tech/sources/microsoft-edge-blog.md>)

Topics: [Edge](<https://devfeed.tech/topics/edge.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [ai-assisted-coding](<https://devfeed.tech/tags/ai-assisted-coding.md>), [automation](<https://devfeed.tech/tags/automation.md>), [edge](<https://devfeed.tech/tags/edge.md>), [extension](<https://devfeed.tech/tags/extension.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [review](<https://devfeed.tech/tags/review.md>), [security](<https://devfeed.tech/tags/security.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

Microsoft Edge describes automating repeatable extension-review validation checks and streamlining its review pipeline to shorten turnaround times while maintaining quality and security standards.

### Source excerpt

Building an extension has never been easier. Rapid adoption of AI-assisted coding is enabling developers to build extensions faster than ever. We have seen that momentum on the Edge Add-ons site< The post Faster reviews and quality recognition for Microsoft Edge extensions appeared first on Microsoft Edge Blog.

## Consuming SKIE Flows in SwiftUI - Gustavo Fão Valvassori

DevFeed: [Consuming SKIE Flows in SwiftUI - Gustavo Fão Valvassori](<https://devfeed.tech/articles/consuming-skie-flows-in-swiftui-gustavo-fao-valvassori-38317.md>)

Original publisher: [Read original article](<https://touchlab.co/skie-swiftui>)

Published: 2026-08-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [SwiftUI](<https://devfeed.tech/topics/swiftui.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Swift](<https://devfeed.tech/topics/swift.md>), [Extension](<https://devfeed.tech/topics/extension.md>)

Tags: [boilerplate](<https://devfeed.tech/tags/boilerplate.md>), [community](<https://devfeed.tech/tags/community.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [interop](<https://devfeed.tech/tags/interop.md>), [kmp](<https://devfeed.tech/tags/kmp.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [libraries](<https://devfeed.tech/tags/libraries.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [skie](<https://devfeed.tech/tags/skie.md>), [swiftui](<https://devfeed.tech/tags/swiftui.md>)

### AI overview

This tutorial explains how to consume Kotlin Flows in SwiftUI using SKIE. It covers enabling SKIE extensions in Gradle and collecting StateFlow values through an async collect approach, a modifier, or a view wrapper to reduce repetitive UI-layer code.

### Source excerpt

SKIE already makes the interop between Kotlin and Swift smooth, but SwiftUI adds a layer of complexity. We've included a series of extensions in SKIE to enable easy KMP usage from SwiftUI

## Pulumi Kubernetes v4.34.0: CRDs as provider extensions

DevFeed: [Pulumi Kubernetes v4.34.0: CRDs as provider extensions](<https://devfeed.tech/articles/pulumi-kubernetes-v4-34-0-crds-as-provider-extensions-19012.md>)

Original publisher: [Read original article](<https://www.pulumi.com/blog/kubernetes-crds-as-provider-extensions/>)

Author: Guinevere Saenger

Published: 2026-08-28T00:00:00Z

Content type: release

Language: en

Sources: [Pulumi](<https://devfeed.tech/sources/pulumi.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [YAML](<https://devfeed.tech/topics/yaml.md>), [ingress-nginx](<https://devfeed.tech/topics/ingress-nginx.md>)

Tags: [extensions](<https://devfeed.tech/tags/extensions.md>), [install](<https://devfeed.tech/tags/install.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [migration](<https://devfeed.tech/tags/migration.md>), [product](<https://devfeed.tech/tags/product.md>), [providers](<https://devfeed.tech/tags/providers.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [yaml](<https://devfeed.tech/tags/yaml.md>)

### AI overview

Pulumi Kubernetes provider v4.34.0 adds support for extending the provider with Kubernetes Custom Resource Definitions through a manifest and the new --extension flag. The release generates SDKs, supports all supported Pulumi languages including YAML, uses a single provider instance, and provides a migration path from crd2pulumi.

### Source excerpt

We're really excited to bring you v4.34.0, the newest version of the Pulumi Kubernetes provider, which includes improved support for Kubernetes Custom Resource Definitions (CRDs). As with any release, we've also shipped standard dependency updates and bug fixes. This provider release includes the newest resources for Kubernetes v1.37.0, which was recently cut. So that in itself is very exciting! But the feature we're proudest of is that you can now extend the Kubernetes provider with any Kubernetes Custom Resource Definition of your choice by passing its manifest file to Pulumi, using the new --extension flag. We believe first-class CRD support in Pulumi is becoming more important than ever. For example, since the retirement of the ingress-nginx controller earlier this year, the recommended path for cluster ingress is Gateway API, which is maintained and shipped as CRDs. Generating a Pulumi SDK for CRDs In your Pulumi project root, run: pulumi package add kubernetes --extension "name=gateway-networking crd-manifest=gateway-api-crds.yaml" You will see the custom SDK appear in a new sdks/ folder, as well as a new parameterization reference in Pulumi.yaml. Single provider instance Your new CRD schema exists as an extension to your existing provider and will be managed under the same provider instance, allowing you to use a single provider configuration and kubeconfig. SDKs as dependencies Additionally, your code no longer needs to ship SDK files as part of the project. The provider extension is referenced in your project file and its SDK, like all dependencies, can be regenerated via pulumi install. You can choose to version the extension SDK, or continue to check the files into version control if you so desire. Full language support, including for YAML Kubernetes CRDs can now be provisioned with Pulumi in all supported languages. Unified CLI experience pulumi package add --extension extends your CRD schema into the Pulumi Kubernetes provider, using the same CLI as any

## New things for regular expressions in PostgreSQL (pg\_tre and pg\_re2)

DevFeed: [New things for regular expressions in PostgreSQL (pg\_tre and pg\_re2)](<https://devfeed.tech/articles/new-things-for-regular-expressions-in-postgresql-pg-tre-and-pg-re2-33694.md>)

Original publisher: [Read original article](<https://www.depesz.com/2026/08/25/new-things-for-regular-expressions-in-postgresql-pg_tre-and-pg_re2/>)

Author: depesz

Published: 2026-08-25T18:41:53Z

Content type: tutorial

Language: en

Sources: [select \* from depesz;](<https://devfeed.tech/sources/select-from-depesz.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [test](<https://devfeed.tech/topics/test.md>)

Tags: [expression](<https://devfeed.tech/tags/expression.md>), [extension](<https://devfeed.tech/tags/extension.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [pg-re2](<https://devfeed.tech/tags/pg-re2.md>), [pg-tre](<https://devfeed.tech/tags/pg-tre.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [re2](<https://devfeed.tech/tags/re2.md>), [regexp](<https://devfeed.tech/tags/regexp.md>), [regular](<https://devfeed.tech/tags/regular.md>), [regular-expressions](<https://devfeed.tech/tags/regular-expressions.md>), [test-data](<https://devfeed.tech/tags/test-data.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>)

### AI overview

This article compares PostgreSQL regular-expression approaches using pg_tre and pg_re2 against built-in matching and pg_trgm. Tests on a large table of query plans find that pg_tre is slower than pg_trgm for exact substring searches but supports fuzzy matching, while pg_re2 performs faster than the tested built-in scan. The author notes that both extensions have limitations and rough edges.

### Source excerpt

Well, truth be told these are not all that new (couple of months), but I finally have gotten around to research it. So, let's see what's what. For starters I need some test data. Luckily, I have explain.depesz.com DB... Extracted all plans to side table, with this structure: =$ \d all_plans Table "public.all_plans" Column | ... Continue reading "New things for regular expressions in PostgreSQL (pg_tre and pg_re2)"

## Webflow is now available in Codex and ChatGPT

DevFeed: [Webflow is now available in Codex and ChatGPT](<https://devfeed.tech/articles/webflow-is-now-available-in-codex-and-chatgpt-9254.md>)

Original publisher: [Read original article](<https://webflowmarketingmain.com/blog/webflow-is-now-available-in-codex-and-chatgpt>)

Author: Blaire McClure

Published: 2026-08-24T00:00:00Z

Content type: release

Language: en

Sources: [Webflow Blog](<https://devfeed.tech/sources/webflow-blog.md>)

Topics: [webflow](<https://devfeed.tech/topics/webflow.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [codex](<https://devfeed.tech/topics/codex.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [Search engine optimization (SEO)](<https://devfeed.tech/topics/seo.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [agents](<https://devfeed.tech/tags/agents.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [code](<https://devfeed.tech/tags/code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [developer](<https://devfeed.tech/tags/developer.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [links](<https://devfeed.tech/tags/links.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>), [seo](<https://devfeed.tech/tags/seo.md>), [skills](<https://devfeed.tech/tags/skills.md>), [software](<https://devfeed.tech/tags/software.md>), [webflow](<https://devfeed.tech/tags/webflow.md>)

### AI overview

Webflow is now available in Codex and ChatGPT through Webflow MCP, expanding access to Webflow sites and workflows. Built-in Skills can help users audit sites, manage CMS content, validate custom code, and accelerate development tasks using natural-language requests.

### Source excerpt

Webflow is now available in Codex, alongside a new set of built-in Skills for both ChatGPT and Codex.

## Moving the Microsoft Edge extensions ecosystem forward with Manifest Version 3

DevFeed: [Moving the Microsoft Edge extensions ecosystem forward with Manifest Version 3](<https://devfeed.tech/articles/moving-the-microsoft-edge-extensions-ecosystem-forward-with-manifest-version-3-4251.md>)

Original publisher: [Read original article](<https://blogs.windows.com/msedgedev/2026/08/07/moving-the-microsoft-edge-extensions-ecosystem-forward-with-manifest-version-3/>)

Author: Microsoft Edge Team

Published: 2026-08-07T15:54:07Z

Content type: news

Language: en

Sources: [Microsoft Edge Blog](<https://devfeed.tech/sources/microsoft-edge-blog.md>)

Topics: [Edge](<https://devfeed.tech/topics/edge.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Chromium](<https://devfeed.tech/topics/chromium.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [chromium](<https://devfeed.tech/tags/chromium.md>), [developer](<https://devfeed.tech/tags/developer.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [edge](<https://devfeed.tech/tags/edge.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [manifest](<https://devfeed.tech/tags/manifest.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [microsoft-edge](<https://devfeed.tech/tags/microsoft-edge.md>), [migration](<https://devfeed.tech/tags/migration.md>), [security](<https://devfeed.tech/tags/security.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>)

### AI overview

Microsoft Edge announces the next phase of its transition from Manifest V2 to Manifest V3 for extensions. Consumer migration begins in August 2026 and is expected to finish by the end of 2026, followed by enterprise deprecation in early 2027.

### Source excerpt

Back in 2020, we committed to Manifest Version 3 (MV3) as the future direction of the Chromium extensions platform. Since then, we've worked with developer The post Moving the Microsoft Edge extensions ecosystem forward with Manifest Version 3 appeared first on Microsoft Edge Blog.

## What's new in ClickHouse Managed Postgres: Customer notifications, better observability, faster backups, extensions, and more

DevFeed: [What's new in ClickHouse Managed Postgres: Customer notifications, better observability, faster backups, extensions, and more](<https://devfeed.tech/articles/what-s-new-in-clickhouse-managed-postgres-customer-notifications-better-observability-faster-backups-extensions-and-more-5410.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/managed-postgres-notifications-observability-backups>)

Author: ClickHouse

Published: 2026-08-06T17:32:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [migration](<https://devfeed.tech/topics/migration.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [SQL](<https://devfeed.tech/topics/sql.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [migration](<https://devfeed.tech/tags/migration.md>), [observability](<https://devfeed.tech/tags/observability.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [slack](<https://devfeed.tech/tags/slack.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

ClickHouse Managed Postgres introduces improved onboarding, proactive storage and failover notifications, richer observability, faster backups, and expanded extension support. The update also highlights PostgreSQL-to-ClickHouse migration and synchronization for real-time analytics.

### Source excerpt

Explore the latest ClickHouse Managed Postgres updates, including proactive notifications, richer observability, faster backups, and expanded extension support.

## Productiv shutdown: Switch to 1Password for durable AI and SaaS Management

DevFeed: [Productiv shutdown: Switch to 1Password for durable AI and SaaS Management](<https://devfeed.tech/articles/productiv-shutdown-switch-to-1password-for-durable-ai-and-saas-management-1947.md>)

Original publisher: [Read original article](<https://1password.com/blog/productiv-shutdown-switch-to-1password-for-durable-ai-and-saas-management>)

Author: info@1password.com (Evan Sandhu)

Published: 2026-08-05T00:00:00Z

Content type: article

Language: en

Sources: [Blog on 1Password Blog](<https://devfeed.tech/sources/blog-on-1password-blog.md>)

Topics: [SaaS Management](<https://devfeed.tech/topics/saas-management.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [shadow AI](<https://devfeed.tech/topics/shadow-ai.md>), [Unified Access](<https://devfeed.tech/topics/unified-access.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [Extension](<https://devfeed.tech/topics/extension.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [automation](<https://devfeed.tech/tags/automation.md>), [browser](<https://devfeed.tech/tags/browser.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [policy](<https://devfeed.tech/tags/policy.md>), [saas](<https://devfeed.tech/tags/saas.md>), [saas-management](<https://devfeed.tech/tags/saas-management.md>), [shadow-ai](<https://devfeed.tech/tags/shadow-ai.md>), [unified-access](<https://devfeed.tech/tags/unified-access.md>)

### AI overview

Productiv is shutting down its SaaS management platform, prompting customers to move app inventory, spend, and usage data. The article presents 1Password SaaS Manager as an alternative with AI spend and consumption tracking, SaaS discovery beyond SSO, access governance, and lifecycle automation.

### Source excerpt

On August 2, 2026, Productiv told customers its SaaS management platform was shutting down on August 6, with account data deleted once access ended. Four days is not much time to pull years of app inventory, spend, and usage data out of a system you've come to depend on, especially with AI tools now adding a fast-moving new layer of spend and access to track on top of everything else. If you're facing that deadline, or just taking stock of what you'd do if your own platform disappeared tomorrow, here's why 1Password SaaS Manager is the strongest place to land. A Leader you can build on 1Password SaaS Manager is a Leader in the 2026 Gartner® Magic Quadrant™ for SaaS Management Platforms, for both Completeness of Vision and Ability to Execute. That recognition reflects work we've been doing deliberately since acquiring Trelica in 2025. We've brought AI and SaaS discovery into our broader Unified Access platform, alongside the credentials, identities, and access controls that secure every application in a portfolio. Built for how AI and SaaS actually get used today We recently launched AI Spend and Consumption Management inside SaaS Manager, giving IT and finance teams a normalized view of AI token usage by vendor, team, and model, with burn-rate alerts before prepaid budgets run out. AI is quickly becoming the least governed, fastest-growing corner of the software portfolio, and we built that governance directly into SaaS Manager rather than bolting it on as a separate tool. It's one of several capabilities that set SaaS Manager apart: Discovery that goes beyond SSO: SaaS Manager continuously discovers apps across identity providers, SSO logs, finance systems, browser extensions, and 1Password Enterprise Password Manager vaults, surfacing the unmanaged SaaS and shadow AI tools that SSO-only discovery misses. Governance you can act on: Discovery is anchored to credentials and sign-ins, so IT can revoke access and enforce strong authentication even for apps outside SSO,

## Extend eve agents with installable extensions

DevFeed: [Extend eve agents with installable extensions](<https://devfeed.tech/articles/extend-eve-agents-with-installable-extensions-922.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/eve-extensions>)

Author: Casey Gowrie

Published: 2026-07-22T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [browser](<https://devfeed.tech/tags/browser.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [git](<https://devfeed.tech/tags/git.md>), [memory](<https://devfeed.tech/tags/memory.md>), [search](<https://devfeed.tech/tags/search.md>), [skills](<https://devfeed.tech/tags/skills.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel introduces installable extensions for eve agents. Extensions package agent capabilities such as tools, connections, skills, instructions, and hooks; they can be published, installed, versioned, configured, and customized.

### Source excerpt

You can now package tools, connections, skills, instructions, and hooks into extensions that any eve agent can import. Extensions can be published to package registries, then installed, versioned, and upgraded like any other project dependency. A browser-use extension might ship tools for navigating a site, a memory extension can capture context with hooks and recall it with tools, and a self-improvement extension pairs hooks with dynamic instructions. Scaffold a new extension with a single command: This creates the package, installs dependencies, and initializes Git. The generated package is shaped like an agent, with tools, connections, skills, and hooks following the same file conventions. When the extension is ready, running eve extension build generates the publishable package. To use an extension, install the package and import it from a file in agent/extensions/: The filename sets the namespace, so the extension's search tool runs in the agent as crm__search. Extensions allow you to: Declare a config schema using a standard schema library, such as Zod. Consumer settings are validated on import and typed everywhere the extension reads them. Require approval before an extension's tool runs, replace it with your own, or remove it with disableTool(). Narrow an extension tool's result type in hooks with toolResultFrom. Read the documentation to get started. Read more

## Codename One Settings Is Now a Standalone Tool

DevFeed: [Codename One Settings Is Now a Standalone Tool](<https://devfeed.tech/articles/codename-one-settings-is-now-a-standalone-tool-19530.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/standalone-codename-one-settings/>)

Author: Shai Almog

Published: 2026-07-18T00:00:00Z

Content type: release

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [configuration](<https://devfeed.tech/topics/configuration.md>), [Spring Boot](<https://devfeed.tech/topics/spring-boot.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [build](<https://devfeed.tech/tags/build.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [desktop](<https://devfeed.tech/tags/desktop.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [install](<https://devfeed.tech/tags/install.md>), [legacy](<https://devfeed.tech/tags/legacy.md>), [project](<https://devfeed.tech/tags/project.md>), [tests](<https://devfeed.tech/tags/tests.md>), [themes](<https://devfeed.tech/tags/themes.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

Codename One Settings has been replaced by a standalone desktop application distributed through a Codename One Maven project. It focuses on project properties, build hints, themes, and extensions while keeping project files as the source of truth.

### Source excerpt

Codename One Settings is now a focused Maven-distributed desktop tool for project identity, build hints, themes, and extensions.

## Vercel Plugin now available in VS Code and GitHub Copilot CLI

DevFeed: [Vercel Plugin now available in VS Code and GitHub Copilot CLI](<https://devfeed.tech/articles/vercel-plugin-now-available-in-vs-code-and-github-copilot-cli-1165.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-plugin-now-available-in-vs-code-and-github-copilot-cli>)

Author: Melkey Moksyakov

Published: 2026-07-14T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [cli](<https://devfeed.tech/tags/cli.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [github-copilot](<https://devfeed.tech/tags/github-copilot.md>), [github-copilot-cli](<https://devfeed.tech/tags/github-copilot-cli.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

Vercel released a plugin for VS Code and the GitHub Copilot CLI that provides Copilot with on-demand Vercel platform knowledge and current API guidance.

### Source excerpt

The Vercel Plugin is now available in VS Code and the GitHub Copilot CLI. GitHub Copilot now has Vercel platform knowledge on demand, with skills for Next.js, AI SDK, Vercel Functions, and more. The Vercel plugin also helps Copilot stay up to date with the latest Vercel APIs and recommended patterns. To install it for Copilot Chat, search for @agentPlugins vercel in the Extensions panel in VS Code. To install it for the GitHub Copilot CLI, run npx plugins add vercel/vercel-plugin. Learn more in the Vercel Plugin documentation. Read more

## Block Everything You Hate Online with AdGuard Home

DevFeed: [Block Everything You Hate Online with AdGuard Home](<https://devfeed.tech/articles/block-everything-you-hate-online-with-adguard-home-10728.md>)

Original publisher: [Read original article](<https://noted.lol/adguard-home/>)

Author: Jeremy

Published: 2026-06-25T19:47:00Z

Content type: article

Language: en

Sources: [Noted](<https://devfeed.tech/sources/noted.md>)

Topics: [Network](<https://devfeed.tech/topics/network.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [browser](<https://devfeed.tech/topics/browser.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>)

Tags: [ads](<https://devfeed.tech/tags/ads.md>), [browser](<https://devfeed.tech/tags/browser.md>), [browsers](<https://devfeed.tech/tags/browsers.md>), [devices](<https://devfeed.tech/tags/devices.md>), [dns](<https://devfeed.tech/tags/dns.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [gaming](<https://devfeed.tech/tags/gaming.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [internet](<https://devfeed.tech/tags/internet.md>), [malware](<https://devfeed.tech/tags/malware.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [self-hosted-web-tools](<https://devfeed.tech/tags/self-hosted-web-tools.md>), [self-hosting](<https://devfeed.tech/tags/self-hosting.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [youtube](<https://devfeed.tech/tags/youtube.md>)

### AI overview

AdGuard Home is a self-hosted, network-wide blocker for ads, trackers, malware domains, and adult content. It applies custom filtering rules across phones, tablets, smart TVs, laptops, apps, games, and streaming services, with a web dashboard for management and real-time visibility.

### Source excerpt

Self-host AdGuard Home or use their public DNS to block ads, trackers, and adult content across all your devices with ease.

## Visual Studio Code 1.125

DevFeed: [Visual Studio Code 1.125](<https://devfeed.tech/articles/visual-studio-code-1-125-4070.md>)

Original publisher: [Read original article](<https://code.visualstudio.com/updates/v1_125>)

Author: Visual Studio Code Team

Published: 2026-06-17T17:00:00Z

Content type: release

Language: en

Sources: [Visual Studio Code - Code Editing. Redefined.](<https://devfeed.tech/sources/visual-studio-code-code-editing-redefined.md>)

Topics: [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [browser](<https://devfeed.tech/topics/browser.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [browser](<https://devfeed.tech/tags/browser.md>), [copilot](<https://devfeed.tech/tags/copilot.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [release](<https://devfeed.tech/tags/release.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [visual-studio](<https://devfeed.tech/tags/visual-studio.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

Visual Studio Code 1.125 is a June 17, 2026 release focused on an integrated browser, easier installation of extension-provided language model providers, configurable extension auto-update delays, and enterprise management of Copilot settings. It also adds Copilot additional-spend visibility and web search from the integrated browser.

### Source excerpt

Learn what's new in Visual Studio Code 1.125 Read the full article

## Codename One Adds Cross-Platform Printing and Apple Wallet Issuer Provisioning

DevFeed: [Codename One Adds Cross-Platform Printing and Apple Wallet Issuer Provisioning](<https://devfeed.tech/articles/print-anywhere-and-put-your-cards-in-apple-wallet-19447.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/printing-and-apple-wallet/>)

Author: Shai Almog

Published: 2026-06-16T00:00:00Z

Content type: release

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Extension](<https://devfeed.tech/topics/extension.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [ios](<https://devfeed.tech/tags/ios.md>), [native](<https://devfeed.tech/tags/native.md>), [release](<https://devfeed.tech/tags/release.md>), [xcode](<https://devfeed.tech/tags/xcode.md>)

### AI overview

This release adds a cross-platform printing API that sends documents to the native print system and reports whether the handoff was completed, cancelled, or failed. It also adds iOS build hints that generate Apple Wallet issuer-provisioning extensions, while card data is provided through the app and encrypted pass payloads are produced by the issuer backend.

### Source excerpt

A new cross-platform printing API hands PDFs and images to the native print dialog on every port, and iOS builds can now generate Apple Wallet issuer-provisioning extensions from build hints with no native code.

## Kan Extensions in Haskell

DevFeed: [Kan Extensions in Haskell](<https://devfeed.tech/articles/kan-extensions-in-haskell-28859.md>)

Original publisher: [Read original article](<https://bartoszmilewski.com/2026/06/08/kan-extensions-in-haskell/>)

Author: Bartosz Milewski

Published: 2026-06-08T12:31:58Z

Content type: tutorial

Language: en

Sources: [Bartosz Milewski's Programming Cafe](<https://devfeed.tech/sources/bartosz-milewski-s-programming-cafe.md>)

Topics: [Haskell](<https://devfeed.tech/topics/haskell.md>), [Reflex FRP](<https://devfeed.tech/topics/reflex-frp.md>)

Tags: [building](<https://devfeed.tech/tags/building.md>), [category-theory](<https://devfeed.tech/tags/category-theory.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [haskell](<https://devfeed.tech/tags/haskell.md>), [kan-extensions](<https://devfeed.tech/tags/kan-extensions.md>), [programming](<https://devfeed.tech/tags/programming.md>), [types](<https://devfeed.tech/tags/types.md>), [universal-arrows](<https://devfeed.tech/tags/universal-arrows.md>)

### AI overview

This article explains Kan extensions in category theory and translates their definitions and constructions into Haskell. It focuses on right Kan extensions, adjunctions, universal arrows, and pointwise constructions.

### Source excerpt

Previously: Tabulation Tribulations. If you think of functor composition as a form of multiplication, Kan extensions are an attempt to construct inverses of this multiplication. But unlike multiplication, composition is not symmetric, so we have extensions that attempt to undo precomposition, and lifts that do the same for postcomposition. Furthermore, there rarely is a single [...]

## Meet Keycloak at KubeCon India in June

DevFeed: [Meet Keycloak at KubeCon India in June](<https://devfeed.tech/articles/meet-keycloak-at-kubecon-india-in-june-31773.md>)

Original publisher: [Read original article](<https://www.keycloak.org/2026/05/keycloak-kubecon26-india-announce>)

Author: Alexander Schwartz

Published: 2026-05-26T00:00:00Z

Content type: news

Language: en

Sources: [Keycloak Blog](<https://devfeed.tech/sources/keycloak-blog.md>)

Topics: [Keycloak](<https://devfeed.tech/topics/keycloak.md>), [Extension](<https://devfeed.tech/topics/extension.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [contributors](<https://devfeed.tech/tags/contributors.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [idm](<https://devfeed.tech/tags/idm.md>), [india](<https://devfeed.tech/tags/india.md>), [kerberos](<https://devfeed.tech/tags/kerberos.md>), [keycloak](<https://devfeed.tech/tags/keycloak.md>), [kubecon](<https://devfeed.tech/tags/kubecon.md>), [ldap](<https://devfeed.tech/tags/ldap.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [openid-connect](<https://devfeed.tech/tags/openid-connect.md>), [saml](<https://devfeed.tech/tags/saml.md>), [sso](<https://devfeed.tech/tags/sso.md>)

### AI overview

Keycloak will participate in KubeCon + CloudNativeCon India 2026 in Mumbai on June 18-19. Attendees can meet Keycloak maintainers, contributors, and the wider community at the project table in the Project Pavilion.

### Source excerpt

This year's KubeCon India is coming to Mumbai, and Keycloak will be part of this year's edition on June 18-19! Register today to get tickets! A lot of people use Keycloak and develop extensions in for Keycloak in India, so we are thrilled to connect with the community. ' ''

## What's new in web extensions: I/O 2026 recap

DevFeed: [What's new in web extensions: I/O 2026 recap](<https://devfeed.tech/articles/what-s-new-in-web-extensions-i-o-2026-recap-4135.md>)

Original publisher: [Read original article](<https://developer.chrome.com/blog/extensions-io-2026?hl=en>)

Author: Milica Mihajlija X GitHub Homepage

Published: 2026-05-22T07:00:00Z

Content type: news

Language: en

Sources: [developer.chrome.com: Blog](<https://devfeed.tech/sources/developer-chrome-com-blog.md>)

Topics: [Extension](<https://devfeed.tech/topics/extension.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [Google](<https://devfeed.tech/topics/google.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [developer](<https://devfeed.tech/tags/developer.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [google](<https://devfeed.tech/tags/google.md>), [management](<https://devfeed.tech/tags/management.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [tools](<https://devfeed.tech/tags/tools.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web](<https://devfeed.tech/tags/web.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Google I/O 2026 extension updates include broader developer registration, an Extensions skill for AI coding agents, Chrome DevTools support for extension debugging, and granular Chrome Web Store member roles and permissions.

### Source excerpt

Another Google I/O is behind us and we have covered all the exciting extensions updates!

## Python in Visual Studio Code - March 2026 Release

DevFeed: [Python in Visual Studio Code - March 2026 Release](<https://devfeed.tech/articles/python-in-visual-studio-code-march-2026-release-20351.md>)

Original publisher: [Read original article](<https://devblogs.microsoft.com/python/python-in-visual-studio-code-march-2026-release/>)

Author: Vedha Ranganathan

Published: 2026-04-02T00:27:15Z

Content type: release

Language: en

Sources: [Microsoft Python Engineering](<https://devfeed.tech/sources/microsoft-python-engineering.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [out-of-process](<https://devfeed.tech/topics/out-of-process.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [feature](<https://devfeed.tech/tags/feature.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [out-of-process](<https://devfeed.tech/tags/out-of-process.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [release](<https://devfeed.tech/tags/release.md>), [visual-studio-code](<https://devfeed.tech/tags/visual-studio-code.md>)

### AI overview

Microsoft's March 2026 release of the Python and Jupyter extensions for Visual Studio Code adds optional search for Python symbols in installed packages and an experimental Rust-based parallel indexer for Pylance. The indexer runs out of process and is intended to improve performance, especially on large Python projects.

### Source excerpt

The March 2026 release of the Python and Jupyter extensions for Visual Studio Code is now available. Keep on reading to learn more! The post Python in Visual Studio Code - March 2026 Release appeared first on Microsoft for Python Developers Blog.

## How to Sell VS Code Extensions Outside the Marketplace

DevFeed: [How to Sell VS Code Extensions Outside the Marketplace](<https://devfeed.tech/articles/how-to-sell-vs-code-extensions-outside-the-marketplace-10372.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/sell-vscode-extensions/>)

Author: Ayush Agarwal

Published: 2026-03-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [VS Code Extension](<https://devfeed.tech/topics/vscode-extension.md>), [vs-code](<https://devfeed.tech/topics/vs-code.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>)

Tags: [developer](<https://devfeed.tech/tags/developer.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [license-keys](<https://devfeed.tech/tags/license-keys.md>), [payments](<https://devfeed.tech/tags/payments.md>), [revenue](<https://devfeed.tech/tags/revenue.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

A guide to monetizing VS Code extensions outside the marketplace by distributing free versions while locking premium features behind license keys. It explains how Dodo Payments can handle sales, license generation, and activation validation.

### Source excerpt

Guide to monetizing VS Code extensions with license keys. Sell premium features, deliver licenses automatically, and validate activations using Dodo Payments.

## Bringing Chrome to ARM64 Linux Devices

DevFeed: [Bringing Chrome to ARM64 Linux Devices](<https://devfeed.tech/articles/bringing-chrome-to-arm64-linux-devices-4198.md>)

Original publisher: [Read original article](<https://blog.chromium.org/2026/03/bringing-chrome-to-arm64-linux-devices.html>)

Author: Chromium Blog (noreply@blogger.com)

Published: 2026-03-12T20:01:00Z

Content type: release

Language: en

Sources: [Chromium Blog](<https://devfeed.tech/sources/chromium-blog.md>)

Topics: [Chrome](<https://devfeed.tech/topics/chrome.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Google](<https://devfeed.tech/topics/google.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [Chromium](<https://devfeed.tech/topics/chromium.md>), [Security](<https://devfeed.tech/topics/security.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Malware](<https://devfeed.tech/topics/malware.md>), [passwords](<https://devfeed.tech/topics/passwords.md>), [DGX Spark](<https://devfeed.tech/topics/dgx-spark.md>), [data](<https://devfeed.tech/topics/data.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [arm](<https://devfeed.tech/tags/arm.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [chromium](<https://devfeed.tech/tags/chromium.md>), [data](<https://devfeed.tech/tags/data.md>), [dgx-spark](<https://devfeed.tech/tags/dgx-spark.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [google](<https://devfeed.tech/tags/google.md>), [linux](<https://devfeed.tech/tags/linux.md>), [malware](<https://devfeed.tech/tags/malware.md>), [none](<https://devfeed.tech/tags/none.md>), [passwords](<https://devfeed.tech/tags/passwords.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Google announces the launch of Chrome for ARM64 Linux devices in Q2 2026, extending Chrome's availability across Arm-powered platforms. The release brings Google ecosystem integration, cross-device synchronization, extensions, translation, security protections, password management, and support for DGX Spark users.

### Source excerpt

We're excited to announce that Google will launch Chrome for ARM64 Linux devices in Q2 2026, following the successful expansion of Chrome to Arm-powered macOS devices in 2020 and Arm-powered Windows devices in 2024. Launching Chrome for ARM64 Linux devices allows more users to enjoy the seamless integration of Google's most helpful services into their browser. This move addresses the growing demand for a browsing experience that combines the benefits of the open-source Chromium project with the Google ecosystem of apps and features. This release represents a significant undertaking to ensure that ARM64 Linux users receive the same secure, stable, and rich Chrome experience found on other platforms. Get the best of the Google ecosystem With Chrome, you are able to leverage the full power of the Google ecosystem, providing a more cohesive and feature-rich environment designed for convenience and cross-device continuity. By signing into a Google Account, your bookmarks, browsing history, and open tabs follow you across devices. You can easily access the best extensions the Chrome Web Store has to offer, without needing to use specialized tools or alter developer settings. And you can effortlessly translate webpages with a single click. Use the browser that is secure by design Chrome also offers the added benefit of Google's strongest security protections. Enabling Enhanced Protection in Safe Browsing offers real-time protection against phishing and malware by leveraging AI alongside Google's list of known threats. With the Google Pay integration you can easily and securely manage your payments, using Chrome autofill for an added level of convenience. And the Google Password Manager lets you securely store, generate, and sync complex passwords across all your devices, eliminating the need to memorize multiple logins. It goes beyond simple storage by actively monitoring your credentials for data breaches and providing "Password Checkup" alerts if any of your accounts are

## Building the Universal Commerce Protocol

DevFeed: [Building the Universal Commerce Protocol](<https://devfeed.tech/articles/building-the-universal-commerce-protocol-1653.md>)

Original publisher: [Read original article](<https://shopify.engineering/ucp>)

Author: Ilya Grigorik

Published: 2026-01-11T14:17:01Z

Content type: article

Language: en

Sources: [Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering.md>), [Shopify Engineering - Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering-shopify-engineering.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [apis](<https://devfeed.tech/tags/apis.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [extensions](<https://devfeed.tech/tags/extensions.md>)

### AI overview

Shopify describes UCP, an open protocol for AI agents to discover merchant capabilities, negotiate supported actions, and complete commerce transactions.

### Source excerpt

We built UCP to power agentic commerce. Here's the architecture behind it.

## Introducing the VS Code Insiders Podcast

DevFeed: [Introducing the VS Code Insiders Podcast](<https://devfeed.tech/articles/introducing-the-vs-code-insiders-podcast-4037.md>)

Original publisher: [Read original article](<https://code.visualstudio.com/blogs/2025/12/03/introducing-vs-code-insiders-podcast>)

Author: James Montemagno

Published: 2025-12-03T00:00:00Z

Content type: news

Language: en

Sources: [Visual Studio Code - Code Editing. Redefined.](<https://devfeed.tech/sources/visual-studio-code-code-editing-redefined.md>)

Topics: [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [features](<https://devfeed.tech/tags/features.md>), [podcast](<https://devfeed.tech/tags/podcast.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

Announces the VS Code Insiders Podcast, featuring conversations about the people, decisions, experimental tooling, extensions, and future features of Visual Studio Code.

### Source excerpt

The VS Code Insiders Podcast is your insider's guide to the features, decisions, and people shaping the future of Visual Studio Code. Read the full article

## Run for your money: Engineering a treadmill that prints store credit

DevFeed: [Run for your money: Engineering a treadmill that prints store credit](<https://devfeed.tech/articles/run-for-your-money-engineering-a-treadmill-that-prints-store-credit-1426.md>)

Original publisher: [Read original article](<https://shopify.engineering/how-we-built-a-gamified-treadmill>)

Author: Nikola Draca

Published: 2025-11-25T13:31:13Z

Content type: article

Language: en

Sources: [Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering.md>), [Shopify Engineering - Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering-shopify-engineering.md>)

Topics: [Shopify](<https://devfeed.tech/topics/shopify.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [Barcode](<https://devfeed.tech/topics/barcode.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Python](<https://devfeed.tech/topics/python.md>), [Socket.IO](<https://devfeed.tech/topics/socket-io.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [checkout](<https://devfeed.tech/tags/checkout.md>), [code](<https://devfeed.tech/tags/code.md>), [customer](<https://devfeed.tech/tags/customer.md>), [data](<https://devfeed.tech/tags/data.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [events](<https://devfeed.tech/tags/events.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [python](<https://devfeed.tech/tags/python.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [retail](<https://devfeed.tech/tags/retail.md>), [sensor](<https://devfeed.tech/tags/sensor.md>), [shopify](<https://devfeed.tech/tags/shopify.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

Shopify and Endorphins Running built a gamified manual treadmill for the 2025 NYC marathon weekend. A pace sensor sent Bluetooth FTMS data to a Python script, while Socket.IO and a Shopify POS UI extension connected the running experience to store-credit redemption. Participants earned credit for maintaining a selected pace and received a barcode for applying their discount at checkout.

### Source excerpt

We combined FTMS sensors, Socket.IO, and POS UI extensions to turn a manual treadmill into a discount-printing machine.

## Introducing the Visual Studio Code Private Marketplace: Your Team's Secure, Curated Extension Hub 🎉

DevFeed: [Introducing the Visual Studio Code Private Marketplace: Your Team's Secure, Curated Extension Hub 🎉](<https://devfeed.tech/articles/introducing-the-visual-studio-code-private-marketplace-your-team-s-secure-curated-extension-hub-4035.md>)

Original publisher: [Read original article](<https://code.visualstudio.com/blogs/2025/11/18/PrivateMarketplace>)

Author: Sean Iyer

Published: 2025-11-18T00:00:00Z

Content type: article

Language: en

Sources: [Visual Studio Code - Code Editing. Redefined.](<https://devfeed.tech/sources/visual-studio-code-code-editing-redefined.md>)

Topics: [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Security](<https://devfeed.tech/topics/security.md>), [Low-Code / Internal Tools](<https://devfeed.tech/topics/internal-tools.md>), [hosting](<https://devfeed.tech/topics/hosting.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [article](<https://devfeed.tech/tags/article.md>), [blog](<https://devfeed.tech/tags/blog.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [developers](<https://devfeed.tech/tags/developers.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [github](<https://devfeed.tech/tags/github.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [internal-tools](<https://devfeed.tech/tags/internal-tools.md>), [security](<https://devfeed.tech/tags/security.md>), [visual-studio](<https://devfeed.tech/tags/visual-studio.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

The article introduces Private Marketplace for Visual Studio Code, an enterprise-ready service for curating, privately hosting, rehosting, and centrally distributing extensions to development teams. It is available to GitHub Enterprise customers and requires eligible GitHub Enterprise or Copilot accounts.

### Source excerpt

Private Marketplace for VS Code extensions now generally available. Read the full article

[Next page](<https://devfeed.tech/tags/extensions.md?cursor=WyIyMDI1LTExLTE4VDAwOjAwOjAwKzAwOjAwIiwgImJmOTQ5NDkzLWVkMjctNDIyZS04N2ZhLTI4NTM2NDYzYzI3MiJd>)