cctally 1.57.0 → 1.57.1
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.
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [1.57.1] - 2026-06-28
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Conversation viewer: a tool call that follows a to-do/checklist update inside the same assistant turn is no longer silently dropped — when an assistant message updated its task checklist and then made a further tool call (for example a Codex agent call that errored), only the checklist card rendered and every tool call after it vanished entirely; the leading checklist now collapses to its card as before and the trailing tool call(s) render normally right after it (#245).
|
|
12
|
+
|
|
8
13
|
## [1.57.0] - 2026-06-27
|
|
9
14
|
|
|
10
15
|
### Added
|
|
@@ -68,7 +68,7 @@ Error generating stack: `+e.message+`
|
|
|
68
68
|
`).length>24||e.length>1400}function xA({href:e,children:t,...n}){return typeof e==`string`&&/^https?:\/\//i.test(e)?(0,B.jsx)(DO,{href:e,...n,children:t}):(0,B.jsx)(`span`,{className:`conv-codex-cite`,children:t})}var SA={a:xA};function CA({call:e}){let[t,n]=(0,_.useState)(null),[r,i]=(0,_.useState)(null),[a,o]=(0,_.useState)(!1),[s,c]=(0,_.useState)(!1),l=r??e.input??null,u=yA(l),d=typeof l?.prompt==`string`?l.prompt:``,f=d.split(`
|
|
69
69
|
`,1)[0],p=e.result,m=vA(t??p?.text??``),h=m.kind===`error`||!!p?.is_error,g=p==null?``:h?m.kind===`error`&&m.status?`✗ ${m.status}`:`✗ error`:`✓ ok`,v=!!(u.model||u.effort||u.sandbox||u.approval||u.cwdBase);return(0,B.jsxs)(`details`,{className:`conv-chip conv-codex${h?` conv-codex--error`:``}`,children:[(0,B.jsxs)(`summary`,{children:[(0,B.jsx)(`span`,{className:`conv-chev`,"aria-hidden":`true`}),(0,B.jsx)(aO,{}),(0,B.jsx)(`span`,{className:`conv-chip-name conv-codex-brand`,children:`codex`}),u.threadId?(0,B.jsxs)(`span`,{className:`conv-codex-thread`,children:[`↩ thread …`,u.threadId.slice(-4)]}):u.model&&(0,B.jsx)(`span`,{className:`conv-codex-model`,children:u.model}),g&&(0,B.jsx)(`span`,{className:`conv-codex-summary-status${h?` conv-codex-summary-status--err`:``}`,children:g}),f&&(0,B.jsx)(`span`,{className:`conv-chip-preview`,children:f})]}),(0,B.jsxs)(`div`,{className:`conv-codex-body`,children:[v&&(0,B.jsxs)(`div`,{className:`conv-codex-bar`,children:[(0,B.jsx)(`span`,{className:`conv-codex-dot`,"aria-hidden":`true`}),u.model&&(0,B.jsx)(`span`,{className:`conv-codex-bar-model`,children:u.model}),u.effort&&(0,B.jsxs)(`span`,{className:`conv-codex-bar-item`,children:[`effort `,u.effort]}),u.sandbox&&(0,B.jsx)(`span`,{className:`conv-codex-bar-item`,children:u.sandbox}),u.approval&&(0,B.jsxs)(`span`,{className:`conv-codex-bar-item`,children:[`approval `,u.approval]}),u.cwdBase&&(0,B.jsx)(`span`,{className:`conv-codex-bar-cwd`,children:u.cwdBase})]}),d&&(0,B.jsxs)(`div`,{className:`conv-codex-prompt`,children:[(0,B.jsxs)(`button`,{type:`button`,className:`conv-codex-prompt-toggle`,onClick:()=>o(e=>!e),children:[(0,B.jsxs)(`span`,{className:`conv-codex-prompt-tag`,children:[a?`▾`:`▸`,` prompt`]}),!a&&(0,B.jsx)(`span`,{className:`conv-codex-prompt-line`,children:f})]}),a&&(0,B.jsx)(`div`,{className:`conv-codex-prompt-md`,children:(0,B.jsx)(AO,{components:SA,children:d})}),a&&e.input_truncated&&r==null&&e.tool_use_id&&(0,B.jsx)(sk,{toolUseId:e.tool_use_id,which:`input`,fullLength:null,label:`load full prompt`,onLoaded:e=>{e.which===`input`&&i(e.input)}})]}),y()]})]});function y(){if(p==null)return(0,B.jsx)(`div`,{className:`conv-tool-io-label conv-tool-io-label--none`,children:`no result`});if(m.kind===`error`)return(0,B.jsxs)(`div`,{className:`conv-codex-error`,children:[(0,B.jsxs)(`div`,{className:`conv-codex-error-head`,children:[`✗ `,m.errorType??`error`,m.status?` · HTTP ${m.status}`:``]}),(0,B.jsx)(`div`,{className:`conv-codex-error-msg`,children:m.message})]});let r=p.truncated&&t==null&&e.tool_use_id?(0,B.jsx)(sk,{toolUseId:e.tool_use_id,which:`result`,fullLength:p.full_length??null,label:`load full response`,onLoaded:e=>{e.which===`result`&&n(e.text)}}):null;if(m.kind===`raw`)return h?(0,B.jsxs)(`div`,{className:`conv-codex-error`,children:[(0,B.jsx)(`div`,{className:`conv-codex-error-head`,children:`✗ error`}),(0,B.jsx)(`div`,{className:`conv-codex-error-msg`,children:m.text})]}):(0,B.jsxs)(B.Fragment,{children:[p.truncated&&t==null?(0,B.jsx)(`div`,{className:`conv-codex-truncated`,children:`Response truncated — load the full response below.`}):(0,B.jsx)(`pre`,{className:`conv-code conv-code--result`,children:m.text}),r]});let i=m.content,a=bA(i)&&!s;return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`div`,{className:`conv-codex-reslabel`,children:[`↩ response `,(0,B.jsx)(uO,{text:i})]}),(0,B.jsx)(`div`,{className:`conv-codex-md`+(a?` conv-codex-md--clamp`:``),children:(0,B.jsx)(AO,{components:SA,children:i})}),a&&(0,B.jsx)(`div`,{className:`conv-codex-more`,children:(0,B.jsx)(`button`,{type:`button`,onClick:()=>c(!0),children:`Show full response ↓`})}),r]})}}function wA(e){let t=e.input?.plan;return typeof t==`string`&&t.length>0?t:null}function TA(e){let t=e.input;return!!t&&typeof t.old_string==`string`&&typeof t.new_string==`string`}function EA(e){let t=e.input?.edits;return Array.isArray(t)&&t.length>0}function DA(e){return typeof e.input?.content==`string`}function OA(e){return typeof e.input?.command==`string`}function kA(e){return typeof e.input?.url==`string`}function AA(e){return typeof e.input?.query==`string`}function jA(e){return typeof e.input?.prompt==`string`}function MA(e){switch((e.name??``).toLowerCase()){case`askuserquestion`:return(0,B.jsx)(HO,{call:e});case`todowrite`:return(0,B.jsx)(KO,{call:e});case`exitplanmode`:return wA(e)==null?null:(0,B.jsx)(QO,{call:e});case`edit`:return TA(e)?(0,B.jsx)(Jk,{call:e}):null;case`multiedit`:return EA(e)?(0,B.jsx)(Jk,{call:e}):null;case`write`:return DA(e)?(0,B.jsx)(Jk,{call:e}):null;case`bash`:return OA(e)?(0,B.jsx)(oA,{call:e}):null;case`webfetch`:return kA(e)?(0,B.jsx)(mA,{call:e}):null;case`websearch`:return AA(e)?(0,B.jsx)(_A,{call:e}):null;case`mcp__codex__codex`:case`mcp__codex__codex-reply`:return jA(e)?(0,B.jsx)(CA,{call:e}):null;default:return null}}function NA({call:e}){return(0,B.jsx)(WO,{todos:e.task_snapshot??[],label:`Tasks`})}function PA({name:e}){let t=AD(e);return t?(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`span`,{className:`conv-chip-name`,title:e??void 0,children:t.action}),(0,B.jsx)(`span`,{className:`conv-chip-server`,children:t.serverLabel})]}):(0,B.jsx)(`span`,{className:`conv-chip-name`,children:e??`tool`})}function FA({kind:e}){return(0,B.jsxs)(`div`,{className:`conv-spawn-connector`,children:[(0,B.jsx)(`span`,{className:`conv-spawn-connector-arc`,"aria-hidden":`true`,children:`↳`}),(0,B.jsx)(`span`,{children:e?`launched ${e} agent`:`launched agent`})]})}var IA=new Set([`TaskCreate`,`TaskUpdate`,`TaskList`]);function LA(e){let t=e[0];return t!=null&&t.name!=null&&IA.has(t.name)&&Array.isArray(t.task_snapshot)}function RA({blocks:e,anchorUuid:t,suppressToolUseIds:n,spawnKindByToolUseId:r}){let i=rk()===`chat`,a=[],o=0,s=[],c=()=>{s.length&&(a.push((0,B.jsx)(AO,{children:s.join(`
|
|
70
70
|
|
|
71
|
-
`)},`t${a.length}`)),s=[])};for(;o<e.length;){let l=e[o];if(l.kind===`text`){s.push(l.text),o++;continue}if(c(),l.kind===`tool_call`){let t=[],s=()=>{!i&&t.length&&a.push((0,B.jsx)(zA,{calls:t},`r${a.length}`)),t=[]};for(;o<e.length&&e[o].kind===`tool_call`;){let c=e[o];if(c.tool_use_id!=null&&n?.has(c.tool_use_id)){let e=c.tool_use_id==null?void 0:r?.get(c.tool_use_id);!i&&e!==void 0&&(s(),a.push((0,B.jsx)(FA,{kind:e},`sc-${c.tool_use_id}`)))}else t.push(c);o++}s();continue}if(i&&(l.kind===`tool_use`||l.kind===`tool_result`)){o++;continue}a.push((0,B.jsx)(UA,{block:l,anchorUuid:t},`c${a.length}`)),o++}return c(),a.length===0?null:(0,B.jsx)(`div`,{className:`conv-blocks`,children:a})}function zA({calls:e}){
|
|
71
|
+
`)},`t${a.length}`)),s=[])};for(;o<e.length;){let l=e[o];if(l.kind===`text`){s.push(l.text),o++;continue}if(c(),l.kind===`tool_call`){let t=[],s=()=>{!i&&t.length&&a.push((0,B.jsx)(zA,{calls:t},`r${a.length}`)),t=[]};for(;o<e.length&&e[o].kind===`tool_call`;){let c=e[o];if(c.tool_use_id!=null&&n?.has(c.tool_use_id)){let e=c.tool_use_id==null?void 0:r?.get(c.tool_use_id);!i&&e!==void 0&&(s(),a.push((0,B.jsx)(FA,{kind:e},`sc-${c.tool_use_id}`)))}else t.push(c);o++}s();continue}if(i&&(l.kind===`tool_use`||l.kind===`tool_result`)){o++;continue}a.push((0,B.jsx)(UA,{block:l,anchorUuid:t},`c${a.length}`)),o++}return c(),a.length===0?null:(0,B.jsx)(`div`,{className:`conv-blocks`,children:a})}function zA({calls:e}){let t=null,n=e;if(LA(e)){let r=1;for(;r<e.length&&e[r].name!=null&&IA.has(e[r].name);)r++;t=(0,B.jsx)(NA,{call:e[0]}),n=e.slice(r)}return(0,B.jsxs)(`div`,{className:`conv-toolrun`,children:[t,n.length>=2&&(0,B.jsxs)(`div`,{className:`conv-toolrun-head`,children:[`tool run · `,n.length,` actions`]}),n.map((e,t)=>(0,B.jsx)(VA,{call:e},t))]})}function BA({result:e,name:t,preview:n}){let r=mO(),i=t===`Read`&&!e.is_error?FO(`Read`,n):``;return i?(0,B.jsx)(MO,{code:e.text,lang:i}):(0,B.jsx)(`pre`,{className:`conv-code conv-code--result`,children:r?_O(e.text,r):e.text})}function VA({call:e}){let t=mO();if(e.skill_body!=null)return(0,B.jsxs)(`details`,{className:`conv-chip conv-chip--tool conv-chip--skill`,children:[(0,B.jsxs)(`summary`,{children:[(0,B.jsx)(`span`,{className:`conv-chev`,"aria-hidden":`true`}),lO(e.name),` `,(0,B.jsx)(PA,{name:e.name}),(0,B.jsx)(`span`,{className:`conv-chip-preview`,children:e.preview})]}),(0,B.jsxs)(`div`,{className:`conv-chip-body`,children:[(0,B.jsx)(uO,{text:e.skill_body}),(0,B.jsx)(AO,{children:e.skill_body})]})]});let n=MA(e);if(n)return n;let r=e.result?.is_error?` · error`:e.result?.truncated?` · truncated`:``;return(0,B.jsxs)(`details`,{className:`conv-chip conv-chip--tool`,children:[(0,B.jsxs)(`summary`,{children:[(0,B.jsx)(`span`,{className:`conv-chev`,"aria-hidden":`true`}),lO(e.name),` `,(0,B.jsx)(PA,{name:e.name}),(0,B.jsx)(`span`,{className:`conv-chip-preview`,children:e.preview}),r&&(0,B.jsx)(`span`,{className:`conv-chip-status`,children:r})]}),(0,B.jsxs)(`div`,{className:`conv-chip-body conv-chip-body--io`,children:[(0,B.jsxs)(`div`,{className:`conv-tool-io`,children:[(0,B.jsx)(`div`,{className:`conv-tool-io-label`,children:`request`}),(0,B.jsx)(uO,{text:e.input_summary}),(0,B.jsx)(`pre`,{className:`conv-code conv-code--hl`,children:TO(e.input_summary,`json`,t)})]}),e.result?(0,B.jsxs)(`div`,{className:`conv-tool-io`,children:[(0,B.jsxs)(`div`,{className:`conv-tool-io-label`,children:[`result`,e.result.is_error?` · error`:` · ok`,e.result.truncated?` · truncated`:``]}),(0,B.jsx)(uO,{text:e.result.text}),(0,B.jsx)(BA,{result:e.result,name:e.name,preview:e.preview}),e.result.media?.map(t=>(0,B.jsx)(cA,{media:t,toolUseId:e.tool_use_id,context:e.name??`tool`},t.index))]}):(0,B.jsx)(`div`,{className:`conv-tool-io`,children:(0,B.jsx)(`div`,{className:`conv-tool-io-label conv-tool-io-label--none`,children:`no result`})})]})]})}function HA(e){let t=e.split(`
|
|
72
72
|
`).map(e=>e.trim()).find(e=>e.length>0)??``;return t.length>80?`${t.slice(0,80).trimEnd()}…`:t}function UA({block:e,anchorUuid:t}){let n=mO();switch(e.kind){case`thinking`:return(0,B.jsxs)(`details`,{className:`conv-chip conv-chip--thinking`,children:[(0,B.jsxs)(`summary`,{children:[(0,B.jsx)(`span`,{className:`conv-chev`,"aria-hidden":`true`}),(0,B.jsx)(MD,{}),` `,(0,B.jsx)(`span`,{className:`conv-chip-name`,children:`Thinking`}),(0,B.jsx)(`span`,{className:`conv-chip-preview`,children:HA(e.text)})]}),(0,B.jsx)(`div`,{className:`conv-chip-body`,children:(0,B.jsx)(AO,{children:e.text})})]});case`tool_use`:return(0,B.jsxs)(`details`,{className:`conv-chip conv-chip--tool`,children:[(0,B.jsxs)(`summary`,{children:[(0,B.jsx)(`span`,{className:`conv-chev`,"aria-hidden":`true`}),lO(e.name),` `,(0,B.jsx)(PA,{name:e.name})]}),(0,B.jsxs)(`div`,{className:`conv-chip-body conv-tool-io`,children:[(0,B.jsx)(uO,{text:e.input_summary}),(0,B.jsx)(`pre`,{className:`conv-code`,children:n?_O(e.input_summary,n):e.input_summary})]})]});case`tool_result`:return(0,B.jsxs)(`details`,{className:`conv-chip conv-chip--result`,children:[(0,B.jsxs)(`summary`,{children:[(0,B.jsx)(`span`,{className:`conv-chev`,"aria-hidden":`true`}),(0,B.jsx)(HD,{}),` `,(0,B.jsx)(`span`,{className:`conv-chip-name`,children:`Result`}),(0,B.jsx)(`span`,{className:`conv-chip-preview`,children:HA(e.text)}),e.is_error&&(0,B.jsx)(`span`,{className:`conv-chip-status`,children:` · error`}),e.truncated&&(0,B.jsx)(`span`,{className:`conv-chip-status`,children:` · truncated`})]}),(0,B.jsxs)(`div`,{className:`conv-chip-body conv-tool-io`,children:[(0,B.jsx)(uO,{text:e.text}),(0,B.jsx)(`pre`,{className:`conv-code`,children:n?_O(e.text,n):e.text}),e.media?.map(t=>(0,B.jsx)(cA,{media:t,toolUseId:e.tool_use_id,context:`tool result`},t.index))]})]});case`image`:case`document`:return(0,B.jsx)(cA,{media:{kind:e.kind,media_type:e.media_type,bytes:e.bytes,index:e.index??-1},uuid:t,context:`attached`});case`tool_reference`:return(0,B.jsxs)(`span`,{className:`conv-chip conv-chip--ref`,children:[(0,B.jsx)(UD,{}),` `,e.name??`tool`]});default:return null}}var WA=`#/conversations`;function GA(e){let t=e.startsWith(`#`)?e.slice(1):e,n=t===`/conversation`||t.startsWith(`/conversation/`)?`/conversations`+t.slice(13):t;if(n===``||n===`/`)return null;if(n===`/conversations`||n===`/conversations/`)return{sessionId:null,turnUuid:null,compare:null};if(!n.startsWith(`/conversations/`))return null;let r=n.slice(15).split(`/`).filter(e=>e.length>0);return r[0]===`compare`&&r.length>=3&&r[1]&&r[2]?{sessionId:null,turnUuid:null,compare:{a:decodeURIComponent(r[1]),b:decodeURIComponent(r[2])}}:r.length===1?{sessionId:decodeURIComponent(r[0]),turnUuid:null,compare:null}:r.length===2?{sessionId:decodeURIComponent(r[0]),turnUuid:decodeURIComponent(r[1]),compare:null}:null}function KA(e,t){if(typeof e==`object`&&e){let t=e;return t.compare?`${WA}/compare/${encodeURIComponent(t.compare.a)}/${encodeURIComponent(t.compare.b)}`:KA(t.sessionId,t.turnUuid)}let n=e;if(n===null)return WA;let r=encodeURIComponent(n);return t?`${WA}/${r}/${encodeURIComponent(t)}`:`${WA}/${r}`}function qA(e,t,n,r){return`${e}${t}${KA(n,r)}`}function JA(e,t){return e===`dashboard`?``:KA(t)}function YA(e,t){if(e===window.location.hash)return;let n=e===``?window.location.pathname+window.location.search:e;t===`push`?window.history.pushState(null,``,n):window.history.replaceState(null,``,n)}function XA(e,t){YA(KA(e,t),`replace`)}function ZA(e){let t=GA(window.location.hash);if(t===null){e.dispatch({type:`SET_VIEW`,view:`dashboard`});return}if(t.compare){t.compare.a===t.compare.b?e.dispatch({type:`OPEN_CONVERSATION`,sessionId:t.compare.a}):e.dispatch({type:`OPEN_COMPARE`,a:t.compare.a,b:t.compare.b});return}if(t.sessionId===null){e.dispatch({type:`SET_VIEW`,view:`conversations`}),e.dispatch({type:`SELECT_CONVERSATION`,sessionId:null});return}let n=t.turnUuid?{session_id:t.sessionId,uuid:t.turnUuid}:void 0;e.dispatch({type:`OPEN_CONVERSATION`,sessionId:t.sessionId,jump:n})}function QA(e={getState:L,subscribeStore:R,dispatch:z}){let t=window.history.scrollRestoration;window.history.scrollRestoration=`manual`,ZA(e);let n=()=>{let t=e.getState();return{view:t.view,sid:t.selectedConversationId,jumpUuid:t.conversationJump?.uuid??null,cmp:t.compare?`${t.compare.a}|${t.compare.b}`:null}},r=n(),i=()=>ZA(e);window.addEventListener(`hashchange`,i);let a=e.subscribeStore(()=>{let t=e.getState(),i=n(),a=t.conversationJump?.session_id===i.sid;if(i.cmp&&i.cmp!==r.cmp){YA(KA({sessionId:null,turnUuid:null,compare:t.compare}),`push`),r=i;return}if(i.cmp){r=i;return}if(r.cmp&&!i.cmp){let e=JA(i.view,i.sid);i.view===`conversations`&&i.sid&&i.jumpUuid&&a&&(e=KA(i.sid,i.jumpUuid)),YA(e,`push`),r=i;return}if(i.view!==r.view||i.sid!==r.sid){let e=JA(i.view,i.sid);i.view===`conversations`&&i.sid&&i.jumpUuid&&a&&(e=KA(i.sid,i.jumpUuid)),YA(e,`push`)}else i.sid&&i.sid===r.sid&&i.jumpUuid&&i.jumpUuid!==r.jumpUuid&&a&&YA(KA(i.sid,i.jumpUuid),`replace`);r=i});return()=>{window.removeEventListener(`hashchange`,i),a(),window.history.scrollRestoration=t}}function $A({sessionId:e,uuid:t,className:n}){let{copied:r,copy:i}=Cg();return(0,B.jsx)(`button`,{type:`button`,className:`conv-copy-btn ${n??``}`.trim(),"aria-label":r?`Link copied`:`Copy link to this turn`,onClick:n=>{n.stopPropagation(),i(qA(window.location.origin,window.location.pathname,e,t)),XA(e,t)},children:r?(0,B.jsx)(YD,{}):(0,B.jsx)(XD,{})})}function ej({sessionId:e,uuid:t,className:n}){let r=(0,_.useSyncExternalStore)(R,()=>t in L().convBookmarks),i=(0,_.useSyncExternalStore)(R,()=>L().convBookmarks[t]?.note??``),[a,o]=(0,_.useState)(!1),[s,c]=(0,_.useState)(``),l=(0,_.useRef)(!1),u=()=>{c(i),o(!0),z({type:`SET_INPUT_MODE`,mode:`note`})},d=n=>{n&&z({type:`SET_BOOKMARK_NOTE`,uuid:t,sessionId:e,note:s.trim()}),o(!1),z({type:`SET_INPUT_MODE`,mode:null})};return(0,B.jsxs)(`span`,{className:`conv-bookmark ${n??``}`.trim(),children:[(0,B.jsx)(`button`,{type:`button`,className:`conv-copy-btn conv-bookmark-btn`,"aria-pressed":r,"aria-label":r?`Remove bookmark`:`Bookmark this turn`,onClick:n=>{n.stopPropagation(),z({type:`TOGGLE_BOOKMARK`,uuid:t,sessionId:e})},children:r?(0,B.jsx)(qD,{}):(0,B.jsx)(KD,{})}),r&&!a&&(0,B.jsx)(`button`,{type:`button`,className:`conv-bookmark-note-toggle`,onClick:e=>{e.stopPropagation(),u()},children:i||`note…`}),r&&a&&(0,B.jsx)(`input`,{className:`conv-bookmark-note-input`,"aria-label":`Bookmark note`,autoFocus:!0,value:s,onChange:e=>c(e.target.value),onClick:e=>e.stopPropagation(),onKeyDown:e=>{e.stopPropagation(),e.key===`Enter`?d(!0):e.key===`Escape`&&(l.current=!0,d(!1))},onBlur:()=>{if(l.current){l.current=!1;return}d(!0)}})]})}var tj=/diff --git a\/\S+ b\/\S+/,nj=[`old mode `,`new mode `,`new file mode `,`deleted file mode `,`rename from `,`rename to `,`copy from `,`copy to `,`similarity index `,`dissimilarity index `,`index `];function rj(e){if(tj.test(e)||e.startsWith(`--- `)||e.startsWith(`+++ `)||e.startsWith(`@@`)||nj.some(t=>e.startsWith(t))||e===``)return!0;let t=e[0];return t===`+`||t===`-`||t===` `||t===`\\`}function ij(e){let t=e.split(`
|
|
73
73
|
`);t.length&&t[t.length-1]===``&&t.pop();let n=[],r=[],i=[],a=!1,o=()=>{r.length&&(n.push({kind:`prose`,text:r.join(`
|
|
74
74
|
`)}),r=[])},s=()=>{i.length&&(n.push({kind:`diff`,text:i.join(`
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
|
6
6
|
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
|
7
7
|
<title>cctally dashboard</title>
|
|
8
|
-
<script type="module" crossorigin src="/static/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/static/assets/index-CIMIZmQ2.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/static/assets/index-D3Xnfr7K.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cctally",
|
|
3
|
-
"version": "1.57.
|
|
3
|
+
"version": "1.57.1",
|
|
4
4
|
"description": "Claude Code usage tracker and local dashboard for Pro/Max subscription limits - weekly cost-per-percent trend, quota forecasts, threshold alerts. ccusage-compatible.",
|
|
5
5
|
"homepage": "https://github.com/omrikais/cctally",
|
|
6
6
|
"repository": {
|