@iaforged/context-code 2.1.4 → 2.1.6
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 +1 @@
|
|
|
1
|
-
import e from"chalk";import{writeSync as t}from"fs";import r from"lodash-es/memoize.js";import{onExit as o}from"signal-exit";import{getIsInteractive as s,getIsScrollDraining as n,getLastMainRequestId as i,getSessionId as c,isSessionPersistenceDisabled as a}from"../bootstrap/state.js";import u from"../ink/instances.js";import{DISABLE_KITTY_KEYBOARD as m,DISABLE_MODIFY_OTHER_KEYS as l}from"../ink/termio/csi.js";import{DBP as p,DFE as d,DISABLE_MOUSE_TRACKING as f,EXIT_ALT_SCREEN as g,SHOW_CURSOR as h}from"../ink/termio/dec.js";import{CLEAR_ITERM2_PROGRESS as _,CLEAR_TAB_STATUS as T,CLEAR_TERMINAL_TITLE as w,supportsTabStatus as E,wrapForMultiplexer as S}from"../ink/termio/osc.js";import{shutdownDatadog as x}from"../services/analytics/datadog.js";import{shutdown1PEventLogging as v}from"../services/analytics/firstPartyEventLogger.js";import{logEvent as j}from"../services/analytics/index.js";import{runCleanupFunctions as y}from"./cleanupRegistry.js";import{logForDebugging as I}from"./debug.js";import{logForDiagnosticsNoPII as M}from"./diagLogs.js";import{isEnvTruthy as k}from"./envUtils.js";import{getCurrentSessionTitle as L,sessionIdExists as R}from"./sessionStorage.js";import{sleep as C}from"./sleep.js";import{profileReport as G}from"./startupProfiler.js";function cleanupTerminalModes(){if(process.stdout.isTTY)try{t(1,f);const e=u.get(process.stdout);if(e?.isAltScreenActive)try{e.unmount()}catch{t(1,g)}e?.drainStdin(),e?.detachForShutdown(),t(1,l),t(1,m),t(1,d),t(1,p),t(1,h),t(1,_),E()&&t(1,S(T)),k(process.env.CONTEXT_CODE_DISABLE_TERMINAL_TITLE)||k(process.env.CLAUDE_CODE_DISABLE_TERMINAL_TITLE)||("win32"===process.platform?process.title="":t(1,w))}catch{}}let N=!1;function printResumeHint(){if(!N&&process.stdout.isTTY&&s()&&!a())try{const r=c();if(!R(r))return;const o=L(r);let s;if(o){s=`"${o.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}else s=r;t(1,e.dim(`\nReanuda esta
|
|
1
|
+
import e from"chalk";import{writeSync as t}from"fs";import r from"lodash-es/memoize.js";import{onExit as o}from"signal-exit";import{getIsInteractive as s,getIsScrollDraining as n,getLastMainRequestId as i,getSessionId as c,isSessionPersistenceDisabled as a}from"../bootstrap/state.js";import u from"../ink/instances.js";import{DISABLE_KITTY_KEYBOARD as m,DISABLE_MODIFY_OTHER_KEYS as l}from"../ink/termio/csi.js";import{DBP as p,DFE as d,DISABLE_MOUSE_TRACKING as f,EXIT_ALT_SCREEN as g,SHOW_CURSOR as h}from"../ink/termio/dec.js";import{CLEAR_ITERM2_PROGRESS as _,CLEAR_TAB_STATUS as T,CLEAR_TERMINAL_TITLE as w,supportsTabStatus as E,wrapForMultiplexer as S}from"../ink/termio/osc.js";import{shutdownDatadog as x}from"../services/analytics/datadog.js";import{shutdown1PEventLogging as v}from"../services/analytics/firstPartyEventLogger.js";import{logEvent as j}from"../services/analytics/index.js";import{runCleanupFunctions as y}from"./cleanupRegistry.js";import{logForDebugging as I}from"./debug.js";import{logForDiagnosticsNoPII as M}from"./diagLogs.js";import{isEnvTruthy as k}from"./envUtils.js";import{getCurrentSessionTitle as L,sessionIdExists as R}from"./sessionStorage.js";import{sleep as C}from"./sleep.js";import{profileReport as G}from"./startupProfiler.js";function cleanupTerminalModes(){if(process.stdout.isTTY)try{t(1,f);const e=u.get(process.stdout);if(e?.isAltScreenActive)try{e.unmount()}catch{t(1,g)}e?.drainStdin(),e?.detachForShutdown(),t(1,l),t(1,m),t(1,d),t(1,p),t(1,h),t(1,_),E()&&t(1,S(T)),k(process.env.CONTEXT_CODE_DISABLE_TERMINAL_TITLE)||k(process.env.CLAUDE_CODE_DISABLE_TERMINAL_TITLE)||("win32"===process.platform?process.title="":t(1,w))}catch{}}let N=!1;function printResumeHint(){if(!N&&process.stdout.isTTY&&s()&&!a())try{const r=c();if(!R(r))return;const o=L(r);let s;if(o){s=`"${o.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}else s=r;t(1,e.dim(`\nReanuda esta sesion con:\ncontext --resume ${s}\n`)),N=!0}catch{}}function forceExit(e){void 0!==P&&(clearTimeout(P),P=void 0);try{u.get(process.stdout)?.drainStdin()}catch{}try{process.exit(e)}catch(e){if("test"===process.env.NODE_ENV)throw e;process.kill(process.pid,"SIGKILL")}if("test"!==process.env.NODE_ENV)throw new Error("unreachable")}export const setupGracefulShutdown=r(()=>{o(()=>{}),process.on("SIGINT",()=>{process.argv.includes("-p")||process.argv.includes("--print")||(H&&(cleanupTerminalModes(),forceExit(130)),M("info","shutdown_signal",{signal:"SIGINT"}),gracefulShutdown(0))}),process.on("SIGTERM",()=>{M("info","shutdown_signal",{signal:"SIGTERM"}),gracefulShutdown(143)}),"win32"!==process.platform&&(process.on("SIGHUP",()=>{M("info","shutdown_signal",{signal:"SIGHUP"}),gracefulShutdown(129)}),process.stdin.isTTY&&(A=setInterval(()=>{n()||process.stdout.writable&&process.stdin.readable||(clearInterval(A),M("info","shutdown_signal",{signal:"orphan_detected"}),gracefulShutdown(129))},3e4),A.unref())),process.on("uncaughtException",e=>{M("error","uncaught_exception",{error_name:e.name,error_message:e.message.slice(0,2e3)}),j("tengu_uncaught_exception",{error_name:e.name})}),process.on("unhandledRejection",e=>{const t=e instanceof Error?e.name:"string"==typeof e?"string":"unknown",r=e instanceof Error?{error_name:e.name,error_message:e.message.slice(0,2e3),error_stack:e.stack?.slice(0,4e3)}:{error_message:String(e).slice(0,2e3)};M("error","unhandled_rejection",r),j("tengu_unhandled_rejection",{error_name:t})})});export function gracefulShutdownSync(e=0,t="other",r){process.exitCode=e,D=gracefulShutdown(e,t,r).catch(t=>{I(`Graceful shutdown failed: ${t}`,{level:"error"}),cleanupTerminalModes(),printResumeHint(),forceExit(e)}).catch(()=>{})}let P,A,D,H=!1;export function isShuttingDown(){return H}export function resetShutdownState(){H=!1,N=!1,void 0!==P&&(clearTimeout(P),P=void 0),D=void 0}export function getPendingShutdownForTesting(){return D}export async function gracefulShutdown(e=0,r="other",o){if(H)return;H=!0;const{executeSessionEndHooks:s,getSessionEndHookTimeoutMs:n}=await import("./hooks.js"),c=n();let a;P=setTimeout(e=>{cleanupTerminalModes(),printResumeHint(),forceExit(e)},Math.max(5e3,c+3500),e),P.unref(),process.exitCode=e,cleanupTerminalModes(),printResumeHint();try{const e=(async()=>{try{await y()}catch{}})();await Promise.race([e,new Promise((e,t)=>{a=setTimeout(e=>e(new CleanupTimeoutError),2e3,t)})]),clearTimeout(a)}catch{clearTimeout(a)}try{await s(r,{...o,signal:AbortSignal.timeout(c),timeoutMs:c})}catch{}try{G()}catch{}const u=i();u&&j("tengu_cache_eviction_hint",{scope:"session_end",last_request_id:u});try{await Promise.race([Promise.all([v(),x()]),C(500)])}catch{}if(o?.finalMessage)try{t(2,o.finalMessage+"\n")}catch{}forceExit(e)}class CleanupTimeoutError extends Error{constructor(){super("Cleanup timeout")}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as e,Aa as r,Ba as i,C as a,Ca as o,Da as l,Ea as u,J as h,P as p,Q as b,a as g,aa as w,c as d,d as v,f,h as
|
|
1
|
+
import{A as e,Aa as r,Ba as i,C as a,Ca as o,Da as l,Ea as u,J as h,P as p,Q as b,a as g,aa as w,c as d,d as v,f as E,h as f,i as m,j as y,k as O,l as k,m as T,o as C,pa as A,q as I,r as P,s as S,t as M,wa as N,xa as D,ya as W,za as L}from"./chunk-VAB2VXFI.js";var _="Service workers are disabled or not supported by this browser",x=class{serviceWorker;worker;registration;events;constructor(e,r){if(this.serviceWorker=e,e){let i=null,a=new v;this.worker=new d(e=>(null!==i&&e.next(i),a.subscribe(r=>e.next(r))));let s=()=>{let{controller:r}=e;null!==r&&(i=r,a.next(i))};e.addEventListener("controllerchange",s),s(),this.registration=this.worker.pipe(O(()=>e.getRegistration()));let o=new v;this.events=o.asObservable();let c=e=>{let{data:r}=e;r?.type&&o.next(r)};e.addEventListener("message",c),r?.get(b,null,{optional:!0})?.onDestroy(()=>{e.removeEventListener("controllerchange",s),e.removeEventListener("message",c)})}else this.worker=this.events=this.registration=new d(e=>e.error(new k(5601,!1)))}postMessage(e,r){return new Promise(i=>{this.worker.pipe(y(1)).subscribe(a=>{a.postMessage(g({action:e},r)),i()})})}postMessageWithOperation(e,r,i){let a=this.waitForOperationCompleted(i),o=this.postMessage(e,r);return Promise.all([o,a]).then(([,e])=>e)}generateNonce(){return Math.round(1e7*Math.random())}eventsOfType(e){let r;return r="string"==typeof e?r=>r.type===e:r=>e.includes(r.type),this.events.pipe(m(r))}nextEventOfType(e){return this.eventsOfType(e).pipe(y(1))}waitForOperationCompleted(e){return new Promise((r,i)=>{this.eventsOfType("OPERATION_COMPLETED").pipe(m(r=>r.nonce===e),y(1),E(e=>{if(void 0!==e.result)return e.result;throw new Error(e.error)})).subscribe({next:r,error:i})})}get isEnabled(){return!!this.serviceWorker}},V=(()=>{class n{sw;messages;notificationClicks;subscription;get isEnabled(){return this.sw.isEnabled}pushManager=null;subscriptionChanges=new v;constructor(e){if(this.sw=e,!e.isEnabled)return this.messages=f,this.notificationClicks=f,void(this.subscription=f);this.messages=this.sw.eventsOfType("PUSH").pipe(E(e=>e.data)),this.notificationClicks=this.sw.eventsOfType("NOTIFICATION_CLICK").pipe(E(e=>e.data)),this.pushManager=this.sw.registration.pipe(E(e=>e.pushManager));let r=this.pushManager.pipe(O(e=>e.getSubscription()));this.subscription=new d(e=>{let i=r.subscribe(e),a=this.subscriptionChanges.subscribe(e);return()=>{i.unsubscribe(),a.unsubscribe()}})}requestSubscription(e){if(!this.sw.isEnabled||null===this.pushManager)return Promise.reject(new Error(_));let r={userVisibleOnly:!0},i=this.decodeBase64(e.serverPublicKey.replace(/_/g,"/").replace(/-/g,"+")),a=new Uint8Array(new ArrayBuffer(i.length));for(let e=0;e<i.length;e++)a[e]=i.charCodeAt(e);return r.applicationServerKey=a,new Promise((e,i)=>{this.pushManager.pipe(O(e=>e.subscribe(r)),y(1)).subscribe({next:r=>{this.subscriptionChanges.next(r),e(r)},error:i})})}unsubscribe(){if(!this.sw.isEnabled)return Promise.reject(new Error(_));let t=e=>{if(null===e)throw new k(5602,!1);return e.unsubscribe().then(e=>{if(!e)throw new k(5603,!1);this.subscriptionChanges.next(null)})};return new Promise((e,r)=>{this.subscription.pipe(y(1),O(t)).subscribe({next:e,error:r})})}decodeBase64(e){return atob(e)}static ɵfac=function(e){return new(e||n)(P(x))};static ɵprov=C({token:n,factory:n.ɵfac})}return n})(),F=(()=>{class n{sw;versionUpdates;unrecoverable;get isEnabled(){return this.sw.isEnabled}constructor(e){if(this.sw=e,!e.isEnabled)return this.versionUpdates=f,void(this.unrecoverable=f);this.versionUpdates=this.sw.eventsOfType(["VERSION_DETECTED","VERSION_INSTALLATION_FAILED","VERSION_READY","NO_NEW_VERSION_DETECTED"]),this.unrecoverable=this.sw.eventsOfType("UNRECOVERABLE_STATE")}checkForUpdate(){if(!this.sw.isEnabled)return Promise.reject(new Error(_));let e=this.sw.generateNonce();return this.sw.postMessageWithOperation("CHECK_FOR_UPDATES",{nonce:e},e)}activateUpdate(){if(!this.sw.isEnabled)return Promise.reject(new k(5601,!1));let e=this.sw.generateNonce();return this.sw.postMessageWithOperation("ACTIVATE_UPDATE",{nonce:e},e)}static ɵfac=function(e){return new(e||n)(P(x))};static ɵprov=C({token:n,factory:n.ɵfac})}return n})(),R=new I("");function X(){let e=S(U);if(!("serviceWorker"in navigator)||!1===e.enabled)return;let r=S(R),i=S(a),o=S(b);i.runOutsideAngular(()=>{let e=navigator.serviceWorker,s=()=>e.controller?.postMessage({action:"INITIALIZE"});e.addEventListener("controllerchange",s),o.onDestroy(()=>{e.removeEventListener("controllerchange",s)})}),i.runOutsideAngular(()=>{let i,{registrationStrategy:a}=e;if("function"==typeof a)i=new Promise(e=>a().subscribe(()=>e()));else{let[e,...r]=(a||"registerWhenStable:30000").split(":");switch(e){case"registerImmediately":i=Promise.resolve();break;case"registerWithDelay":i=q(+r[0]||0);break;case"registerWhenStable":i=Promise.race([o.whenStable(),q(+r[0])]);break;default:throw new k(5600,!1)}}i.then(()=>{o.destroyed||navigator.serviceWorker.register(r,{scope:e.scope}).catch(e=>console.error(T(5604,!1)))})})}function q(e){return new Promise(r=>setTimeout(r,e))}function ee(e,r){return new x(!1!==e.enabled?navigator.serviceWorker:void 0,r)}var U=class{enabled;scope;registrationStrategy};N(class n{constructor(){this.auth=S(l),this.socket=S(u)}ngOnInit(){this.auth.hasToken()&&this.socket.connect()}static{this.ɵfac=function(e){return new(e||n)}}static{this.ɵcmp=h({type:n,selectors:[["cx-root"]],decls:1,vars:0,template:function(e,r){1&e&&w(0,"router-outlet")},dependencies:[L],encapsulation:2,changeDetection:0})}},{providers:[i([{path:"",redirectTo:"chat",pathMatch:"full"},{path:"login",loadComponent:()=>import("./chunk-NFYBHCXF.js").then(e=>e.LoginComponent)},{path:"chat",canActivate:[()=>{let e=S(l),i=S(r);return!!e.hasToken()||(i.navigate(["/login"]),!1)}],loadComponent:()=>import("./chunk-AMCDNAIG.js").then(e=>e.ChatComponent)},{path:"**",redirectTo:"chat"}],o()),D(W()),function(r,i={}){return M([V,F,{provide:R,useValue:r},{provide:U,useValue:i},{provide:x,useFactory:ee,deps:[U,e]},p(X)])}("ngsw-worker.js",{enabled:!A(),registrationStrategy:"registerWhenStable:30000"})]}).catch(e=>console.error("[webapp] bootstrap error",e));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iaforged/context-code",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "Context Code es un asistente de desarrollo para la terminal. Puede revisar tu proyecto, editar archivos, ejecutar comandos y apoyarte en tareas reales de programacion.",
|
|
5
5
|
"author": "Context AI",
|
|
6
6
|
"license": "MIT",
|