devchain-cli 0.11.1 → 0.11.2

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,4 +1,4 @@
1
- var ma=e=>{throw TypeError(e)};var da=(e,n,t)=>n.has(e)||ma("Cannot "+t);var Tn=(e,n,t)=>(da(e,n,"read from private field"),t?t.call(e):n.get(e)),ha=(e,n,t)=>n.has(e)?ma("Cannot add the same private member more than once"):n instanceof WeakSet?n.add(e):n.set(e,t),fa=(e,n,t,r)=>(da(e,n,"write to private field"),r?r.call(e,t):n.set(e,t),t);import{c as Be,r as x,I as cr,J as L,P as Wt,L as qs,N as je,O as Zs,Q as Ni,U as Qs,V as Js,W as eo,j as u,a as X,X as no,Y as to,Z as pr,_ as mr,$ as dr,d as dt,e as ht,B as xe,M as Ae,k as hr,a0 as wi,n as ee,a1 as ft,a2 as at,a3 as $e,a4 as yi,a5 as Rn,a6 as ro,a7 as ao,a8 as io,a9 as so,aa as oo,ab as lo,ac as uo,ad as ga,ae as co,af as po,ag as it,ah as st,ai as ot,aj as lt,ak as ut,al as Yt,am as fr,x as Nn,an as xi,T as Ot,t as Vt,v as Lt,w as Mt,ao as gr,ap as mo,y as Pe,aq as Ft,ar as Pt,S as ho,o as fo,p as go,q as bo,s as vo,as as No,at as wo,au as ba,av as yo,aw as xo,g as wn,m as $n,ax as gn,ay as Eo,az as So,aA as Do,aB as Co,aC as To,aD as ko,aE as Ao,aF as Io,aG as _o,aH as Ro,aI as jo,aJ as Oo,K as Vo,aK as Lo}from"./index-Bs5Kat1T.js";/**
1
+ var ma=e=>{throw TypeError(e)};var da=(e,n,t)=>n.has(e)||ma("Cannot "+t);var Tn=(e,n,t)=>(da(e,n,"read from private field"),t?t.call(e):n.get(e)),ha=(e,n,t)=>n.has(e)?ma("Cannot add the same private member more than once"):n instanceof WeakSet?n.add(e):n.set(e,t),fa=(e,n,t,r)=>(da(e,n,"write to private field"),r?r.call(e,t):n.set(e,t),t);import{c as Be,r as x,I as cr,J as L,P as Wt,L as qs,N as je,O as Zs,Q as Ni,U as Qs,V as Js,W as eo,j as u,a as X,X as no,Y as to,Z as pr,_ as mr,$ as dr,d as dt,e as ht,B as xe,M as Ae,k as hr,a0 as wi,n as ee,a1 as ft,a2 as at,a3 as $e,a4 as yi,a5 as Rn,a6 as ro,a7 as ao,a8 as io,a9 as so,aa as oo,ab as lo,ac as uo,ad as ga,ae as co,af as po,ag as it,ah as st,ai as ot,aj as lt,ak as ut,al as Yt,am as fr,x as Nn,an as xi,T as Ot,t as Vt,v as Lt,w as Mt,ao as gr,ap as mo,y as Pe,aq as Ft,ar as Pt,S as ho,o as fo,p as go,q as bo,s as vo,as as No,at as wo,au as ba,av as yo,aw as xo,g as wn,m as $n,ax as gn,ay as Eo,az as So,aA as Do,aB as Co,aC as To,aD as ko,aE as Ao,aF as Io,aG as _o,aH as Ro,aI as jo,aJ as Oo,K as Vo,aK as Lo}from"./index-DREa7sx2.js";/**
2
2
  * @license lucide-react v0.545.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
7
7
  <title>Devchain - Local App</title>
8
- <script type="module" crossorigin src="/assets/index-Bs5Kat1T.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-DREa7sx2.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-CW3WYriQ.css">
10
10
  </head>
11
11
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devchain-cli",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "AI driven development platform",
5
5
  "homepage": "https://devchain.twitechlab.com/",
6
6
  "repository": {
@@ -8,6 +8,9 @@
8
8
  "url": "https://github.com/twitech-lab/devchain.git"
9
9
  },
10
10
  "changelog": {
11
+ "0.11.2": [
12
+ "Fix worktree project queries and selection gated on runtime resolution"
13
+ ],
11
14
  "0.11.1": [
12
15
  "Preserve agent model override through export/import and preset application",
13
16
  "Worktree creation: copy gitignored files and UX improvements",