devchain-cli 0.10.1 → 0.10.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 ds=e=>{throw TypeError(e)};var hs=(e,n,t)=>n.has(e)||ds("Cannot "+t);var Tt=(e,n,t)=>(hs(e,n,"read from private field"),t?t.call(e):n.get(e)),fs=(e,n,t)=>n.has(e)?ds("Cannot add the same private member more than once"):n instanceof WeakSet?n.add(e):n.set(e,t),gs=(e,n,t,r)=>(hs(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 pr,J as M,P as Yn,L as ro,N as je,O as so,Q as Ca,U as ao,V as io,W as oo,j as u,a as q,X as lo,Y as uo,Z as mr,_ as dr,$ as hr,d as hn,e as fn,B as xe,M as Ae,k as fr,a0 as Da,n as ee,a1 as gn,a2 as sn,a3 as $e,a4 as Ta,a5 as _t,a6 as co,a7 as po,a8 as mo,a9 as ho,aa as fo,ab as go,ac as bo,ad as bs,ae as vo,af as wo,ag as an,ah as on,ai as ln,aj as un,ak as cn,al as qn,am as gr,x as wt,an as ka,T as Vn,t as Mn,v as Ln,w as Fn,ao as br,ap as No,y as Pe,aq as Pn,ar as $n,S as yo,o as xo,p as Eo,q as So,s as Co,as as Do,at as To,au as vs,av as ko,aw as Ao,g as Nt,m as $t,ax as gt,ay as Io,az as Ro,aA as _o,aB as jo,aC as Oo,aD as Vo,aE as Mo,aF as Lo,aG as Fo,aH as Po,aI as $o,aJ as zo,K as Bo,aK as Go}from"./index-Th1FDtKR.js";/**
1
+ var ds=e=>{throw TypeError(e)};var hs=(e,n,t)=>n.has(e)||ds("Cannot "+t);var Tt=(e,n,t)=>(hs(e,n,"read from private field"),t?t.call(e):n.get(e)),fs=(e,n,t)=>n.has(e)?ds("Cannot add the same private member more than once"):n instanceof WeakSet?n.add(e):n.set(e,t),gs=(e,n,t,r)=>(hs(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 pr,J as M,P as Yn,L as ro,N as je,O as so,Q as Ca,U as ao,V as io,W as oo,j as u,a as q,X as lo,Y as uo,Z as mr,_ as dr,$ as hr,d as hn,e as fn,B as xe,M as Ae,k as fr,a0 as Da,n as ee,a1 as gn,a2 as sn,a3 as $e,a4 as Ta,a5 as _t,a6 as co,a7 as po,a8 as mo,a9 as ho,aa as fo,ab as go,ac as bo,ad as bs,ae as vo,af as wo,ag as an,ah as on,ai as ln,aj as un,ak as cn,al as qn,am as gr,x as wt,an as ka,T as Vn,t as Mn,v as Ln,w as Fn,ao as br,ap as No,y as Pe,aq as Pn,ar as $n,S as yo,o as xo,p as Eo,q as So,s as Co,as as Do,at as To,au as vs,av as ko,aw as Ao,g as Nt,m as $t,ax as gt,ay as Io,az as Ro,aA as _o,aB as jo,aC as Oo,aD as Vo,aE as Mo,aF as Lo,aG as Fo,aH as Po,aI as $o,aJ as zo,K as Bo,aK as Go}from"./index-CWqSXDUZ.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-Th1FDtKR.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-CWqSXDUZ.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-DvRuLfpZ.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.10.1",
3
+ "version": "0.10.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.10.2": [
12
+ "Fix Claude auto-compact threshold incorrectly set to 10% (corrected to 85%)"
13
+ ],
11
14
  "0.10.1": [
12
15
  "Update README with worktrees, container isolation, and skills documentation"
13
16
  ],