pythinker-code 0.33.0__tar.gz → 0.35.0__tar.gz
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.
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/PKG-INFO +24 -26
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/README.md +23 -25
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/pyproject.toml +1 -1
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/CHANGELOG.md +15 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/__init__.py +6 -0
- pythinker_code-0.35.0/src/pythinker_code/auth/alibaba.py +298 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/minimax.py +14 -2
- pythinker_code-0.35.0/src/pythinker_code/auth/moonshot.py +198 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/platforms.py +19 -3
- pythinker_code-0.35.0/src/pythinker_code/auth/z_ai.py +315 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/llm.py +27 -9
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/pythinkersoul.py +9 -1
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/thinking.py +8 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/oauth.py +58 -4
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/slash.py +1 -0
- pythinker_code-0.35.0/src/pythinker_code/ui/shell/stats.py +340 -0
- pythinker_code-0.35.0/src/pythinker_code/ui/shell/stats_collector.py +402 -0
- pythinker_code-0.35.0/src/pythinker_code/ui/shell/stats_pricing.py +96 -0
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/_baseUniq-C5c7Nh63.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/_baseUniq-B_sfgqJM.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/arc-wGDWawbk.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/arc-dFVv02zZ.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/architectureDiagram-VXUJARFQ-4AscMc2B.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/architectureDiagram-VXUJARFQ-CIcgZF5w.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/blockDiagram-VD42YOAC-DEYI3FFN.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/blockDiagram-VD42YOAC-BmYJXAqv.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/c4Diagram-YG6GDRKO-D82QVsdJ.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/c4Diagram-YG6GDRKO-YnKp21FA.js +1 -1
- pythinker_code-0.35.0/src/pythinker_code/web/static/assets/channel-CPPYYlzu.js +1 -0
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/chunk-4BX2VUAB-ElAUPWr0.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/chunk-4BX2VUAB-CQnTiP79.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/chunk-55IACEB6-CKN0oJnR.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/chunk-55IACEB6-apvR2VoF.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/chunk-B4BG7PRW-DEBV7lpt.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/chunk-B4BG7PRW-B74BZH6K.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/chunk-DI55MBZ5-DGqkIwPc.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/chunk-DI55MBZ5-BVkmq2EG.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/chunk-FMBD7UC4-B63mxVoz.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/chunk-FMBD7UC4-D08cGgDe.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/chunk-QN33PNHL-Bbyimc_t.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/chunk-QN33PNHL-C9SfiJab.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/chunk-QZHKN3VN-CFOPXuBD.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/chunk-QZHKN3VN-DfSiobbw.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/chunk-TZMSLE5B-C3ys1w9S.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/chunk-TZMSLE5B-iuq7D6DV.js +1 -1
- pythinker_code-0.35.0/src/pythinker_code/web/static/assets/classDiagram-2ON5EDUG-SWYv9j-w.js +1 -0
- pythinker_code-0.35.0/src/pythinker_code/web/static/assets/classDiagram-v2-WZHVMYZB-SWYv9j-w.js +1 -0
- pythinker_code-0.35.0/src/pythinker_code/web/static/assets/clone-B9c3yV2l.js +1 -0
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/code-block-IT6T5CEO-DM099gsS.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/code-block-IT6T5CEO-i2PAaa1c.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/cose-bilkent-S5V4N54A-YrhIX5dv.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/cose-bilkent-S5V4N54A-BSTkJSW6.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/cytoscape.esm-Zf1nBsA6.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/cytoscape.esm-CLxuMbJE.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/dagre-6UL2VRFP-aKXzZ9F3.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/dagre-6UL2VRFP-D0ObwdaZ.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/diagram-PSM6KHXK-CkV-2sGy.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/diagram-PSM6KHXK-o6f23QZ-.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/diagram-QEK2KX5R-Xj41jacR.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/diagram-QEK2KX5R-BEu-Xy1X.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/diagram-S2PKOQOG-CqEm8g2w.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/diagram-S2PKOQOG-OT_llpCZ.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/erDiagram-Q2GNP2WA-YMCzrLvU.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/erDiagram-Q2GNP2WA-CxfB8gMW.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/flowDiagram-NV44I4VS-B6bDGKpp.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/flowDiagram-NV44I4VS-siBmGcqK.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/ganttDiagram-JELNMOA3-Dc8jTgzs.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/ganttDiagram-JELNMOA3-BSh7JKYl.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/gitGraphDiagram-NY62KEGX-BSKxBXYb.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/gitGraphDiagram-NY62KEGX-ZoEZoveZ.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/graph-jm_L-_tC.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/graph-SCgu3H27.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/index-B-dC__aS.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/index-CmjiyXmN.js +2 -2
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/index-eTN3m28s.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/index-DCpeE67T.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/index-exEA1ykh.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/index-djWYEeWa.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/infoDiagram-WHAUD3N6-mteN2QyX.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/infoDiagram-WHAUD3N6-C10bRgiz.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/journeyDiagram-XKPGCS4Q-Dm0F_eBH.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/journeyDiagram-XKPGCS4Q-B-N1AcXv.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/kanban-definition-3W4ZIXB7-OkIIljOL.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/kanban-definition-3W4ZIXB7-B-Ipy8Ht.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/layout-CDfd4Vfp.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/layout-DFldfSdi.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/linear-6Qgq3Hhp.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/linear-DrW8yFhe.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/mermaid-VLURNSYL-BfKKO4Fk.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/mermaid-VLURNSYL-CjBi5M3a.js +7 -7
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/mermaid.core-5gTJ2jDv.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/mermaid.core-yPQjNNeZ.js +5 -5
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/min-BW7z87Ag.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/min-Drj8Up5U.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/mindmap-definition-VGOIOE7T-D0UbUS9d.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/mindmap-definition-VGOIOE7T-BHTeAlyQ.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/pieDiagram-ADFJNKIX-DuEUsS5O.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/pieDiagram-ADFJNKIX-BDOSWW7m.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/quadrantDiagram-AYHSOK5B-DO2wDvJM.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/quadrantDiagram-AYHSOK5B-COcgUb-I.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/requirementDiagram-UZGBJVZJ-MXvtoTKr.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/requirementDiagram-UZGBJVZJ-BEr77buj.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/sankeyDiagram-TZEHDZUN-DKWwSToy.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/sankeyDiagram-TZEHDZUN-BBTyvcFE.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/sequenceDiagram-WL72ISMW-BpAfLbSG.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/sequenceDiagram-WL72ISMW-CkjkIIyC.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/stateDiagram-FKZM4ZOC-BNX4SASt.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/stateDiagram-FKZM4ZOC-DWw44z2d.js +1 -1
- pythinker_code-0.35.0/src/pythinker_code/web/static/assets/stateDiagram-v2-4FDKWEC3-BSwidB9Y.js +1 -0
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/timeline-definition-IT6M3QCI-ZpnanLQl.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/timeline-definition-IT6M3QCI-_gAsz3PV.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/treemap-KMMF4GRG-BQoT0phU.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/treemap-KMMF4GRG-DKdCSQqJ.js +1 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/xychartDiagram-PRI3JC2R-CLTwggcu.js → pythinker_code-0.35.0/src/pythinker_code/web/static/assets/xychartDiagram-PRI3JC2R-Ba7lWqD4.js +1 -1
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/index.html +1 -1
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/wire/types.py +4 -0
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/channel-BrUcVqpT.js +0 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/classDiagram-2ON5EDUG-DxxI75B9.js +0 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/classDiagram-v2-WZHVMYZB-DxxI75B9.js +0 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/clone-BR0Xjhp7.js +0 -1
- pythinker_code-0.33.0/src/pythinker_code/web/static/assets/stateDiagram-v2-4FDKWEC3-BZXAei8F.js +0 -1
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/LICENSE +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/NOTICE +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/__main__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/acp/AGENTS.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/acp/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/acp/convert.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/acp/host.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/acp/mcp.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/acp/server.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/acp/session.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/acp/tools.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/acp/types.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/acp/version.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/agent.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/code_reviewer.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/coder.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/debugger.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/explore.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/implementer.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/judge.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/plan.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/review.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/security_reviewer.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/system.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/default/verifier.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agents/okabe/agent.yaml +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/agentspec.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/app.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/approval_runtime/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/approval_runtime/models.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/approval_runtime/runtime.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/anthropic_direct.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/browser_login_page.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/deepseek.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/github_feedback.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/lm_studio.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/oauth.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/ollama.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/openai.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/opencode_go.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/auth/openrouter.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/background/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/background/agent_runner.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/background/ids.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/background/manager.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/background/models.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/background/store.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/background/summary.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/background/worker.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/__main__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/_lazy_group.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/debug.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/export.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/info.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/mcp.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/plugin.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/review.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/secscan.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/security_scan.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/skill.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/toad.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/update.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/vis.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/cli/web.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/config.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/constant.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/events.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/exception.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/execution_profiles.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/extensions.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/feedback.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/feedback_repo.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/file_restore.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/hooks/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/hooks/config.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/hooks/engine.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/hooks/events.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/hooks/runner.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/memory/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/memory/consolidation.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/memory/harvest.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/memory/recall.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/memory/recap.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/memory/retriever.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/memory/sanitize.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/metadata.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/native.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/notifications/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/notifications/llm.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/notifications/manager.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/notifications/models.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/notifications/notifier.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/notifications/store.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/notifications/wire.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/plugin/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/plugin/manager.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/plugin/tool.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/project_memory.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/prompt_templates.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/prompts/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/prompts/compact.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/prompts/init.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/py.typed +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/scratchpad.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/session.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/session_cleanup.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/session_fork.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/session_recap.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/session_state.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/share.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skill/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skill/flow/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skill/flow/d2.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skill/flow/mermaid.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skill/lockfile.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/check-impl-against-spec/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/create-pr/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/diagnose-ci-failures/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/fix-errors/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/implement-specs/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/pr-walkthrough/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/pythinker-code-help/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/reproduce-bug-report/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/resolve-merge-conflicts/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/review-pr/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/skill-creator/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/spec-driven-implementation/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/write-product-spec/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/skills/write-tech-spec/SKILL.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/agent.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/approval.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/btw.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/compaction.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/compaction_restore.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/context.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/deliberation.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/denwarenji.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/dynamic_injection.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/dynamic_injections/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/dynamic_injections/auto_mode.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/dynamic_injections/plan_mode.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/message.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/permission.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/slash.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/soul/toolset.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/subagents/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/subagents/builder.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/subagents/core.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/subagents/discovery.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/subagents/git_context.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/subagents/models.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/subagents/output.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/subagents/registry.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/subagents/runner.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/subagents/store.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/telemetry/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/telemetry/config.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/telemetry/crash.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/telemetry/errors.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/telemetry/metrics.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/telemetry/otel.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/telemetry/sentry.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/telemetry/sink.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/AGENTS.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/agent/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/agent/description.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/ask_user/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/ask_user/description.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/background/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/background/handoff.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/background/input.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/background/list.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/background/output.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/background/stop.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/display.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/dmail/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/dmail/dmail.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/glob.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/glob.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/grep.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/grep_local.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/plan_mode.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/read.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/read.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/read_media.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/read_media.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/replace.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/replace.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/utils.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/write.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/file/write.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/memory/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/memory/memory.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/plan/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/plan/description.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/plan/enter.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/plan/enter_description.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/plan/handoff.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/plan/heroes.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/scratchpad/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/scratchpad/scratchpad_tool.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/shell/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/shell/bash.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/shell/powershell.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/skill/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/skill/description.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/test.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/think/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/think/think.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/todo/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/todo/set_todo_list.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/utils.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/web/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/web/_allowlist.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/web/fetch.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/web/fetch.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/web/search.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/tools/web/search.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/acp/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/print/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/print/visualize.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/base.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/bash_execution.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/bordered_loader.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/diff.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/dynamic_border.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/footer.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/key_hints.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/markdown.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/messages.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/panel.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/render_utils.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/report.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/settings_list.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/special_messages.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/components/tool_execution.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/console.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/debug.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/design_system.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/echo.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/export_import.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/glyphs.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/keyboard.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/keymap.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/mcp_status.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/model_picker.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/motion.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/placeholders.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/prompt.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/render_constants.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/replay.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/selector.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/selectors/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/selectors/extension.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/selectors/oauth.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/selectors/settings.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/selectors/show_images.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/selectors/theme.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/selectors/thinking.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/session_picker.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/setup.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/spacing.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/spinner_words.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/startup.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/task_browser.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tips.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/_file_diff.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/_render_utils.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/agent.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/ask_user.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/background.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/bash.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/edit.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/find.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/generic.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/grep.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/plan.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/read.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/skill.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/think.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/todo.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/web.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/tool_renderers/write.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/update.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/update_orchestrator.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_adapters/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_adapters/anthropic_admin.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_adapters/base.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_adapters/deepseek.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_adapters/minimax.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_adapters/openai_admin.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_adapters/openai_chatgpt.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_adapters/opencode_go.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_adapters/openrouter.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_adapters/pythinker.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_adapters/pythinker_ai.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/usage_render.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/_activity_tree.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/_approval_panel.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/_blocks.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/_btw_panel.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/_dialog_shell.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/_input_router.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/_interactive.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/_live_view.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/_question_panel.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/_transcript.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/shell/visualize/_worklog.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/terminal_capabilities.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/theme.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/ui/tui_config.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/usage_ratelimit_cache.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/aiohttp.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/aioqueue.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/broadcast.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/changelog.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/clipboard.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/datetime.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/diff.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/editor.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/environment.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/envvar.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/export.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/file_filter.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/frontmatter.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/gitignore.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/io.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/logging.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/media_tags.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/message.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/path.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/proctitle.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/proxy.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/pyinstaller.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/rich/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/rich/columns.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/rich/diff_render.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/rich/markdown.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/rich/markdown_sample.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/rich/markdown_sample_short.md +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/rich/syntax.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/sensitive.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/server.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/signals.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/slashcmd.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/sleep_inhibitor.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/string.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/subprocess_env.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/term.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/utils/typing.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/api/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/api/sessions.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/api/statistics.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/api/system.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/app.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/static/assets/highlighted-body-B3W2YXNL-CY1rtwrX.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/static/assets/index-DSRInNnm.css +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/static/assets/index-DgmTI2M_.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/static/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/static/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/static/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/static/assets/inter-greek-wght-normal-CkhJZR-_.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/static/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/static/assets/inter-latin-wght-normal-Dx4kXJAl.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/static/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/vis/static/index.html +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/api/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/api/config.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/api/open_in.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/api/sessions.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/app.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/auth.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/models.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/runner/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/runner/messages.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/runner/process.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/runner/worker.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/_headers +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_AMS-Regular-DMm9YOAa.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_AMS-Regular-DRggAlZN.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Fraktur-Regular-CB_wures.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-Bold-Cx986IdX.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-Bold-Jm3AIy58.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-Bold-waoOVXN0.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-Italic-3WenGoN9.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-Italic-BMLOBm91.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-Regular-B22Nviop.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-Regular-Dr94JaBh.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Main-Regular-ypZvNtVU.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Math-Italic-DA0__PXp.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Math-Italic-flOr_0UB.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Math-Italic-t53AETM-.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Script-Regular-C5JkGWo-.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Script-Regular-D3wIWfF6.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Script-Regular-D5yQViql.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Size1-Regular-C195tn64.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Size2-Regular-oD1tc_U0.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Size3-Regular-CTq5MqoE.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Size4-Regular-BF-4gkZK.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Size4-Regular-DWFBv043.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/abap-BdImnpbu.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/actionscript-3-CfeIJUat.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/ada-bCR0ucgS.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/andromeeda-C-Jbm3Hp.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/angular-html-CU67Zn6k.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/angular-ts-BwZT4LLn.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/apache-Pmp26Uib.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/apex-D8_7TLub.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/apl-dKokRX4l.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/applescript-Co6uUVPk.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/ara-BRHolxvo.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/asciidoc-Dv7Oe6Be.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/asm-D_Q5rh1f.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/astro-CbQHKStN.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/aurora-x-D-2ljcwZ.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/awk-DMzUqQB5.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/ayu-dark-CmMr59Fi.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/ballerina-BFfxhgS-.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/bat-BkioyH1T.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/beancount-k_qm7-4y.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/berry-uYugtg8r.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/bibtex-CHM0blh-.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/bicep-Bmn6On1c.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/blade-D4QpJJKB.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/bsl-BO_Y6i37.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/c-BIGW1oBm.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/c3-VCDPK7BO.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/cadence-Bv_4Rxtq.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/cairo-KRGpt6FW.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/catppuccin-frappe-DFWUc33u.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/catppuccin-latte-C9dUb6Cb.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/catppuccin-macchiato-DQyhUUbL.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/catppuccin-mocha-D87Tk5Gz.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/clarity-D53aC0YG.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/clojure-P80f7IUj.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/cmake-D1j8_8rp.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/cobol-nwyudZeR.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/codeowners-Bp6g37R7.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/codeql-DsOJ9woJ.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/coffee-Ch7k5sss.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/common-lisp-Cg-RD9OK.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/coq-DkFqJrB1.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/cpp-CofmeUqb.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/crystal-tKQVLTB8.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/csharp-K5feNrxe.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/css-DPfMkruS.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/csv-fuZLfV_i.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/cue-D82EKSYY.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/cypher-COkxafJQ.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/d-85-TOEBH.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/dark-plus-C3mMm8J8.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/dart-CF10PKvl.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/dax-CEL-wOlO.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/defaultLocale-DX6XiGOO.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/desktop-BmXAJ9_W.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/diff-D97Zzqfu.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/docker-BcOcwvcX.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/dotenv-Da5cRb03.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/dracula-BzJJZx-M.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/dracula-soft-BXkSAIEj.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/dream-maker-BtqSS_iP.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/edge-BkV0erSs.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/elixir-CDX3lj18.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/elm-DbKCFpqz.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/emacs-lisp-C9XAeP06.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/erb-BOJIQeun.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/erlang-DsQrWhSR.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/everforest-dark-BgDCqdQA.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/everforest-light-C8M2exoo.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/fennel-BYunw83y.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/fish-BvzEVeQv.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/fluent-C4IJs8-o.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/fortran-fixed-form-CkoXwp7k.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/fortran-free-form-BxgE0vQu.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/fsharp-CXgrBDvD.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gdresource-B7Tvp0Sc.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gdscript-DTMYz4Jt.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gdshader-DkwncUOv.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/genie-D0YGMca9.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gherkin-DyxjwDmM.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/git-commit-F4YmCXRG.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/git-rebase-r7XF79zn.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/github-dark-DHJKELXO.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/github-dark-default-Cuk6v7N8.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/github-dark-dimmed-DH5Ifo-i.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/github-dark-high-contrast-E3gJ1_iC.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/github-light-DAi9KRSo.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/github-light-default-D7oLnXFd.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/github-light-high-contrast-BfjtVDDH.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gleam-BspZqrRM.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/glimmer-js-Rg0-pVw9.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/glimmer-ts-U6CK756n.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/glsl-DplSGwfg.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gn-n2N0HUVH.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gnuplot-DdkO51Og.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/go-Dn2_MT6a.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/graphql-ChdNCCLP.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/groovy-gcz8RCvz.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gruvbox-dark-hard-CFHQjOhq.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gruvbox-dark-medium-GsRaNv29.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gruvbox-dark-soft-CVdnzihN.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gruvbox-light-hard-CH1njM8p.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gruvbox-light-medium-DRw_LuNl.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/gruvbox-light-soft-hJgmCMqR.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/hack-CaT9iCJl.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/haml-B8DHNrY2.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/handlebars-BL8al0AC.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/haskell-Df6bDoY_.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/haxe-CzTSHFRz.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/hcl-BWvSN4gD.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/hjson-D5-asLiD.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/hlsl-D3lLCCz7.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/houston-DnULxvSX.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/html-GMplVEZG.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/html-derivative-BFtXZ54Q.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/http-jrhK8wxY.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/hurl-irOxFIW8.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/hxml-Bvhsp5Yf.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/hy-DFXneXwc.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/imba-DGztddWO.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/index-BpoLgcEt.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/index-CzV_vCfu.css +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/index-DI2oedCt.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/ini-BEwlwnbL.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/init-Gi6I4Gst.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/inter-greek-wght-normal-CkhJZR-_.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/inter-latin-wght-normal-Dx4kXJAl.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/java-CylS5w8V.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/javascript-wDzz0qaB.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/jinja-4LBKfQ-Z.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/jison-wvAkD_A8.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/json-Cp-IABpG.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/json5-C9tS-k6U.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/jsonc-Des-eS-w.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/jsonl-DcaNXYhu.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/jsonnet-DFQXde-d.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/jssm-C2t-YnRu.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/jsx-g9-lgVsj.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/julia-CxzCAyBv.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/kanagawa-dragon-CkXjmgJE.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/kanagawa-lotus-CfQXZHmo.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/kanagawa-wave-DWedfzmr.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/katex-D2lIc1rk.css +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/kdl-DV7GczEv.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/kotlin-BdnUsdx6.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/kusto-DZf3V79B.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/laserwave-DUszq2jm.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/latex-B4uzh10-.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/lean-BZvkOJ9d.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/less-B1dDrJ26.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/light-plus-B7mTdjB0.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/liquid-DYVedYrR.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/llvm-BtvRca6l.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/log-2UxHyX5q.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/logo-BtOb2qkB.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/lua-BbnMAYS6.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/luau-C-HG3fhB.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/make-CHLpvVh8.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/markdown-Cvjx9yec.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/marko-DZsq8hO1.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/material-theme-D5KoaKCx.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/material-theme-darker-BfHTSMKl.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/material-theme-lighter-B0m2ddpp.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/material-theme-ocean-CyktbL80.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/material-theme-palenight-Csfq5Kiy.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/matlab-D7o27uSR.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/mdc-DUICxH0z.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/mdx-Cmh6b_Ma.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/mermaid-VLURNSYL-YVZJy7__.css +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/mermaid-mWjccvbQ.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/min-dark-CafNBF8u.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/min-light-CTRr51gU.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/mipsasm-CKIfxQSi.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/mojo-B93PlW-d.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/monokai-D4h5O-jR.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/moonbit-Ba13S78F.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/move-Bu9oaDYs.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/narrat-DRg8JJMk.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/nextflow-BrzmwbiE.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/nginx-DknmC5AR.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/night-owl-C39BiMTA.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/nim-CVrawwO9.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/nix-CwoSXNpI.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/nord-Ddv68eIx.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/nushell-C-sUppwS.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/objective-c-DXmwc3jG.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/objective-cpp-CLxacb5B.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/ocaml-C0hk2d4L.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/one-dark-pro-DVMEJ2y_.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/one-light-PoHY5YXO.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/openscad-C4EeE6gA.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/ordinal-Cboi1Yqb.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/pascal-D93ZcfNL.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/perl-C0TMdlhV.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/php-CDn_0X-4.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/pkl-u5AG7uiY.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/plastic-3e1v2bzS.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/plsql-ChMvpjG-.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/po-BTJTHyun.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/poimandres-CS3Unz2-.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/polar-C0HS_06l.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/postcss-CXtECtnM.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/powerquery-CEu0bR-o.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/powershell-Dpen1YoG.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/prisma-Dd19v3D-.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/prolog-CbFg5uaA.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/proto-C7zT0LnQ.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/pug-CGlum2m_.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/puppet-BMWR74SV.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/purescript-CklMAg4u.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/python-B6aJPvgy.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/qml-3beO22l8.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/qmldir-C8lEn-DE.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/qss-IeuSbFQv.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/r-Dspwwk_N.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/racket-BqYA7rlc.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/raku-DXvB9xmW.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/razor-C1TweQQi.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/red-bN70gL4F.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/reg-C-SQnVFl.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/regexp-CDVJQ6XC.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/rel-C3B-1QV4.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/riscv-BM1_JUlF.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/rose-pine-dawn-DHQR4-dF.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/rose-pine-moon-D4_iv3hh.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/rose-pine-qdsjHGoJ.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/rosmsg-BJDFO7_C.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/rst-B0xPkSld.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/ruby-BvKwtOVI.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/rust-B1yitclQ.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/sas-cz2c8ADy.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/sass-Cj5Yp3dK.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/scala-C151Ov-r.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/scheme-C98Dy4si.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/scss-OYdSNvt2.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/sdbl-DVxCFoDh.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/shaderlab-Dg9Lc6iA.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/shellscript-Yzrsuije.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/shellsession-BADoaaVG.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/slack-dark-BthQWCQV.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/slack-ochin-DqwNpetd.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/smalltalk-BERRCDM3.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/snazzy-light-Bw305WKR.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/solarized-dark-DXbdFlpD.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/solarized-light-L9t79GZl.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/solidity-rGO070M0.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/soy-Brmx7dQM.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/sparql-rVzFXLq3.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/splunk-BtCnVYZw.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/sql-BLtJtn59.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/ssh-config-_ykCGR6B.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/stata-BH5u7GGu.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/stylus-BEDo0Tqx.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/svelte-zxCyuUbr.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/swift-Dg5xB15N.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/synthwave-84-CbfX1IO0.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/system-verilog-CnnmHF94.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/systemd-4A_iFExJ.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/talonscript-CkByrt1z.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/tasl-QIJgUcNo.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/tcl-dwOrl1Do.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/templ-W15q3VgB.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/terraform-BETggiCN.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/tex-CvyZ59Mk.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/tokyo-night-hegEt444.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/toml-vGWfd6FD.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/ts-tags-zn1MmPIZ.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/tsv-B_m7g4N7.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/tsx-COt5Ahok.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/turtle-BsS91CYL.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/twig-CO9l9SDP.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/typescript-BPQ3VLAy.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/typespec-BGHnOYBU.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/typst-DHCkPAjA.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/v-BcVCzyr7.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/vala-CsfeWuGM.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/vb-D17OF-Vu.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/verilog-BQ8w6xss.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/vesper-DU1UobuO.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/vhdl-CeAyd5Ju.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/viml-CJc9bBzg.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/vitesse-black-Bkuqu6BP.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/vitesse-dark-D0r3Knsf.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/vitesse-light-CVO1_9PV.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/vue-DN_0RTcg.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/vue-html-AaS7Mt5G.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/vue-vine-CQOfvN7w.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/vyper-CDx5xZoG.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/wasm-CG6Dc4jp.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/wasm-MzD3tlZU.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/wenyan-BV7otONQ.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/wgsl-Dx-B1_4e.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/wikitext-BhOHFoWU.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/wit-5i3qLPDT.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/wolfram-lXgVvXCa.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/xml-sdJ4AIDG.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/xsl-CtQFsRM5.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/yaml-Buea-lGh.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/zenscript-DVFEvuxE.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/assets/zig-VOosw3JB.js +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/apple-touch-icon.png +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/arctecture.webp +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/bimi-logo.svg +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/favicon.ico +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/dm-sans-latin-ext.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/dm-sans-latin.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/instrument-sans-latin-ext.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/instrument-sans-latin.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/instrument-serif-latin-ext.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/instrument-serif-latin.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/libre-baskerville-italic-latin-ext.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/libre-baskerville-italic-latin.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/libre-baskerville-latin-ext.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/libre-baskerville-latin.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/roboto-latin-ext.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/fonts/roboto-latin.woff2 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/icon-192.png +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/icon-512.png +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/icon.svg +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/logo.png +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/pythinker_animated.svg +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/brand/robots.txt +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/install.ps1 +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/install.sh +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/static/logo.png +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/store/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/web/store/sessions.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/wire/__init__.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/wire/file.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/wire/jsonrpc.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/wire/protocol.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/wire/root_hub.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/wire/serde.py +0 -0
- {pythinker_code-0.33.0 → pythinker_code-0.35.0}/src/pythinker_code/wire/server.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pythinker-code
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.35.0
|
|
4
4
|
Summary: Pythinker — an agentic CLI developed by Pythoughts-labs.
|
|
5
5
|
Keywords: cli,agent,ai,coding-assistant,llm,claude,openai,terminal
|
|
6
6
|
Author: Pythoughts-labs
|
|
@@ -97,7 +97,7 @@ Description-Content-Type: text/markdown
|
|
|
97
97
|
|
|
98
98
|
<br /><br />
|
|
99
99
|
|
|
100
|
-
<img src="https://raw.githubusercontent.com/Pythoughts-labs/pythinker-code/main/docs/media/
|
|
100
|
+
<img src="https://raw.githubusercontent.com/Pythoughts-labs/pythinker-code/main/docs/media/pythinker_cli.gif" alt="Pythinker Code terminal demo" width="860">
|
|
101
101
|
|
|
102
102
|
</div>
|
|
103
103
|
|
|
@@ -115,15 +115,13 @@ It speaks the [**Agent Client Protocol (ACP)**](https://github.com/agentclientpr
|
|
|
115
115
|
|
|
116
116
|
---
|
|
117
117
|
|
|
118
|
-
## 🆕 What's New in 0.
|
|
118
|
+
## 🆕 What's New in 0.35.0
|
|
119
119
|
|
|
120
|
-
-
|
|
121
|
-
- **
|
|
122
|
-
-
|
|
123
|
-
- **Scratchpad isolated to current session; cleans up on interruption.** Scratch files are deleted on every session exit so stale planning from previous sessions can no longer be injected into a new session's context.
|
|
124
|
-
- **`SetTodoList` gated behind explicit plan approval.** Todos may only be set after the user agrees on the plan; the tool description and system prompt now enforce this contract.
|
|
120
|
+
- **`/stats` usage dashboard.** New slash command opens an interactive TUI showing token and cost breakdown by provider/model across Today / This Week / Last Week / All Time. Powered by a static pricing table and a session collector that walks `~/.pythinker/sessions/` wire files.
|
|
121
|
+
- **Z AI provider auth.** Login/logout via API key, model discovery, and OAuth selector wired into the TUI and `refresh_managed_models`.
|
|
122
|
+
- **Moonshot provider auth.** Login/logout via API key, model discovery (Kimi K2.x catalog), OAuth selector wired into the TUI and `refresh_managed_models`.
|
|
125
123
|
|
|
126
|
-
Upgrade with `pythinker update`, `pip install --upgrade pythinker-code==0.
|
|
124
|
+
Upgrade with `pythinker update`, `pip install --upgrade pythinker-code==0.35.0`, or use the native installer for your platform from the [Releases page](https://github.com/Pythoughts-labs/pythinker-code/releases/latest).
|
|
127
125
|
|
|
128
126
|
|
|
129
127
|
---
|
|
@@ -213,7 +211,7 @@ matches your OS — no Python, Node, or `uv` prerequisite.
|
|
|
213
211
|
|
|
214
212
|
| Platform | Recommended install | Artifact source |
|
|
215
213
|
|---|---|---|
|
|
216
|
-
| **🪟 Windows** | `irm https://pythinker.com/install.ps1 \| iex` | `PythinkerSetup-0.
|
|
214
|
+
| **🪟 Windows** | `irm https://pythinker.com/install.ps1 \| iex` | `PythinkerSetup-0.35.0.exe` from [Releases](https://github.com/Pythoughts-labs/pythinker-code/releases/latest) |
|
|
217
215
|
| **<img src="https://img.shields.io/badge/-macOS-000000?style=flat-square&logo=apple&logoColor=white" alt="macOS"> / <img src="https://img.shields.io/badge/-Linux-FCC624?style=flat-square&logo=linux&logoColor=black" alt="Linux">** | `curl -fsSL https://pythinker.com/install.sh \| bash` | native tarball from [Releases](https://github.com/Pythoughts-labs/pythinker-code/releases/latest) |
|
|
218
216
|
| **<img src="https://img.shields.io/badge/-macOS-000000?style=flat-square&logo=apple&logoColor=white" alt="macOS"> — Homebrew** | `brew install Pythoughts-labs/pythinker/pythinker-code` | auto-published Homebrew tap |
|
|
219
217
|
| **🐳 Docker** | `docker run --rm -it ghcr.io/pythoughts-labs/pythinker-code` | GHCR multi-arch image |
|
|
@@ -241,7 +239,7 @@ pythinker # start the interactive TUI
|
|
|
241
239
|
|
|
242
240
|
### 🪟 Windows — native installer
|
|
243
241
|
|
|
244
|
-
`PythinkerSetup-0.
|
|
242
|
+
`PythinkerSetup-0.35.0.exe` is a signed* Inno Setup wizard. Installs per-user
|
|
245
243
|
into `%LOCALAPPDATA%\Programs\Pythinker`, registers `pythinker` on your user
|
|
246
244
|
PATH (`HKCU\Environment`), broadcasts `WM_SETTINGCHANGE` so new shells see
|
|
247
245
|
the change. **No UAC prompt.**
|
|
@@ -252,13 +250,13 @@ irm https://pythinker.com/install.ps1 | iex
|
|
|
252
250
|
|
|
253
251
|
# Or manually download the installer + checksum from the Releases page,
|
|
254
252
|
# verify with Get-FileHash, then run:
|
|
255
|
-
.\PythinkerSetup-0.
|
|
253
|
+
.\PythinkerSetup-0.35.0.exe
|
|
256
254
|
|
|
257
255
|
# Open a fresh PowerShell
|
|
258
256
|
pythinker --version
|
|
259
257
|
```
|
|
260
258
|
|
|
261
|
-
**Per-machine install** (IT-managed boxes): `.\PythinkerSetup-0.
|
|
259
|
+
**Per-machine install** (IT-managed boxes): `.\PythinkerSetup-0.35.0.exe /ALLUSERS`
|
|
262
260
|
installs to `%ProgramFiles%\Pythinker` and writes PATH to HKLM (requires admin).
|
|
263
261
|
|
|
264
262
|
**Upgrade:** `pythinker update` from inside the running app — it downloads
|
|
@@ -309,26 +307,26 @@ attached to every GitHub Release.
|
|
|
309
307
|
|
|
310
308
|
```sh
|
|
311
309
|
# Debian / Ubuntu (x86_64)
|
|
312
|
-
sudo dpkg -i pythinker-code_0.
|
|
310
|
+
sudo dpkg -i pythinker-code_0.35.0_amd64.deb
|
|
313
311
|
sudo apt-get install -f # only if dpkg reports missing deps
|
|
314
312
|
|
|
315
313
|
# Debian / Ubuntu (ARM64)
|
|
316
|
-
sudo dpkg -i pythinker-code_0.
|
|
314
|
+
sudo dpkg -i pythinker-code_0.35.0_arm64.deb
|
|
317
315
|
|
|
318
316
|
# Fedora / RHEL / openSUSE (x86_64)
|
|
319
|
-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.
|
|
320
|
-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.
|
|
321
|
-
sha256sum -c pythinker-code-0.
|
|
317
|
+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.35.0/pythinker-code-0.35.0.x86_64.rpm
|
|
318
|
+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.35.0/pythinker-code-0.35.0.x86_64.rpm.sha256
|
|
319
|
+
sha256sum -c pythinker-code-0.35.0.x86_64.rpm.sha256
|
|
322
320
|
# Fedora / RHEL:
|
|
323
|
-
sudo dnf install ./pythinker-code-0.
|
|
321
|
+
sudo dnf install ./pythinker-code-0.35.0.x86_64.rpm
|
|
324
322
|
# openSUSE:
|
|
325
|
-
sudo zypper install ./pythinker-code-0.
|
|
323
|
+
sudo zypper install ./pythinker-code-0.35.0.x86_64.rpm
|
|
326
324
|
|
|
327
325
|
# Fedora / RHEL (aarch64)
|
|
328
|
-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.
|
|
329
|
-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.
|
|
330
|
-
sha256sum -c pythinker-code-0.
|
|
331
|
-
sudo dnf install ./pythinker-code-0.
|
|
326
|
+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.35.0/pythinker-code-0.35.0.aarch64.rpm
|
|
327
|
+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.35.0/pythinker-code-0.35.0.aarch64.rpm.sha256
|
|
328
|
+
sha256sum -c pythinker-code-0.35.0.aarch64.rpm.sha256
|
|
329
|
+
sudo dnf install ./pythinker-code-0.35.0.aarch64.rpm
|
|
332
330
|
```
|
|
333
331
|
|
|
334
332
|
Both packages drop a small `/usr/bin/pythinker` launcher that execs the real
|
|
@@ -337,8 +335,8 @@ binary under `/usr/lib/pythinker/`, so your `$PATH` stays tidy.
|
|
|
337
335
|
**Verify before install:**
|
|
338
336
|
|
|
339
337
|
```sh
|
|
340
|
-
sha256sum -c pythinker-code_0.
|
|
341
|
-
sha256sum -c pythinker-code-0.
|
|
338
|
+
sha256sum -c pythinker-code_0.35.0_amd64.deb.sha256 # Debian/Ubuntu
|
|
339
|
+
sha256sum -c pythinker-code-0.35.0.x86_64.rpm.sha256 # Fedora/RHEL
|
|
342
340
|
```
|
|
343
341
|
|
|
344
342
|
**Upgrade:** download the new `.deb`/`.rpm` from Releases and `dpkg -i` /
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
|
|
33
33
|
<br /><br />
|
|
34
34
|
|
|
35
|
-
<img src="https://raw.githubusercontent.com/Pythoughts-labs/pythinker-code/main/docs/media/
|
|
35
|
+
<img src="https://raw.githubusercontent.com/Pythoughts-labs/pythinker-code/main/docs/media/pythinker_cli.gif" alt="Pythinker Code terminal demo" width="860">
|
|
36
36
|
|
|
37
37
|
</div>
|
|
38
38
|
|
|
@@ -50,15 +50,13 @@ It speaks the [**Agent Client Protocol (ACP)**](https://github.com/agentclientpr
|
|
|
50
50
|
|
|
51
51
|
---
|
|
52
52
|
|
|
53
|
-
## 🆕 What's New in 0.
|
|
53
|
+
## 🆕 What's New in 0.35.0
|
|
54
54
|
|
|
55
|
-
-
|
|
56
|
-
- **
|
|
57
|
-
-
|
|
58
|
-
- **Scratchpad isolated to current session; cleans up on interruption.** Scratch files are deleted on every session exit so stale planning from previous sessions can no longer be injected into a new session's context.
|
|
59
|
-
- **`SetTodoList` gated behind explicit plan approval.** Todos may only be set after the user agrees on the plan; the tool description and system prompt now enforce this contract.
|
|
55
|
+
- **`/stats` usage dashboard.** New slash command opens an interactive TUI showing token and cost breakdown by provider/model across Today / This Week / Last Week / All Time. Powered by a static pricing table and a session collector that walks `~/.pythinker/sessions/` wire files.
|
|
56
|
+
- **Z AI provider auth.** Login/logout via API key, model discovery, and OAuth selector wired into the TUI and `refresh_managed_models`.
|
|
57
|
+
- **Moonshot provider auth.** Login/logout via API key, model discovery (Kimi K2.x catalog), OAuth selector wired into the TUI and `refresh_managed_models`.
|
|
60
58
|
|
|
61
|
-
Upgrade with `pythinker update`, `pip install --upgrade pythinker-code==0.
|
|
59
|
+
Upgrade with `pythinker update`, `pip install --upgrade pythinker-code==0.35.0`, or use the native installer for your platform from the [Releases page](https://github.com/Pythoughts-labs/pythinker-code/releases/latest).
|
|
62
60
|
|
|
63
61
|
|
|
64
62
|
---
|
|
@@ -148,7 +146,7 @@ matches your OS — no Python, Node, or `uv` prerequisite.
|
|
|
148
146
|
|
|
149
147
|
| Platform | Recommended install | Artifact source |
|
|
150
148
|
|---|---|---|
|
|
151
|
-
| **🪟 Windows** | `irm https://pythinker.com/install.ps1 \| iex` | `PythinkerSetup-0.
|
|
149
|
+
| **🪟 Windows** | `irm https://pythinker.com/install.ps1 \| iex` | `PythinkerSetup-0.35.0.exe` from [Releases](https://github.com/Pythoughts-labs/pythinker-code/releases/latest) |
|
|
152
150
|
| **<img src="https://img.shields.io/badge/-macOS-000000?style=flat-square&logo=apple&logoColor=white" alt="macOS"> / <img src="https://img.shields.io/badge/-Linux-FCC624?style=flat-square&logo=linux&logoColor=black" alt="Linux">** | `curl -fsSL https://pythinker.com/install.sh \| bash` | native tarball from [Releases](https://github.com/Pythoughts-labs/pythinker-code/releases/latest) |
|
|
153
151
|
| **<img src="https://img.shields.io/badge/-macOS-000000?style=flat-square&logo=apple&logoColor=white" alt="macOS"> — Homebrew** | `brew install Pythoughts-labs/pythinker/pythinker-code` | auto-published Homebrew tap |
|
|
154
152
|
| **🐳 Docker** | `docker run --rm -it ghcr.io/pythoughts-labs/pythinker-code` | GHCR multi-arch image |
|
|
@@ -176,7 +174,7 @@ pythinker # start the interactive TUI
|
|
|
176
174
|
|
|
177
175
|
### 🪟 Windows — native installer
|
|
178
176
|
|
|
179
|
-
`PythinkerSetup-0.
|
|
177
|
+
`PythinkerSetup-0.35.0.exe` is a signed* Inno Setup wizard. Installs per-user
|
|
180
178
|
into `%LOCALAPPDATA%\Programs\Pythinker`, registers `pythinker` on your user
|
|
181
179
|
PATH (`HKCU\Environment`), broadcasts `WM_SETTINGCHANGE` so new shells see
|
|
182
180
|
the change. **No UAC prompt.**
|
|
@@ -187,13 +185,13 @@ irm https://pythinker.com/install.ps1 | iex
|
|
|
187
185
|
|
|
188
186
|
# Or manually download the installer + checksum from the Releases page,
|
|
189
187
|
# verify with Get-FileHash, then run:
|
|
190
|
-
.\PythinkerSetup-0.
|
|
188
|
+
.\PythinkerSetup-0.35.0.exe
|
|
191
189
|
|
|
192
190
|
# Open a fresh PowerShell
|
|
193
191
|
pythinker --version
|
|
194
192
|
```
|
|
195
193
|
|
|
196
|
-
**Per-machine install** (IT-managed boxes): `.\PythinkerSetup-0.
|
|
194
|
+
**Per-machine install** (IT-managed boxes): `.\PythinkerSetup-0.35.0.exe /ALLUSERS`
|
|
197
195
|
installs to `%ProgramFiles%\Pythinker` and writes PATH to HKLM (requires admin).
|
|
198
196
|
|
|
199
197
|
**Upgrade:** `pythinker update` from inside the running app — it downloads
|
|
@@ -244,26 +242,26 @@ attached to every GitHub Release.
|
|
|
244
242
|
|
|
245
243
|
```sh
|
|
246
244
|
# Debian / Ubuntu (x86_64)
|
|
247
|
-
sudo dpkg -i pythinker-code_0.
|
|
245
|
+
sudo dpkg -i pythinker-code_0.35.0_amd64.deb
|
|
248
246
|
sudo apt-get install -f # only if dpkg reports missing deps
|
|
249
247
|
|
|
250
248
|
# Debian / Ubuntu (ARM64)
|
|
251
|
-
sudo dpkg -i pythinker-code_0.
|
|
249
|
+
sudo dpkg -i pythinker-code_0.35.0_arm64.deb
|
|
252
250
|
|
|
253
251
|
# Fedora / RHEL / openSUSE (x86_64)
|
|
254
|
-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.
|
|
255
|
-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.
|
|
256
|
-
sha256sum -c pythinker-code-0.
|
|
252
|
+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.35.0/pythinker-code-0.35.0.x86_64.rpm
|
|
253
|
+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.35.0/pythinker-code-0.35.0.x86_64.rpm.sha256
|
|
254
|
+
sha256sum -c pythinker-code-0.35.0.x86_64.rpm.sha256
|
|
257
255
|
# Fedora / RHEL:
|
|
258
|
-
sudo dnf install ./pythinker-code-0.
|
|
256
|
+
sudo dnf install ./pythinker-code-0.35.0.x86_64.rpm
|
|
259
257
|
# openSUSE:
|
|
260
|
-
sudo zypper install ./pythinker-code-0.
|
|
258
|
+
sudo zypper install ./pythinker-code-0.35.0.x86_64.rpm
|
|
261
259
|
|
|
262
260
|
# Fedora / RHEL (aarch64)
|
|
263
|
-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.
|
|
264
|
-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.
|
|
265
|
-
sha256sum -c pythinker-code-0.
|
|
266
|
-
sudo dnf install ./pythinker-code-0.
|
|
261
|
+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.35.0/pythinker-code-0.35.0.aarch64.rpm
|
|
262
|
+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.35.0/pythinker-code-0.35.0.aarch64.rpm.sha256
|
|
263
|
+
sha256sum -c pythinker-code-0.35.0.aarch64.rpm.sha256
|
|
264
|
+
sudo dnf install ./pythinker-code-0.35.0.aarch64.rpm
|
|
267
265
|
```
|
|
268
266
|
|
|
269
267
|
Both packages drop a small `/usr/bin/pythinker` launcher that execs the real
|
|
@@ -272,8 +270,8 @@ binary under `/usr/lib/pythinker/`, so your `$PATH` stays tidy.
|
|
|
272
270
|
**Verify before install:**
|
|
273
271
|
|
|
274
272
|
```sh
|
|
275
|
-
sha256sum -c pythinker-code_0.
|
|
276
|
-
sha256sum -c pythinker-code-0.
|
|
273
|
+
sha256sum -c pythinker-code_0.35.0_amd64.deb.sha256 # Debian/Ubuntu
|
|
274
|
+
sha256sum -c pythinker-code-0.35.0.x86_64.rpm.sha256 # Fedora/RHEL
|
|
277
275
|
```
|
|
278
276
|
|
|
279
277
|
**Upgrade:** download the new `.deb`/`.rpm` from Releases and `dpkg -i` /
|
|
@@ -15,6 +15,21 @@ GitHub Releases page; `0.8.0` is the new starting line.
|
|
|
15
15
|
|
|
16
16
|
## Unreleased
|
|
17
17
|
|
|
18
|
+
## 0.35.0 (2026-06-04)
|
|
19
|
+
|
|
20
|
+
- **Alibaba DashScope provider and MiniMax M3 catalog.** `/login alibaba` now configures Alibaba Cloud Model Studio / DashScope Token Plan models, including workspace-compatible endpoints and native GLM thinking behavior. MiniMax API-key login now defaults to MiniMax M3 with its larger context and multimodal capabilities.
|
|
21
|
+
- **Security review vulnerability intelligence.** `pythinker security-scan` can now parse dependency manifests, query OSV package advisories, look up CVE intelligence from NVD/EPSS/CISA KEV/GitHub/vendor feeds, and carry those leads into security-review prompts and reports as evidence-checked context.
|
|
22
|
+
|
|
23
|
+
## 0.34.0 (2026-06-03)
|
|
24
|
+
|
|
25
|
+
### What changed in this release
|
|
26
|
+
|
|
27
|
+
- **`/stats` usage dashboard.** New slash command opens an interactive prompt_toolkit TUI showing token and cost breakdown by provider/model across Today / This Week / Last Week / All Time. Powered by a static pricing table (`get_cost_usd`) and a session collector that walks `~/.pythinker/sessions/` wire files. `StatusUpdate` wire events now carry optional `model_name` / `provider_key` fields for per-step attribution.
|
|
28
|
+
- **Z AI provider auth.** Login/logout via API key, model discovery, and OAuth selector wired into the TUI and `refresh_managed_models`.
|
|
29
|
+
- **Moonshot provider auth.** Login/logout via API key, model discovery (Kimi K2.x catalog), OAuth selector wired into the TUI and `refresh_managed_models`.
|
|
30
|
+
|
|
31
|
+
Upgrade with `pythinker update`, `pip install --upgrade pythinker-code==0.34.0`, or use the native installer for your OS (see the README install table).
|
|
32
|
+
|
|
18
33
|
## 0.33.0 (2026-06-03)
|
|
19
34
|
|
|
20
35
|
### What changed in this release
|
|
@@ -1,25 +1,31 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
+
ALIBABA_PLATFORM_ID = "alibaba"
|
|
3
4
|
PYTHINKER_CODE_PLATFORM_ID = "pythinker-code"
|
|
4
5
|
OPENAI_API_PLATFORM_ID = "openai"
|
|
5
6
|
OPENAI_CHATGPT_PLATFORM_ID = "openai-chatgpt"
|
|
6
7
|
OPENCODE_GO_PLATFORM_ID = "opencode-go"
|
|
7
8
|
MINIMAX_PLATFORM_ID = "minimax"
|
|
9
|
+
MOONSHOT_PLATFORM_ID = "moonshot"
|
|
8
10
|
DEEPSEEK_PLATFORM_ID = "deepseek"
|
|
9
11
|
ANTHROPIC_PLATFORM_ID = "anthropic"
|
|
10
12
|
OPENROUTER_PLATFORM_ID = "openrouter"
|
|
11
13
|
LM_STUDIO_PLATFORM_ID = "lm-studio"
|
|
12
14
|
OLLAMA_PLATFORM_ID = "ollama"
|
|
15
|
+
ZAI_PLATFORM_ID = "z-ai"
|
|
13
16
|
|
|
14
17
|
__all__ = [
|
|
18
|
+
"ALIBABA_PLATFORM_ID",
|
|
15
19
|
"ANTHROPIC_PLATFORM_ID",
|
|
16
20
|
"DEEPSEEK_PLATFORM_ID",
|
|
17
21
|
"LM_STUDIO_PLATFORM_ID",
|
|
18
22
|
"MINIMAX_PLATFORM_ID",
|
|
23
|
+
"MOONSHOT_PLATFORM_ID",
|
|
19
24
|
"OLLAMA_PLATFORM_ID",
|
|
20
25
|
"OPENAI_API_PLATFORM_ID",
|
|
21
26
|
"OPENAI_CHATGPT_PLATFORM_ID",
|
|
22
27
|
"OPENCODE_GO_PLATFORM_ID",
|
|
23
28
|
"OPENROUTER_PLATFORM_ID",
|
|
24
29
|
"PYTHINKER_CODE_PLATFORM_ID",
|
|
30
|
+
"ZAI_PLATFORM_ID",
|
|
25
31
|
]
|
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import os
|
|
4
|
+
from collections.abc import AsyncIterator
|
|
5
|
+
from dataclasses import dataclass
|
|
6
|
+
from typing import Any, cast
|
|
7
|
+
|
|
8
|
+
import aiohttp
|
|
9
|
+
from pydantic import SecretStr
|
|
10
|
+
|
|
11
|
+
from pythinker_code.auth import ALIBABA_PLATFORM_ID
|
|
12
|
+
from pythinker_code.auth.oauth import OAuthEvent
|
|
13
|
+
from pythinker_code.auth.platforms import managed_provider_key
|
|
14
|
+
from pythinker_code.config import Config, LLMModel, LLMProvider, save_config
|
|
15
|
+
from pythinker_code.llm import ModelCapability
|
|
16
|
+
from pythinker_code.thinking import apply_login_thinking_defaults
|
|
17
|
+
from pythinker_code.utils.aiohttp import new_client_session
|
|
18
|
+
|
|
19
|
+
ALIBABA_BASE_URL = "https://dashscope-us.aliyuncs.com/compatible-mode/v1"
|
|
20
|
+
ALIBABA_PROVIDER_KEY = managed_provider_key(ALIBABA_PLATFORM_ID)
|
|
21
|
+
ALIBABA_DEFAULT_MODEL_ALIAS = f"{ALIBABA_PLATFORM_ID}/qwen3.6-plus"
|
|
22
|
+
ALIBABA_MODEL_DISCOVERY_TIMEOUT = aiohttp.ClientTimeout(total=15, sock_connect=8, sock_read=10)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
@dataclass(frozen=True, slots=True)
|
|
26
|
+
class AlibabaModel:
|
|
27
|
+
model_id: str
|
|
28
|
+
alias_suffix: str
|
|
29
|
+
display_name: str
|
|
30
|
+
provider_key: str = ALIBABA_PROVIDER_KEY
|
|
31
|
+
max_context_size: int = 131_072
|
|
32
|
+
capabilities: frozenset[ModelCapability] | None = None
|
|
33
|
+
|
|
34
|
+
@property
|
|
35
|
+
def alias(self) -> str:
|
|
36
|
+
return f"{ALIBABA_PLATFORM_ID}/{self.alias_suffix}"
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
ALIBABA_MODELS: tuple[AlibabaModel, ...] = (
|
|
40
|
+
AlibabaModel(
|
|
41
|
+
model_id="qwen3.7-max",
|
|
42
|
+
alias_suffix="qwen3.7-max",
|
|
43
|
+
display_name="Qwen3.7 Max",
|
|
44
|
+
max_context_size=262_144,
|
|
45
|
+
capabilities=frozenset[ModelCapability]({"thinking"}),
|
|
46
|
+
),
|
|
47
|
+
AlibabaModel(
|
|
48
|
+
model_id="qwen3.6-plus",
|
|
49
|
+
alias_suffix="qwen3.6-plus",
|
|
50
|
+
display_name="Qwen3.6 Plus",
|
|
51
|
+
max_context_size=1_000_000,
|
|
52
|
+
capabilities=frozenset[ModelCapability]({"thinking", "image_in"}),
|
|
53
|
+
),
|
|
54
|
+
AlibabaModel(
|
|
55
|
+
model_id="qwen3.6-flash",
|
|
56
|
+
alias_suffix="qwen3.6-flash",
|
|
57
|
+
display_name="Qwen3.6 Flash",
|
|
58
|
+
max_context_size=1_000_000,
|
|
59
|
+
capabilities=frozenset[ModelCapability]({"thinking", "image_in"}),
|
|
60
|
+
),
|
|
61
|
+
AlibabaModel(
|
|
62
|
+
model_id="deepseek-v4-pro",
|
|
63
|
+
alias_suffix="deepseek-v4-pro",
|
|
64
|
+
display_name="DeepSeek V4 Pro",
|
|
65
|
+
max_context_size=128_000,
|
|
66
|
+
capabilities=frozenset[ModelCapability]({"thinking"}),
|
|
67
|
+
),
|
|
68
|
+
AlibabaModel(
|
|
69
|
+
model_id="deepseek-v4-flash",
|
|
70
|
+
alias_suffix="deepseek-v4-flash",
|
|
71
|
+
display_name="DeepSeek V4 Flash",
|
|
72
|
+
max_context_size=128_000,
|
|
73
|
+
capabilities=frozenset[ModelCapability]({"thinking"}),
|
|
74
|
+
),
|
|
75
|
+
AlibabaModel(
|
|
76
|
+
model_id="deepseek-v3.2",
|
|
77
|
+
alias_suffix="deepseek-v3.2",
|
|
78
|
+
display_name="DeepSeek V3.2",
|
|
79
|
+
max_context_size=128_000,
|
|
80
|
+
capabilities=frozenset[ModelCapability]({"thinking"}),
|
|
81
|
+
),
|
|
82
|
+
AlibabaModel(
|
|
83
|
+
model_id="kimi-k2.6",
|
|
84
|
+
alias_suffix="kimi-k2.6",
|
|
85
|
+
display_name="Kimi K2.6",
|
|
86
|
+
max_context_size=262_144,
|
|
87
|
+
capabilities=frozenset[ModelCapability]({"thinking", "image_in"}),
|
|
88
|
+
),
|
|
89
|
+
AlibabaModel(
|
|
90
|
+
model_id="kimi-k2.5",
|
|
91
|
+
alias_suffix="kimi-k2.5",
|
|
92
|
+
display_name="Kimi K2.5",
|
|
93
|
+
max_context_size=262_144,
|
|
94
|
+
capabilities=frozenset[ModelCapability]({"thinking", "image_in"}),
|
|
95
|
+
),
|
|
96
|
+
AlibabaModel(
|
|
97
|
+
model_id="glm-5.1",
|
|
98
|
+
alias_suffix="glm-5.1",
|
|
99
|
+
display_name="GLM-5.1",
|
|
100
|
+
max_context_size=262_144,
|
|
101
|
+
capabilities=frozenset[ModelCapability]({"always_thinking"}),
|
|
102
|
+
),
|
|
103
|
+
AlibabaModel(
|
|
104
|
+
model_id="glm-5",
|
|
105
|
+
alias_suffix="glm-5",
|
|
106
|
+
display_name="GLM-5",
|
|
107
|
+
max_context_size=262_144,
|
|
108
|
+
capabilities=frozenset[ModelCapability]({"always_thinking"}),
|
|
109
|
+
),
|
|
110
|
+
AlibabaModel(
|
|
111
|
+
model_id="MiniMax-M2.5",
|
|
112
|
+
alias_suffix="minimax-m2.5",
|
|
113
|
+
display_name="MiniMax M2.5",
|
|
114
|
+
max_context_size=204_800,
|
|
115
|
+
capabilities=frozenset[ModelCapability]({"thinking"}),
|
|
116
|
+
),
|
|
117
|
+
)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
def get_alibaba_api_key_from_env() -> str | None:
|
|
121
|
+
for env_var in ("DASHSCOPE_API_KEY", "ALIBABA_API_KEY"):
|
|
122
|
+
value = os.getenv(env_var)
|
|
123
|
+
if value and value.strip():
|
|
124
|
+
return value.strip()
|
|
125
|
+
return None
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
def _normalize_alibaba_base_url(value: str) -> str:
|
|
129
|
+
base_url = value.strip().rstrip("/")
|
|
130
|
+
if not base_url:
|
|
131
|
+
return ALIBABA_BASE_URL
|
|
132
|
+
if "://" not in base_url:
|
|
133
|
+
base_url = f"https://{base_url}"
|
|
134
|
+
if base_url.endswith("/api/v1"):
|
|
135
|
+
return f"{base_url.removesuffix('/api/v1')}/compatible-mode/v1"
|
|
136
|
+
if base_url.endswith("/compatible-mode/v1"):
|
|
137
|
+
return base_url
|
|
138
|
+
return f"{base_url}/compatible-mode/v1"
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
def get_alibaba_base_url_from_env() -> str:
|
|
142
|
+
for env_var in ("DASHSCOPE_BASE_URL", "ALIBABA_BASE_URL"):
|
|
143
|
+
value = os.getenv(env_var)
|
|
144
|
+
if value and value.strip():
|
|
145
|
+
return _normalize_alibaba_base_url(value)
|
|
146
|
+
return ALIBABA_BASE_URL
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
def _apply_alibaba_config(
|
|
150
|
+
config: Config,
|
|
151
|
+
api_key: SecretStr,
|
|
152
|
+
models: tuple[AlibabaModel, ...] = ALIBABA_MODELS,
|
|
153
|
+
) -> None:
|
|
154
|
+
config.providers[ALIBABA_PROVIDER_KEY] = LLMProvider(
|
|
155
|
+
type="openai_legacy",
|
|
156
|
+
base_url=get_alibaba_base_url_from_env(),
|
|
157
|
+
api_key=api_key,
|
|
158
|
+
)
|
|
159
|
+
|
|
160
|
+
provider_keys = {ALIBABA_PROVIDER_KEY}
|
|
161
|
+
for key, model in list(config.models.items()):
|
|
162
|
+
if model.provider in provider_keys:
|
|
163
|
+
del config.models[key]
|
|
164
|
+
|
|
165
|
+
for model in models:
|
|
166
|
+
config.models[model.alias] = LLMModel(
|
|
167
|
+
provider=model.provider_key,
|
|
168
|
+
model=model.model_id,
|
|
169
|
+
max_context_size=model.max_context_size,
|
|
170
|
+
capabilities=set(model.capabilities) if model.capabilities else None,
|
|
171
|
+
display_name=model.display_name,
|
|
172
|
+
)
|
|
173
|
+
|
|
174
|
+
fallback = next(
|
|
175
|
+
(m.alias for m in models),
|
|
176
|
+
next(iter(config.models), ""),
|
|
177
|
+
)
|
|
178
|
+
if ALIBABA_DEFAULT_MODEL_ALIAS in config.models:
|
|
179
|
+
config.default_model = ALIBABA_DEFAULT_MODEL_ALIAS
|
|
180
|
+
else:
|
|
181
|
+
config.default_model = fallback
|
|
182
|
+
apply_login_thinking_defaults(config, thinking=True, effort="high")
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
def _model_by_id() -> dict[str, AlibabaModel]:
|
|
186
|
+
return {model.model_id: model for model in ALIBABA_MODELS}
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
def _parse_discovered_models(data: object) -> tuple[AlibabaModel, ...]:
|
|
190
|
+
if not isinstance(data, dict):
|
|
191
|
+
return ()
|
|
192
|
+
d = cast(dict[str, Any], data)
|
|
193
|
+
items = d.get("data")
|
|
194
|
+
if not isinstance(items, list):
|
|
195
|
+
return ()
|
|
196
|
+
catalog = _model_by_id()
|
|
197
|
+
results: list[AlibabaModel] = []
|
|
198
|
+
for raw_item in cast(list[object], items):
|
|
199
|
+
if not isinstance(raw_item, dict):
|
|
200
|
+
continue
|
|
201
|
+
item = cast(dict[str, Any], raw_item)
|
|
202
|
+
model_id = item.get("id")
|
|
203
|
+
if not isinstance(model_id, str) or model_id not in catalog:
|
|
204
|
+
continue
|
|
205
|
+
base = catalog[model_id]
|
|
206
|
+
ctx = item.get("context_length")
|
|
207
|
+
max_ctx = base.max_context_size
|
|
208
|
+
if isinstance(ctx, int) and ctx > 0:
|
|
209
|
+
max_ctx = ctx
|
|
210
|
+
display_name_raw = item.get("display_name")
|
|
211
|
+
display_name = (
|
|
212
|
+
display_name_raw
|
|
213
|
+
if isinstance(display_name_raw, str) and display_name_raw
|
|
214
|
+
else base.display_name
|
|
215
|
+
)
|
|
216
|
+
results.append(
|
|
217
|
+
AlibabaModel(
|
|
218
|
+
model_id=base.model_id,
|
|
219
|
+
alias_suffix=base.alias_suffix,
|
|
220
|
+
display_name=display_name,
|
|
221
|
+
provider_key=base.provider_key,
|
|
222
|
+
max_context_size=max_ctx,
|
|
223
|
+
capabilities=base.capabilities,
|
|
224
|
+
)
|
|
225
|
+
)
|
|
226
|
+
return tuple(results)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
async def _discover_alibaba_models(api_key: str) -> tuple[AlibabaModel, ...]:
|
|
230
|
+
async with (
|
|
231
|
+
new_client_session(timeout=ALIBABA_MODEL_DISCOVERY_TIMEOUT) as session,
|
|
232
|
+
session.get(
|
|
233
|
+
f"{get_alibaba_base_url_from_env()}/models",
|
|
234
|
+
headers={"Authorization": f"Bearer {api_key}"},
|
|
235
|
+
raise_for_status=True,
|
|
236
|
+
) as response,
|
|
237
|
+
):
|
|
238
|
+
payload = await response.json(content_type=None)
|
|
239
|
+
return _parse_discovered_models(payload)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
async def login_alibaba_api_key(
|
|
243
|
+
config: Config, api_key: str | None = None
|
|
244
|
+
) -> AsyncIterator[OAuthEvent]:
|
|
245
|
+
if not config.is_from_default_location:
|
|
246
|
+
yield OAuthEvent(
|
|
247
|
+
"error",
|
|
248
|
+
"Login requires the default config file; restart without --config/--config-file.",
|
|
249
|
+
)
|
|
250
|
+
return
|
|
251
|
+
|
|
252
|
+
resolved_key = (api_key or get_alibaba_api_key_from_env() or "").strip()
|
|
253
|
+
if not resolved_key:
|
|
254
|
+
yield OAuthEvent("error", "Alibaba API key is required.")
|
|
255
|
+
return
|
|
256
|
+
|
|
257
|
+
models = ALIBABA_MODELS
|
|
258
|
+
try:
|
|
259
|
+
discovered = await _discover_alibaba_models(resolved_key)
|
|
260
|
+
if discovered:
|
|
261
|
+
models = discovered
|
|
262
|
+
except aiohttp.ClientResponseError as exc:
|
|
263
|
+
if exc.status in {401, 403}:
|
|
264
|
+
yield OAuthEvent("error", "Invalid Alibaba API key; the key was not saved.")
|
|
265
|
+
return
|
|
266
|
+
yield OAuthEvent(
|
|
267
|
+
"info",
|
|
268
|
+
"Alibaba model listing is unavailable; using the built-in model list.",
|
|
269
|
+
)
|
|
270
|
+
except (aiohttp.ClientError, TimeoutError, ValueError):
|
|
271
|
+
yield OAuthEvent(
|
|
272
|
+
"info",
|
|
273
|
+
"Alibaba model listing is unavailable; using the built-in model list.",
|
|
274
|
+
)
|
|
275
|
+
|
|
276
|
+
_apply_alibaba_config(config, SecretStr(resolved_key), models=models)
|
|
277
|
+
save_config(config)
|
|
278
|
+
yield OAuthEvent("success", f"Alibaba configured with model {config.default_model}.")
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
async def logout_alibaba(config: Config) -> AsyncIterator[OAuthEvent]:
|
|
282
|
+
if not config.is_from_default_location:
|
|
283
|
+
yield OAuthEvent(
|
|
284
|
+
"error",
|
|
285
|
+
"Logout requires the default config file; restart without --config/--config-file.",
|
|
286
|
+
)
|
|
287
|
+
return
|
|
288
|
+
|
|
289
|
+
provider_keys = {ALIBABA_PROVIDER_KEY}
|
|
290
|
+
config.providers.pop(ALIBABA_PROVIDER_KEY, None)
|
|
291
|
+
for key, model in list(config.models.items()):
|
|
292
|
+
if model.provider in provider_keys:
|
|
293
|
+
del config.models[key]
|
|
294
|
+
|
|
295
|
+
if config.default_model not in config.models:
|
|
296
|
+
config.default_model = next(iter(config.models), "")
|
|
297
|
+
save_config(config)
|
|
298
|
+
yield OAuthEvent("success", "Logged out of Alibaba successfully.")
|
|
@@ -20,11 +20,16 @@ MINIMAX_OPENAI_BASE_URL = "https://api.minimax.io/v1"
|
|
|
20
20
|
MINIMAX_ANTHROPIC_MODELS_URL = f"{MINIMAX_ANTHROPIC_BASE_URL}/v1/models"
|
|
21
21
|
MINIMAX_OPENAI_MODELS_URL = f"{MINIMAX_OPENAI_BASE_URL}/models"
|
|
22
22
|
MINIMAX_ANTHROPIC_PROVIDER_KEY = "managed:minimax-anthropic"
|
|
23
|
-
MINIMAX_DEFAULT_MODEL_ALIAS = "minimax/
|
|
24
|
-
|
|
23
|
+
MINIMAX_DEFAULT_MODEL_ALIAS = "minimax/m3"
|
|
24
|
+
# Fallback context size for models without explicit specification (non-M3 models)
|
|
25
|
+
MINIMAX_DEFAULT_CONTEXT = 204_800
|
|
25
26
|
MINIMAX_TOKEN_PLAN_KEY_PREFIX = "sk-cp-"
|
|
26
27
|
MINIMAX_MODEL_DISCOVERY_TIMEOUT = aiohttp.ClientTimeout(total=15, sock_connect=8, sock_read=10)
|
|
27
28
|
MINIMAX_NATIVE_THINKING_CAPABILITIES: frozenset[ModelCapability] = frozenset({"always_thinking"})
|
|
29
|
+
MINIMAX_M3_CAPABILITIES: frozenset[ModelCapability] = frozenset(
|
|
30
|
+
{"always_thinking", "image_in", "video_in"}
|
|
31
|
+
)
|
|
32
|
+
MINIMAX_M3_CONTEXT_SIZE = 1_000_000
|
|
28
33
|
|
|
29
34
|
|
|
30
35
|
@dataclass(frozen=True, slots=True)
|
|
@@ -42,6 +47,13 @@ class MiniMaxModel:
|
|
|
42
47
|
|
|
43
48
|
|
|
44
49
|
MINIMAX_MODELS: tuple[MiniMaxModel, ...] = (
|
|
50
|
+
MiniMaxModel(
|
|
51
|
+
"MiniMax-M3",
|
|
52
|
+
"m3",
|
|
53
|
+
"MiniMax M3",
|
|
54
|
+
max_context_size=MINIMAX_M3_CONTEXT_SIZE,
|
|
55
|
+
capabilities=MINIMAX_M3_CAPABILITIES,
|
|
56
|
+
),
|
|
45
57
|
MiniMaxModel("MiniMax-M2.7", "m2.7", "MiniMax M2.7"),
|
|
46
58
|
MiniMaxModel("MiniMax-M2.7-highspeed", "m2.7-highspeed", "MiniMax M2.7 High-Speed"),
|
|
47
59
|
MiniMaxModel("MiniMax-M2.5", "m2.5", "MiniMax M2.5"),
|