@jaggerxtrm/pi-extensions 0.9.4 → 0.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xtrm/pi-xtrm-ui",
3
3
  "version": "1.1.0",
4
- "description": "XTRM UI: pi-dex chrome + pi-diff style write/edit rendering with custom-footer-safe ownership",
4
+ "description": "XTRM-owned Pi chrome, themes, and native/external tool rendering",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": "./index.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaggerxtrm/pi-extensions",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "description": "Unified Pi extension entrypoint for xtrm-managed extensions",
5
5
  "type": "module",
6
6
  "publishConfig": {
package/src/registry.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import type { ExtensionAPI } from "@mariozechner/pi-coding-agent";
2
2
 
3
3
  import autoSessionNameExtension from "./extensions/auto-session-name.ts";
4
- import autoUpdateExtension from "./extensions/auto-update.ts";
5
4
  import beadsExtension from "./extensions/beads.ts";
6
5
  import compactHeaderExtension from "./extensions/compact-header.ts";
7
6
  import customFooterExtension from "./extensions/custom-footer.ts";
@@ -24,7 +23,6 @@ export type ManagedPiExtension = {
24
23
 
25
24
  const allManagedPiExtensions: readonly ManagedPiExtension[] = [
26
25
  { id: "auto-session-name", register: autoSessionNameExtension },
27
- { id: "auto-update", register: autoUpdateExtension },
28
26
  { id: "beads", register: beadsExtension },
29
27
  { id: "compact-header", register: compactHeaderExtension },
30
28
  { id: "custom-footer", register: customFooterExtension },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
3
- "name": "pidex-dark-flattools",
3
+ "name": "xtrm-dark-flattools",
4
4
  "vars": {
5
5
  "accentBlue": "#b8d3ff",
6
6
  "accentCyan": "#b8d3ff",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
3
- "name": "pidex-dark",
3
+ "name": "xtrm-dark",
4
4
  "vars": {
5
5
  "accentBlue": "#b8d3ff",
6
6
  "accentCyan": "#b8d3ff",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
3
- "name": "pidex-light-flattools",
3
+ "name": "xtrm-light-flattools",
4
4
  "vars": {
5
5
  "accentBlue": "#44546a",
6
6
  "accentCyan": "#5f6b7a",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
3
- "name": "pidex-light",
3
+ "name": "xtrm-light",
4
4
  "vars": {
5
5
  "accentBlue": "#44546a",
6
6
  "accentCyan": "#5f6b7a",