pi-coding-master 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +50 -0
- package/core/god.agent.capability/@ABANDONED.brain.prefrontal.monitor/gpu_monitor.py +80 -0
- package/core/god.agent.capability/@ABANDONED.brain.prefrontal.monitor/gpu_monitor.py.CHANGELOG +1 -0
- package/core/god.agent.capability/@ABANDONED.brain.prefrontal.monitor/gpu_monitor.py.SPEC +3 -0
- package/core/god.agent.capability/hands.dev.writeissue/issue.ts +209 -0
- package/core/god.agent.capability/hands.dev.writeissue/issue.ts.SPEC +26 -0
- package/core/god.agent.capability/hands.files.changewatcher/watcher.ts +44 -0
- package/core/god.agent.capability/hands.files.changewatcher/watcher.ts.SPEC +25 -0
- package/core/god.pi.mod/cli/pi-completion.zsh +21 -0
- package/core/god.pi.mod/cli/pi-completion.zsh.CHANGELOG +1 -0
- package/core/god.pi.mod/cli/pi-people.sh +264 -0
- package/core/god.pi.mod/cli/pi-people.sh.LESSON +10 -0
- package/core/god.pi.mod/cli/pi-people.sh.SPEC +31 -0
- package/core/god.pi.mod/paths.ts +47 -0
- package/core/god.pi.mod/tui.mods.blockrender/blockrender.js +90 -0
- package/core/god.pi.mod/tui.mods.blockrender/blockrender.js.SPEC +29 -0
- package/core/god.pi.mod/tui.mods.footer.budget/budget_guard.ts +154 -0
- package/core/god.pi.mod/tui.mods.footer.budget/budget_guard.ts.CHANGELOG +10 -0
- package/core/god.pi.mod/tui.mods.footer.budget/budget_guard.ts.LESSON +12 -0
- package/core/god.pi.mod/tui.mods.footer.budget/budget_guard.ts.SPEC +26 -0
- package/core/god.pi.mod/tui.mods.footer.budget/footer-cny.CHANGELOG +39 -0
- package/core/god.pi.mod/tui.mods.viewmode/view_mode-thinking.patch +55 -0
- package/core/god.pi.mod/tui.mods.viewmode/view_mode-tools.patch +19 -0
- package/core/god.pi.mod/tui.mods.viewmode/view_mode-tools.patch.CHANGELOG +1 -0
- package/core/god.pi.mod/tui.mods.viewmode/view_mode.ts +50 -0
- package/core/god.pi.mod/tui.mods.viewmode/view_mode.ts.SPEC +12 -0
- package/core/god.pi.mod/tui.variants.userterminal/user_terminal.CHANGELOG +10 -0
- package/core/god.pi.mod/tui.variants.userterminal/user_terminal.ts +66 -0
- package/core/god.pi.mod/tui.variants.userterminal/user_terminal.ts.SPEC +31 -0
- package/core/index.ts +3 -0
- package/core/individual.bio.gene/dna.coded/coded.dna +257 -0
- package/core/individual.bio.gene/dna.coded/coded.dna.CHANGELOG +12 -0
- package/core/individual.bio.gene/dna.coded/coded.dna.SPEC +11 -0
- package/core/individual.bio.gene/dna.coded/core.dna +110 -0
- package/core/individual.bio.gene/dna.promotor/promotor.dna +117 -0
- package/core/individual.bio.gene/dna.promotor/promotor.dna.CHANGELOG +4 -0
- package/core/individual.bio.gene/dna.promotor/promotor.dna.SPEC +7 -0
- package/core/individual.bio.gene/dna.transpiler/transpiler.ts +395 -0
- package/core/individual.bio.gene/dna.transpiler/transpiler.ts.CHANGELOG +7 -0
- package/core/individual.bio.gene/dna.transpiler/transpiler.ts.SPEC +28 -0
- package/core/individual.bio.gene/gene.README +19 -0
- package/core/individual.bio.gene/rna/rna.json +536 -0
- package/core/individual.bio.gene/rna/rna.json.CHANGELOG +2 -0
- package/core/individual.bio.gene/rna/rna.json.SPEC +8 -0
- package/core/individual.bio.organs/blood.runtime/messages.ts +236 -0
- package/core/individual.bio.organs/blood.runtime/runtime.ts +173 -0
- package/core/individual.bio.organs/blood.runtime/runtime.ts.CHANGELOG +5 -0
- package/core/individual.bio.organs/blood.runtime/runtime.ts.SPEC +32 -0
- package/core/individual.bio.organs/brain.amygdala/amygdala.ts +25 -0
- package/core/individual.bio.organs/brain.amygdala/amygdala.ts.COMMENT +3 -0
- package/core/individual.bio.organs/brain.amygdala/amygdala.ts.SPEC +9 -0
- package/core/individual.bio.organs/brain.hippocampus/hippocampus-launcher.sh.template +108 -0
- package/core/individual.bio.organs/brain.hippocampus/hippocampus.ts +166 -0
- package/core/individual.bio.organs/brain.hippocampus/hippocampus.ts.CHANGELOG +12 -0
- package/core/individual.bio.organs/brain.hippocampus/hippocampus.ts.LESSON +22 -0
- package/core/individual.bio.organs/brain.hippocampus/hippocampus.ts.SPEC +16 -0
- package/core/individual.bio.organs/brain.hippocampus/memory.ts +879 -0
- package/core/individual.bio.organs/brain.hippocampus/memory.ts.CHANGELOG +66 -0
- package/core/individual.bio.organs/brain.hippocampus/memory.ts.LESSON +25 -0
- package/core/individual.bio.organs/brain.hippocampus/memory.ts.SPEC +46 -0
- package/core/individual.bio.organs/brain.hippocampus/sleep.ts +139 -0
- package/core/individual.bio.organs/brain.hippocampus/sleep.ts.CHANGELOG +11 -0
- package/core/individual.bio.organs/brain.hippocampus/sleep.ts.SPEC +16 -0
- package/core/individual.bio.organs/brain.prefrontal.drafting/drafting.SPEC +44 -0
- package/core/individual.bio.organs/brain.prefrontal.drafting/drafting.ts +73 -0
- package/core/individual.bio.organs/brain.prefrontal.drafting/drafting.ts.CHANGELOG +3 -0
- package/core/individual.bio.organs/brain.prefrontal.drafting/drafting.ts.SPEC +24 -0
- package/core/individual.bio.organs/brain.prefrontal.drafting/index.ts.CHANGELOG +3 -0
- package/core/individual.bio.organs/brain.prefrontal.drafting/main.ts +13 -0
- package/core/individual.bio.organs/brain.prefrontal.drafting/main.ts.SPEC +17 -0
- package/core/individual.bio.organs/brain.senses.bioclock/bioclock.ts +94 -0
- package/core/individual.bio.organs/brain.senses.bioclock/bioclock.ts.LESSON +13 -0
- package/core/individual.bio.organs/brain.senses.bioclock/bioclock.ts.SPEC +20 -0
- package/core/individual.bio.organs/brain.senses.subconscious/feed-format.SPEC +56 -0
- package/core/individual.bio.organs/brain.senses.subconscious/index.ts.CHANGELOG +13 -0
- package/core/individual.bio.organs/brain.senses.subconscious/spawner.ts +130 -0
- package/core/individual.bio.organs/brain.senses.subconscious/spawner.ts.SPEC +13 -0
- package/core/individual.bio.organs/brain.senses.subconscious/subconscious.ts +280 -0
- package/core/individual.bio.organs/brain.senses.subconscious/subconscious.ts.CHANGELOG +7 -0
- package/core/individual.bio.organs/brain.senses.subconscious/tools.ts +180 -0
- package/core/individual.bio.organs/brain.senses.subconscious/tools.ts.SPEC +3 -0
- package/core/individual.bio.organs/ears.listen/config.json +9 -0
- package/core/individual.bio.organs/ears.listen/config.json.CHANGELOG +1 -0
- package/core/individual.bio.organs/ears.listen/config.json.SPEC +3 -0
- package/core/individual.bio.organs/ears.listen/ears.ts.CHANGELOG +48 -0
- package/core/individual.bio.organs/ears.listen/ears_recorder.py.CHANGELOG +6 -0
- package/core/individual.bio.organs/ears.listen/index.ts +1 -0
- package/core/individual.bio.organs/ears.listen/index.ts.SPEC +16 -0
- package/core/individual.bio.organs/ears.listen/listen.ts +208 -0
- package/core/individual.bio.organs/ears.listen/listen.ts.SPEC +3 -0
- package/core/individual.bio.organs/ears.listen/listen_recorder.py +445 -0
- package/core/individual.bio.organs/ears.listen/listen_recorder.py.SPEC +7 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/__init__.py +0 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/common/__init__.py +0 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/common/events_pb2.py +38 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/common/events_pb2_grpc.py +24 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/common/rpcmeta_pb2.py +42 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/common/rpcmeta_pb2_grpc.py +24 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/products/__init__.py +0 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/products/understanding/__init__.py +0 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/products/understanding/ast/__init__.py +0 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/products/understanding/ast/ast_service_pb2.py +45 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/products/understanding/ast/ast_service_pb2_grpc.py +97 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/products/understanding/base/__init__.py +0 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/products/understanding/base/au_base_pb2.py +80 -0
- package/core/individual.bio.organs/ears.listen/python_protogen/products/understanding/base/au_base_pb2_grpc.py +24 -0
- package/core/individual.bio.organs/hands.fileactions/authorize.TRUST +1 -0
- package/core/individual.bio.organs/hands.fileactions/authorize.ts +70 -0
- package/core/individual.bio.organs/hands.fileactions/authorize.ts.CHANGELOG +1 -0
- package/core/individual.bio.organs/hands.fileactions/authorize.ts.SPEC +3 -0
- package/core/individual.bio.organs/hands.fileactions/dir.README +13 -0
- package/core/individual.bio.organs/hands.fileactions/file_rules.json +23 -0
- package/core/individual.bio.organs/hands.fileactions/fileactions.README +12 -0
- package/core/individual.bio.organs/hands.fileactions/fileactions.ts +540 -0
- package/core/individual.bio.organs/hands.fileactions/fileactions.ts.CHANGELOG +25 -0
- package/core/individual.bio.organs/hands.fileactions/fileactions.ts.SPEC +30 -0
- package/core/individual.bio.organs/hands.fileactions/filewatch.ts +66 -0
- package/core/individual.bio.organs/hands.fileactions/filewatch.ts.SPEC +3 -0
- package/core/individual.bio.organs/hands.main/main.ts +18 -0
- package/core/individual.bio.organs/hands.main/main.ts.SPEC +20 -0
- package/core/individual.bio.organs/hands.sensitive/sensitive.ts +24 -0
- package/core/individual.bio.organs/hands.sensitive/sensitive.ts.CHANGELOG +2 -0
- package/core/individual.bio.organs/hands.sensitive/sensitive.ts.SPEC +3 -0
- package/core/individual.bio.organs/heart.interrupt/agent_start-loader-flicker.patch +13 -0
- package/core/individual.bio.organs/heart.interrupt/interactive-mode-loader.patch +11 -0
- package/core/individual.bio.organs/heart.interrupt/runner_esc.patch +10 -0
- package/core/individual.bio.organs/heart.interrupt/runner_esc.patch.SPEC +9 -0
- package/core/individual.bio.organs/heart.kernel/kernel.ts +253 -0
- package/core/individual.bio.organs/heart.kernel/kernel.ts.CHANGELOG +13 -0
- package/core/individual.bio.organs/heart.kernel/kernel.ts.SPEC +23 -0
- package/core/individual.bio.organs/heart.main/heart.main.CHANGELOG +43 -0
- package/core/individual.bio.organs/heart.main/heartbeat.ts +494 -0
- package/core/individual.bio.organs/heart.main/heartbeat.ts.LESSON +43 -0
- package/core/individual.bio.organs/heart.main/main.ts +8 -0
- package/core/individual.bio.organs/heart.main/main.ts.SPEC +19 -0
- package/core/individual.bio.organs/heart.main/process.ts +122 -0
- package/core/individual.bio.organs/heart.main/process.ts.CHANGELOG +2 -0
- package/core/individual.bio.organs/heart.main/process.ts.SPEC +24 -0
- package/core/individual.bio.organs/heart.main/remove_timeout.patch +110 -0
- package/core/individual.bio.organs/heart.main/stop.ts.CHANGELOG +3 -0
- package/core/individual.bio.organs/heart.main/stop.ts.SPEC +28 -0
- package/core/individual.bio.organs/mouth.speak/index.ts +1 -0
- package/core/individual.bio.organs/mouth.speak/index.ts.CHANGELOG +1 -0
- package/core/individual.bio.organs/mouth.speak/index.ts.SPEC +6 -0
- package/core/individual.bio.organs/mouth.speak/mouth.ts.CHANGELOG +15 -0
- package/core/individual.bio.organs/mouth.speak/mouth_recorder.py.CHANGELOG +1 -0
- package/core/individual.bio.organs/mouth.speak/speak.ts +180 -0
- package/core/individual.bio.organs/mouth.speak/speak.ts.SPEC +3 -0
- package/core/individual.bio.organs/mouth.speak/speak_recorder.py +35 -0
- package/core/individual.bio.organs/mouth.speak/speak_recorder.py.SPEC +3 -0
- package/core/individual.bio.organs/organs.README +110 -0
- package/core/package-lock.json +18 -0
- package/core/package.json +35 -0
- package/core/prompts/prompts.json +77 -0
- package/core/prompts/prompts.ts +44 -0
- package/core/prompts/prompts.ts.SPEC +9 -0
- package/core/society.world/.gitkeep +0 -0
- package/core/society.world/accessibility.claudecode/message-service.cjs +217 -0
- package/core/society.world/accessibility.claudecode/message-service.cjs.SPEC +7 -0
- package/core/society.world/accessibility.claudecode/send.ts +34 -0
- package/core/society.world/dollar.distribution.ubi/ubi.ts +55 -0
- package/core/society.world/dollar.main/dollar-service.cjs +185 -0
- package/core/society.world/dollar.main/main.ts +116 -0
- package/core/society.world/dollar.transaction/transaction.ts +71 -0
- package/core/society.world/space/space.ts +206 -0
- package/core/society.world/space/space.ts.SPEC +30 -0
- package/core/technology.laptop/#agent.macos.BLUEPRINT +278 -0
- package/core/technology.phone/apps.preinstalled/albums.FUTURE/albums.ts +69 -0
- package/core/technology.phone/apps.preinstalled/albums.FUTURE/albums.ts.SPEC +15 -0
- package/core/technology.phone/apps.preinstalled/calendar/calendar.ts +406 -0
- package/core/technology.phone/apps.preinstalled/calendar/calendar.ts.SPEC +22 -0
- package/core/technology.phone/apps.preinstalled/calendar/holiday-calendar.ts +529 -0
- package/core/technology.phone/apps.preinstalled/clock/clock.ts +132 -0
- package/core/technology.phone/apps.preinstalled/clock/clock.ts.SPEC +11 -0
- package/core/technology.phone/apps.preinstalled/contacts.FUTURE/contacts.ts +300 -0
- package/core/technology.phone/apps.preinstalled/contacts.FUTURE/contacts.ts.SPEC +22 -0
- package/core/technology.phone/apps.preinstalled/developer.FUTURE/developer.ts +22 -0
- package/core/technology.phone/apps.preinstalled/developer.FUTURE/developer.ts.SPEC +15 -0
- package/core/technology.phone/apps.preinstalled/notes/notes.ts +239 -0
- package/core/technology.phone/apps.preinstalled/notes/notes.ts.SPEC +21 -0
- package/core/technology.phone/apps.preinstalled/polymarket/polymarket.ts +261 -0
- package/core/technology.phone/apps.preinstalled/polymarket/polymarket.ts.SPEC +7 -0
- package/core/technology.phone/apps.preinstalled/reminder/reminder.ts +404 -0
- package/core/technology.phone/apps.preinstalled/reminder/reminder.ts.SPEC +25 -0
- package/core/technology.phone/apps.preinstalled/siri.FUTURE/siri.ts +22 -0
- package/core/technology.phone/apps.preinstalled/siri.FUTURE/siri.ts.SPEC +15 -0
- package/core/technology.phone/apps.preinstalled/spotlight/spotlight.ts +29 -0
- package/core/technology.phone/apps.preinstalled/spotlight/spotlight.ts.SPEC +7 -0
- package/core/technology.phone/apps.preinstalled/steam/chess.ts +230 -0
- package/core/technology.phone/apps.preinstalled/steam/snake.ts +100 -0
- package/core/technology.phone/apps.preinstalled/steam/snake.ts.SPEC +7 -0
- package/core/technology.phone/apps.preinstalled/steam/spy-cmd.ts +4 -0
- package/core/technology.phone/apps.preinstalled/steam/spy-tool.ts +56 -0
- package/core/technology.phone/apps.preinstalled/steam/spy.ts +302 -0
- package/core/technology.phone/apps.preinstalled/steam/steam.ts +299 -0
- package/core/technology.phone/apps.preinstalled/weather/weather.ts +50 -0
- package/core/technology.phone/apps.preinstalled/weather/weather.ts.SPEC +9 -0
- package/core/technology.phone/apps.preinstalled/wechat/imessage.ts +423 -0
- package/core/technology.phone/apps.preinstalled/wechat/imessage.ts.SPEC +24 -0
- package/core/technology.phone/apps.system/appstore/appstore.ts +22 -0
- package/core/technology.phone/apps.system/appstore/appstore.ts.SPEC +15 -0
- package/core/technology.phone/apps.system/finder.FUTURE/finder.ts +64 -0
- package/core/technology.phone/apps.system/finder.FUTURE/finder.ts.SPEC +8 -0
- package/core/technology.phone/apps.system/safari/safari-app.ts +146 -0
- package/core/technology.phone/apps.system/safari/safari.ts.SPEC +24 -0
- package/core/technology.phone/apps.system/settings/settings.ts +126 -0
- package/core/technology.phone/apps.system/settings/settings.ts.SPEC +17 -0
- package/core/technology.phone/apps.system/tips/tips.ts +22 -0
- package/core/technology.phone/apps.system/tips/tips.ts.SPEC +15 -0
- package/core/technology.phone/apps.thirdparty/alipay/alipay.ts +148 -0
- package/core/technology.phone/apps.thirdparty/alipay/alipay.ts.SPEC +7 -0
- package/core/technology.phone/apps.thirdparty/bilibili/bilibili-app.ts +33 -0
- package/core/technology.phone/apps.thirdparty/bilibili/bilibili.ts +142 -0
- package/core/technology.phone/apps.thirdparty/bilibili/bilibili.ts.SPEC +22 -0
- package/core/technology.phone/apps.thirdparty/wechatread/wechatread.ts +80 -0
- package/core/technology.phone/apps.thirdparty/wechatread/wechatread.ts.SPEC +15 -0
- package/core/technology.phone/index.ts +1 -0
- package/core/technology.phone/package.json +2 -0
- package/core/technology.phone/system.homepage/homepage.ts +247 -0
- package/core/technology.phone/system.homepage/homepage.ts.SPEC +22 -0
- package/core/technology.phone/system.kernel/kernel.ts +264 -0
- package/core/technology.phone/system.kernel/kernel.ts.SPEC +7 -0
- package/core/technology.phone/system.notifications/notifications.ts +87 -0
- package/core/technology.phone/system.notifications/notifications.ts.SPEC +7 -0
- package/core/technology.phone/system.share/share.ts +46 -0
- package/core/technology.phone/system.share/share.ts.SPEC +7 -0
- package/core/technology.server/browser-service.cjs +152 -0
- package/core/technology.server/data/cookies/arxiv.json +30 -0
- package/core/technology.server/data/cookies/bili.json +184 -0
- package/core/technology.server/data/cookies/default.json +30 -0
- package/core/technology.server/data/cookies/news.json +113 -0
- package/core/technology.server/data/cookies/s1.json +45 -0
- package/core/technology.server/data/cookies/safari.json +184 -0
- package/core/technology.server/data/cookies/safari2.json +1 -0
- package/core/technology.server/data/cookies/safaridbg.json +1 -0
- package/core/technology.server/data/cookies/search.json +45 -0
- package/core/technology.server/data/cookies/sw.json +30 -0
- package/core/technology.server/data/cookies/t1.json +1 -0
- package/core/technology.server/data/cookies/testread.json +1 -0
- package/core/technology.server/data/cookies/video1.json +113 -0
- package/core/technology.server/data/cookies/yt.json +170 -0
- package/core/technology.server/data/cookies/yt2.json +113 -0
- package/core/technology.server/pikipedia/#pikipedia.BLUEPRINT +106 -0
- package/core/technology.server/playleft.cjs +247 -0
- package/core/technology.server/search-proxy.py +76 -0
- package/core/technology.server/server.README +59 -0
- package/deploy/dist-overrides/cli/cli.js +18 -0
- package/deploy/dist-overrides/core/extensions/loader.js +518 -0
- package/deploy/dist-overrides/core/package-manager.js +2081 -0
- package/deploy/dist-overrides/core/system-prompt.js +109 -0
- package/deploy/dist-overrides/core/system-prompt.js.LESSON +17 -0
- package/deploy/dist-overrides/core/tools/bash.js +353 -0
- package/deploy/dist-overrides/core/tools/bash.js.CHANGELOG +2 -0
- package/deploy/dist-overrides/core/tools/edit-diff.js +345 -0
- package/deploy/dist-overrides/core/tools/edit.js +315 -0
- package/deploy/dist-overrides/core/tools/edit.js.CHANGELOG +1 -0
- package/deploy/dist-overrides/core/tools/file-mutation-queue.js +52 -0
- package/deploy/dist-overrides/core/tools/find.js +298 -0
- package/deploy/dist-overrides/core/tools/find.js.CHANGELOG +1 -0
- package/deploy/dist-overrides/core/tools/grep.js +305 -0
- package/deploy/dist-overrides/core/tools/grep.js.CHANGELOG +1 -0
- package/deploy/dist-overrides/core/tools/index.js +112 -0
- package/deploy/dist-overrides/core/tools/ls-guard.js +4 -0
- package/deploy/dist-overrides/core/tools/ls.js +170 -0
- package/deploy/dist-overrides/core/tools/ls.js.CHANGELOG +1 -0
- package/deploy/dist-overrides/core/tools/output-accumulator.js +184 -0
- package/deploy/dist-overrides/core/tools/path-utils.js +99 -0
- package/deploy/dist-overrides/core/tools/prompts-reader.js +53 -0
- package/deploy/dist-overrides/core/tools/read.js +392 -0
- package/deploy/dist-overrides/core/tools/read.js.CHANGELOG +1 -0
- package/deploy/dist-overrides/core/tools/render-utils.js +65 -0
- package/deploy/dist-overrides/core/tools/tool-definition-wrapper.js +34 -0
- package/deploy/dist-overrides/core/tools/truncate.js +215 -0
- package/deploy/dist-overrides/core/tools/write.js +203 -0
- package/deploy/dist-overrides/core/tools/write.js.CHANGELOG +1 -0
- package/deploy/dist-overrides/dist-overrides.README +18 -0
- package/deploy/dist-overrides/main.js +665 -0
- package/deploy/dist-overrides/modes/interactive/components/assistant-message.js +139 -0
- package/deploy/dist-overrides/modes/interactive/components/footer.js +326 -0
- package/deploy/dist-overrides/modes/interactive/components/model-selector.js +285 -0
- package/deploy/dist-overrides/modes/interactive/components/tool-execution.js +383 -0
- package/deploy/dist-overrides/modes/interactive/components/tool-execution.js.CHANGELOG +3 -0
- package/deploy/dist-overrides/modes/interactive/interactive-mode.js +4781 -0
- package/deploy/dist-overrides/pi-ai/providers/anthropic.js +931 -0
- package/deploy/dist-overrides/pi-ai/providers/openai-completions.js +1007 -0
- package/deploy/dist-overrides/pi-ai/providers/openai-completions.js.LESSON +15 -0
- package/deploy/dist-overrides/pi-tui/components/loader.js +69 -0
- package/deploy/dist-overrides/pi-tui/components/markdown.js +646 -0
- package/deploy/dist-overrides/pi-tui/components/text.js +92 -0
- package/deploy/dist-overrides/pi-tui/custom-message.js +75 -0
- package/deploy/dist-overrides/pi-tui/tui.js +1266 -0
- package/deploy/dist-overrides/pi-tui/utils.js +1060 -0
- package/deploy/dist-overrides/vendor.REMOVED/jiti/lib/jiti.mjs +3 -0
- package/deploy/install.sh +186 -0
- package/deploy/install.sh.CHANGELOG +6 -0
- package/deploy/lint/lint-naming.ts +202 -0
- package/deploy/scripts/apply.js +18 -0
- package/deploy/scripts/build-github.sh +219 -0
- package/deploy/scripts/build-phone.sh +24 -0
- package/deploy/scripts/check-deploy.sh +42 -0
- package/deploy/scripts/migrate-context.sh +72 -0
- package/deploy/scripts/patch-pi-dist.js +39 -0
- package/deploy/scripts/uninstall.sh +34 -0
- package/package.json +18 -0
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "buvid_fp",
|
|
4
|
+
"value": "2122b1ad8a10c74a5de8b0b3c7faa1d2",
|
|
5
|
+
"domain": ".bilibili.com",
|
|
6
|
+
"path": "/",
|
|
7
|
+
"expires": 1816469240.534448,
|
|
8
|
+
"size": 40,
|
|
9
|
+
"httpOnly": false,
|
|
10
|
+
"secure": false,
|
|
11
|
+
"session": false,
|
|
12
|
+
"priority": "Medium",
|
|
13
|
+
"sourceScheme": "Secure",
|
|
14
|
+
"sourcePort": 443
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "bmg_af_switch",
|
|
18
|
+
"value": "1",
|
|
19
|
+
"domain": "search.bilibili.com",
|
|
20
|
+
"path": "/",
|
|
21
|
+
"expires": -1,
|
|
22
|
+
"size": 14,
|
|
23
|
+
"httpOnly": false,
|
|
24
|
+
"secure": false,
|
|
25
|
+
"session": true,
|
|
26
|
+
"priority": "Medium",
|
|
27
|
+
"sourceScheme": "Secure",
|
|
28
|
+
"sourcePort": 443
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "buvid3",
|
|
32
|
+
"value": "5F39C134-4373-7925-8267-F5DB2E2B55BD39947infoc",
|
|
33
|
+
"domain": ".bilibili.com",
|
|
34
|
+
"path": "/",
|
|
35
|
+
"expires": 1813445239.077261,
|
|
36
|
+
"size": 52,
|
|
37
|
+
"httpOnly": false,
|
|
38
|
+
"secure": false,
|
|
39
|
+
"session": false,
|
|
40
|
+
"priority": "Medium",
|
|
41
|
+
"sourceScheme": "Secure",
|
|
42
|
+
"sourcePort": 443
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "b_lsid",
|
|
46
|
+
"value": "953AAD3B_19EE2156FFF",
|
|
47
|
+
"domain": ".bilibili.com",
|
|
48
|
+
"path": "/",
|
|
49
|
+
"expires": -1,
|
|
50
|
+
"size": 26,
|
|
51
|
+
"httpOnly": false,
|
|
52
|
+
"secure": false,
|
|
53
|
+
"session": true,
|
|
54
|
+
"priority": "Medium",
|
|
55
|
+
"sourceScheme": "Secure",
|
|
56
|
+
"sourcePort": 443
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "bmg_src_def_domain",
|
|
60
|
+
"value": "i0.hdslb.com",
|
|
61
|
+
"domain": "search.bilibili.com",
|
|
62
|
+
"path": "/",
|
|
63
|
+
"expires": -1,
|
|
64
|
+
"size": 30,
|
|
65
|
+
"httpOnly": false,
|
|
66
|
+
"secure": false,
|
|
67
|
+
"session": true,
|
|
68
|
+
"priority": "Medium",
|
|
69
|
+
"sourceScheme": "Secure",
|
|
70
|
+
"sourcePort": 443
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "bmg_af_sc",
|
|
74
|
+
"value": "{\"none\":{\"on\":1,\"def\":\"i0.hdslb.com\"},\"sgp\":{\"on\":1,\"def\":\"i0-sgp.hdslb.com\"}}",
|
|
75
|
+
"domain": "search.bilibili.com",
|
|
76
|
+
"path": "/",
|
|
77
|
+
"expires": -1,
|
|
78
|
+
"size": 87,
|
|
79
|
+
"httpOnly": false,
|
|
80
|
+
"secure": false,
|
|
81
|
+
"session": true,
|
|
82
|
+
"priority": "Medium",
|
|
83
|
+
"sourceScheme": "Secure",
|
|
84
|
+
"sourcePort": 443
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "bili_ticket_expires",
|
|
88
|
+
"value": "1782168407",
|
|
89
|
+
"domain": ".bilibili.com",
|
|
90
|
+
"path": "/",
|
|
91
|
+
"expires": 1782168467,
|
|
92
|
+
"size": 29,
|
|
93
|
+
"httpOnly": false,
|
|
94
|
+
"secure": false,
|
|
95
|
+
"session": false,
|
|
96
|
+
"priority": "Medium",
|
|
97
|
+
"sourceScheme": "Secure",
|
|
98
|
+
"sourcePort": 443
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "buvid4",
|
|
102
|
+
"value": "69C3A776-7023-889F-3EED-3B426720923640649-026062006-jjCP5lM9wfZ+ADqPQFGc2g%3D%3D",
|
|
103
|
+
"domain": ".bilibili.com",
|
|
104
|
+
"path": "/",
|
|
105
|
+
"expires": 1816469516.288667,
|
|
106
|
+
"size": 86,
|
|
107
|
+
"httpOnly": false,
|
|
108
|
+
"secure": false,
|
|
109
|
+
"session": false,
|
|
110
|
+
"priority": "Medium",
|
|
111
|
+
"sourceScheme": "Secure",
|
|
112
|
+
"sourcePort": 443
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "b_nut",
|
|
116
|
+
"value": "1781909239",
|
|
117
|
+
"domain": ".bilibili.com",
|
|
118
|
+
"path": "/",
|
|
119
|
+
"expires": 1813445239.077318,
|
|
120
|
+
"size": 15,
|
|
121
|
+
"httpOnly": false,
|
|
122
|
+
"secure": false,
|
|
123
|
+
"session": false,
|
|
124
|
+
"priority": "Medium",
|
|
125
|
+
"sourceScheme": "Secure",
|
|
126
|
+
"sourcePort": 443
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "_uuid",
|
|
130
|
+
"value": "1CF98B8B-38BD-B114-10289-3A9B6C46974D40227infoc",
|
|
131
|
+
"domain": ".bilibili.com",
|
|
132
|
+
"path": "/",
|
|
133
|
+
"expires": 1813445240,
|
|
134
|
+
"size": 52,
|
|
135
|
+
"httpOnly": false,
|
|
136
|
+
"secure": false,
|
|
137
|
+
"session": false,
|
|
138
|
+
"priority": "Medium",
|
|
139
|
+
"sourceScheme": "Secure",
|
|
140
|
+
"sourcePort": 443
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "browser_resolution",
|
|
144
|
+
"value": "1280-713",
|
|
145
|
+
"domain": ".bilibili.com",
|
|
146
|
+
"path": "/",
|
|
147
|
+
"expires": 1813445240,
|
|
148
|
+
"size": 26,
|
|
149
|
+
"httpOnly": false,
|
|
150
|
+
"secure": false,
|
|
151
|
+
"session": false,
|
|
152
|
+
"priority": "Medium",
|
|
153
|
+
"sourceScheme": "Secure",
|
|
154
|
+
"sourcePort": 443
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "bili_ticket",
|
|
158
|
+
"value": "eyJhbGciOiJIUzI1NiIsImtpZCI6InMwMyIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3ODIxNjg0NjcsImlhdCI6MTc4MTkwOTIwNywicGx0IjotMX0.hx_iZ7XA1Zfn0HD1uCFPX7ZGIDXYnMTNzoP5GhSXgqU",
|
|
159
|
+
"domain": ".bilibili.com",
|
|
160
|
+
"path": "/",
|
|
161
|
+
"expires": 1782168467,
|
|
162
|
+
"size": 167,
|
|
163
|
+
"httpOnly": false,
|
|
164
|
+
"secure": false,
|
|
165
|
+
"session": false,
|
|
166
|
+
"priority": "Medium",
|
|
167
|
+
"sourceScheme": "Secure",
|
|
168
|
+
"sourcePort": 443
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "home_feed_column",
|
|
172
|
+
"value": "4",
|
|
173
|
+
"domain": ".bilibili.com",
|
|
174
|
+
"path": "/",
|
|
175
|
+
"expires": 1813445240,
|
|
176
|
+
"size": 17,
|
|
177
|
+
"httpOnly": false,
|
|
178
|
+
"secure": false,
|
|
179
|
+
"session": false,
|
|
180
|
+
"priority": "Medium",
|
|
181
|
+
"sourceScheme": "Secure",
|
|
182
|
+
"sourcePort": 443
|
|
183
|
+
}
|
|
184
|
+
]
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "_ga_H9XFCMDPNS",
|
|
4
|
+
"value": "GS2.1.s1781905038$o1$g0$t1781905038$j60$l0$h0",
|
|
5
|
+
"domain": ".swebench.com",
|
|
6
|
+
"path": "/",
|
|
7
|
+
"expires": 1816465038.437505,
|
|
8
|
+
"size": 59,
|
|
9
|
+
"httpOnly": false,
|
|
10
|
+
"secure": false,
|
|
11
|
+
"session": false,
|
|
12
|
+
"priority": "Medium",
|
|
13
|
+
"sourceScheme": "Secure",
|
|
14
|
+
"sourcePort": 443
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "_ga",
|
|
18
|
+
"value": "GA1.1.1054419277.1781905038",
|
|
19
|
+
"domain": ".swebench.com",
|
|
20
|
+
"path": "/",
|
|
21
|
+
"expires": 1816465038.437628,
|
|
22
|
+
"size": 30,
|
|
23
|
+
"httpOnly": false,
|
|
24
|
+
"secure": false,
|
|
25
|
+
"session": false,
|
|
26
|
+
"priority": "Medium",
|
|
27
|
+
"sourceScheme": "Secure",
|
|
28
|
+
"sourcePort": 443
|
|
29
|
+
}
|
|
30
|
+
]
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "__Secure-YNID",
|
|
4
|
+
"value": "19.YT=dla_2GUKmWblHwF1UrFCgl_vQT_QAN-5vHkQVw7D6yuNRTSOGmUDc58EydXUFsAqRgAQBo9oDrY0zuL6qZqhNqXyQWUvkOhsH6fhy35ZKIfnOj5Nla41y8ae-bo95r36xzzM03n2cOcI_xDvdoC6YJeWSgTZJ8n9KNJd2cuCxvbemZC637fbdnEITkYBEpyg4R9l1aRNeKwR2sKa53gG4O95hM7qeUsLA-ZaWgxClGCt2Y35EruWqrpxahHA3zmiZM7fh3wf6l6-gDJG-3W6nws_EKbxaFhxoEBkGvpG5DhYuFbHImzdUk5qion-hQmLyyh_w0nsDwgWdhfevbjtrA",
|
|
5
|
+
"domain": ".youtube.com",
|
|
6
|
+
"path": "/",
|
|
7
|
+
"expires": 1797579311.222924,
|
|
8
|
+
"size": 361,
|
|
9
|
+
"httpOnly": true,
|
|
10
|
+
"secure": true,
|
|
11
|
+
"session": false,
|
|
12
|
+
"sameSite": "None",
|
|
13
|
+
"priority": "Medium",
|
|
14
|
+
"sourceScheme": "Secure",
|
|
15
|
+
"sourcePort": 443,
|
|
16
|
+
"partitionKey": {
|
|
17
|
+
"topLevelSite": "https://youtube.com",
|
|
18
|
+
"hasCrossSiteAncestor": false
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "VISITOR_INFO1_LIVE",
|
|
23
|
+
"value": "PznwXvwhq0o",
|
|
24
|
+
"domain": ".youtube.com",
|
|
25
|
+
"path": "/",
|
|
26
|
+
"expires": 1797579337.688113,
|
|
27
|
+
"size": 29,
|
|
28
|
+
"httpOnly": true,
|
|
29
|
+
"secure": true,
|
|
30
|
+
"session": false,
|
|
31
|
+
"sameSite": "None",
|
|
32
|
+
"priority": "Medium",
|
|
33
|
+
"sourceScheme": "Secure",
|
|
34
|
+
"sourcePort": 443
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "PREF",
|
|
38
|
+
"value": "tz=Asia.Shanghai",
|
|
39
|
+
"domain": ".youtube.com",
|
|
40
|
+
"path": "/",
|
|
41
|
+
"expires": 1816587338.711277,
|
|
42
|
+
"size": 20,
|
|
43
|
+
"httpOnly": false,
|
|
44
|
+
"secure": true,
|
|
45
|
+
"session": false,
|
|
46
|
+
"priority": "Medium",
|
|
47
|
+
"sourceScheme": "Secure",
|
|
48
|
+
"sourcePort": 443
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "VISITOR_PRIVACY_METADATA",
|
|
52
|
+
"value": "CgJTRxIEGgAgMw%3D%3D",
|
|
53
|
+
"domain": ".youtube.com",
|
|
54
|
+
"path": "/",
|
|
55
|
+
"expires": 1797579337.688182,
|
|
56
|
+
"size": 44,
|
|
57
|
+
"httpOnly": true,
|
|
58
|
+
"secure": true,
|
|
59
|
+
"session": false,
|
|
60
|
+
"sameSite": "None",
|
|
61
|
+
"priority": "Medium",
|
|
62
|
+
"sourceScheme": "Secure",
|
|
63
|
+
"sourcePort": 443
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "GPS",
|
|
67
|
+
"value": "1",
|
|
68
|
+
"domain": ".youtube.com",
|
|
69
|
+
"path": "/",
|
|
70
|
+
"expires": 1782029111.464525,
|
|
71
|
+
"size": 4,
|
|
72
|
+
"httpOnly": true,
|
|
73
|
+
"secure": true,
|
|
74
|
+
"session": false,
|
|
75
|
+
"priority": "Medium",
|
|
76
|
+
"sourceScheme": "Secure",
|
|
77
|
+
"sourcePort": 443
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "YSC",
|
|
81
|
+
"value": "Kus3MEsoOp0",
|
|
82
|
+
"domain": ".youtube.com",
|
|
83
|
+
"path": "/",
|
|
84
|
+
"expires": -1,
|
|
85
|
+
"size": 14,
|
|
86
|
+
"httpOnly": true,
|
|
87
|
+
"secure": true,
|
|
88
|
+
"session": true,
|
|
89
|
+
"sameSite": "None",
|
|
90
|
+
"priority": "Medium",
|
|
91
|
+
"sourceScheme": "Secure",
|
|
92
|
+
"sourcePort": 443
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "__Secure-ROLLOUT_TOKEN",
|
|
96
|
+
"value": "CPPx7rOq7fitHRDLmoeH6ZeVAxiBirqH6ZeVAw%3D%3D",
|
|
97
|
+
"domain": ".youtube.com",
|
|
98
|
+
"path": "/",
|
|
99
|
+
"expires": 1797579312.22299,
|
|
100
|
+
"size": 66,
|
|
101
|
+
"httpOnly": true,
|
|
102
|
+
"secure": true,
|
|
103
|
+
"session": false,
|
|
104
|
+
"sameSite": "None",
|
|
105
|
+
"priority": "Medium",
|
|
106
|
+
"sourceScheme": "Secure",
|
|
107
|
+
"sourcePort": 443,
|
|
108
|
+
"partitionKey": {
|
|
109
|
+
"topLevelSite": "https://youtube.com",
|
|
110
|
+
"hasCrossSiteAncestor": false
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
]
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "__Secure-BUCKET",
|
|
4
|
+
"value": "CIgB",
|
|
5
|
+
"domain": ".google.com",
|
|
6
|
+
"path": "/",
|
|
7
|
+
"expires": 1797462596.143969,
|
|
8
|
+
"size": 19,
|
|
9
|
+
"httpOnly": true,
|
|
10
|
+
"secure": true,
|
|
11
|
+
"session": false,
|
|
12
|
+
"priority": "Medium",
|
|
13
|
+
"sourceScheme": "Secure",
|
|
14
|
+
"sourcePort": 443
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "NID",
|
|
18
|
+
"value": "532=HzC262u5pSj-5X09A2WW9DwYZ-GBBqEg2uFAGmyYJwFNp5sBHVss7m3TZc-EfcmpJC1UZgst5wU8I4FyxQCdZDSeciGNxOiq3grFEOxQRLMjUiGL5ZtIkcKhSXLoo0JlaRsQ8BPFJGP1h7Ln5E9k2QQtPa7x4U6mQW_vNqhmFaJvLmktlFW88jrgRDzyu4HsHljdvGI",
|
|
19
|
+
"domain": ".google.com",
|
|
20
|
+
"path": "/",
|
|
21
|
+
"expires": 1797721308.868311,
|
|
22
|
+
"size": 206,
|
|
23
|
+
"httpOnly": true,
|
|
24
|
+
"secure": false,
|
|
25
|
+
"session": false,
|
|
26
|
+
"priority": "Medium",
|
|
27
|
+
"sourceScheme": "Secure",
|
|
28
|
+
"sourcePort": 443
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "AEC",
|
|
32
|
+
"value": "AdJVEatTxeeX1LyEZIEACJAhNW8QZR7KMSmRjsjUFo-o6ibpwbsCDqdlHg",
|
|
33
|
+
"domain": ".google.com",
|
|
34
|
+
"path": "/",
|
|
35
|
+
"expires": 1797462596.143645,
|
|
36
|
+
"size": 61,
|
|
37
|
+
"httpOnly": true,
|
|
38
|
+
"secure": true,
|
|
39
|
+
"session": false,
|
|
40
|
+
"sameSite": "Lax",
|
|
41
|
+
"priority": "Medium",
|
|
42
|
+
"sourceScheme": "Secure",
|
|
43
|
+
"sourcePort": 443
|
|
44
|
+
}
|
|
45
|
+
]
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "sajssdk_2015_cross_new_user",
|
|
4
|
+
"value": "1",
|
|
5
|
+
"domain": ".bigmodel.cn",
|
|
6
|
+
"path": "/",
|
|
7
|
+
"expires": 1782230399,
|
|
8
|
+
"size": 28,
|
|
9
|
+
"httpOnly": false,
|
|
10
|
+
"secure": false,
|
|
11
|
+
"session": false,
|
|
12
|
+
"priority": "Medium",
|
|
13
|
+
"sourceScheme": "Secure",
|
|
14
|
+
"sourcePort": 443
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "Hm_lvt_a1b1a5545a8f11fdd72d54f10971c4ea",
|
|
18
|
+
"value": "1782221426",
|
|
19
|
+
"domain": ".bigmodel.cn",
|
|
20
|
+
"path": "/",
|
|
21
|
+
"expires": 1813759372,
|
|
22
|
+
"size": 49,
|
|
23
|
+
"httpOnly": false,
|
|
24
|
+
"secure": false,
|
|
25
|
+
"session": false,
|
|
26
|
+
"priority": "Medium",
|
|
27
|
+
"sourceScheme": "Secure",
|
|
28
|
+
"sourcePort": 443
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "sensorsdata2015jssdkchannel",
|
|
32
|
+
"value": "%7B%22prop%22%3A%7B%22_sa_channel_landing_url%22%3A%22%22%7D%7D",
|
|
33
|
+
"domain": ".bigmodel.cn",
|
|
34
|
+
"path": "/",
|
|
35
|
+
"expires": 1816783371.730172,
|
|
36
|
+
"size": 90,
|
|
37
|
+
"httpOnly": false,
|
|
38
|
+
"secure": false,
|
|
39
|
+
"session": false,
|
|
40
|
+
"priority": "Medium",
|
|
41
|
+
"sourceScheme": "Secure",
|
|
42
|
+
"sourcePort": 443
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "_gcl_au",
|
|
46
|
+
"value": "1.1.816504744.1782221429",
|
|
47
|
+
"domain": ".bigmodel.cn",
|
|
48
|
+
"path": "/",
|
|
49
|
+
"expires": 1789997429,
|
|
50
|
+
"size": 31,
|
|
51
|
+
"httpOnly": false,
|
|
52
|
+
"secure": false,
|
|
53
|
+
"session": false,
|
|
54
|
+
"priority": "Medium",
|
|
55
|
+
"sourceScheme": "Secure",
|
|
56
|
+
"sourcePort": 443
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "sensorsdata2015jssdkcross",
|
|
60
|
+
"value": "%7B%22distinct_id%22%3A%2219ef4acd7f81241-0ee7113506ac128-17404115-480000-19ef4acd7f91a94%22%2C%22first_id%22%3A%22%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22identities%22%3A%22eyIkaWRlbnRpdHlfY29va2llX2lkIjoiMTllZjRhY2Q3ZjgxMjQxLTBlZTcxMTM1MDZhYzEyOC0xNzQwNDExNS00ODAwMDAtMTllZjRhY2Q3ZjkxYTk0In0%3D%22%2C%22history_login_id%22%3A%7B%22name%22%3A%22%22%2C%22value%22%3A%22%22%7D%7D",
|
|
61
|
+
"domain": ".bigmodel.cn",
|
|
62
|
+
"path": "/",
|
|
63
|
+
"expires": 1813327371,
|
|
64
|
+
"size": 626,
|
|
65
|
+
"httpOnly": false,
|
|
66
|
+
"secure": false,
|
|
67
|
+
"session": false,
|
|
68
|
+
"priority": "Medium",
|
|
69
|
+
"sourceScheme": "Secure",
|
|
70
|
+
"sourcePort": 443
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "_ga_SF8X67RPF9",
|
|
74
|
+
"value": "GS2.1.s1782221428$o1$g1$t1782223371$j51$l0$h0",
|
|
75
|
+
"domain": ".bigmodel.cn",
|
|
76
|
+
"path": "/",
|
|
77
|
+
"expires": 1816783371.865922,
|
|
78
|
+
"size": 59,
|
|
79
|
+
"httpOnly": false,
|
|
80
|
+
"secure": false,
|
|
81
|
+
"session": false,
|
|
82
|
+
"priority": "Medium",
|
|
83
|
+
"sourceScheme": "Secure",
|
|
84
|
+
"sourcePort": 443
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "sensorsdata2015jssdksession",
|
|
88
|
+
"value": "%7B%22session_id%22%3A%2219ef4acd7ff17260d54b802cf301c1740411548000019ef4acd80023af%22%2C%22first_session_time%22%3A1782221428735%2C%22latest_session_time%22%3A1782223372136%7D",
|
|
89
|
+
"domain": ".bigmodel.cn",
|
|
90
|
+
"path": "/",
|
|
91
|
+
"expires": 1816783372.137121,
|
|
92
|
+
"size": 203,
|
|
93
|
+
"httpOnly": false,
|
|
94
|
+
"secure": false,
|
|
95
|
+
"session": false,
|
|
96
|
+
"priority": "Medium",
|
|
97
|
+
"sourceScheme": "Secure",
|
|
98
|
+
"sourcePort": 443
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "HMACCOUNT",
|
|
102
|
+
"value": "E6D9B2C192E2C3E1",
|
|
103
|
+
"domain": ".bigmodel.cn",
|
|
104
|
+
"path": "/",
|
|
105
|
+
"expires": -1,
|
|
106
|
+
"size": 25,
|
|
107
|
+
"httpOnly": false,
|
|
108
|
+
"secure": false,
|
|
109
|
+
"session": true,
|
|
110
|
+
"priority": "Medium",
|
|
111
|
+
"sourceScheme": "Secure",
|
|
112
|
+
"sourcePort": 443
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "_ga",
|
|
116
|
+
"value": "GA1.1.336206816.1782221429",
|
|
117
|
+
"domain": ".bigmodel.cn",
|
|
118
|
+
"path": "/",
|
|
119
|
+
"expires": 1816783371.866015,
|
|
120
|
+
"size": 29,
|
|
121
|
+
"httpOnly": false,
|
|
122
|
+
"secure": false,
|
|
123
|
+
"session": false,
|
|
124
|
+
"priority": "Medium",
|
|
125
|
+
"sourceScheme": "Secure",
|
|
126
|
+
"sourcePort": 443
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "acw_tc",
|
|
130
|
+
"value": "2760828e17822233617225588e205b80332bed0c1175f924a24355c24abc76",
|
|
131
|
+
"domain": "bigmodel.cn",
|
|
132
|
+
"path": "/",
|
|
133
|
+
"expires": 1782225161.716954,
|
|
134
|
+
"size": 68,
|
|
135
|
+
"httpOnly": true,
|
|
136
|
+
"secure": false,
|
|
137
|
+
"session": false,
|
|
138
|
+
"priority": "Medium",
|
|
139
|
+
"sourceScheme": "Secure",
|
|
140
|
+
"sourcePort": 443
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "ssxmod_itna",
|
|
144
|
+
"value": "1-eqUxcDnD97DQDtKitG0KbiODuiW07zWQDzxC5KG7DuxiK08D6DYqGdDuiNl0tFlYqnI=4PGQRiNDl=DoDZDGKQDqx0Er0ilArNPe87GgGpRYYO0Y6=bfAhSxRnImA6mfavz1M222kXvjrDAENDYoDCqDS0DD9ikeqaooDpxxor7m6GMApjr5oiAxkWBbiaiI4mrWmzixob7hKmA5Qv1dDG_9694hxW7eDt4Gy4KGuFeqDDgiNA224b84gfLUrKbK9Qih53kFsD3chjxx4DC4oKpCqDQTOMr4obRIykB4SX7Ewf1eOhgQ1PD",
|
|
145
|
+
"domain": ".bigmodel.cn",
|
|
146
|
+
"path": "/",
|
|
147
|
+
"expires": 1782225173,
|
|
148
|
+
"size": 324,
|
|
149
|
+
"httpOnly": false,
|
|
150
|
+
"secure": false,
|
|
151
|
+
"session": false,
|
|
152
|
+
"priority": "Medium",
|
|
153
|
+
"sourceScheme": "Secure",
|
|
154
|
+
"sourcePort": 443
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "Hm_lpvt_a1b1a5545a8f11fdd72d54f10971c4ea",
|
|
158
|
+
"value": "1782223372",
|
|
159
|
+
"domain": ".bigmodel.cn",
|
|
160
|
+
"path": "/",
|
|
161
|
+
"expires": -1,
|
|
162
|
+
"size": 50,
|
|
163
|
+
"httpOnly": false,
|
|
164
|
+
"secure": false,
|
|
165
|
+
"session": true,
|
|
166
|
+
"priority": "Medium",
|
|
167
|
+
"sourceScheme": "Secure",
|
|
168
|
+
"sourcePort": 443
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "ssxmod_itna2",
|
|
172
|
+
"value": "1-eqUxcDnD97DQDtKitG0KbiODuiW07zWQDzxC5KG7DuxiK08D6DYqGdDuiNl0tFlYqnI=4PGQR0YDi=f2YIts9jgGze/PCA=eemPckqxD",
|
|
173
|
+
"domain": ".bigmodel.cn",
|
|
174
|
+
"path": "/",
|
|
175
|
+
"expires": 1782225173,
|
|
176
|
+
"size": 118,
|
|
177
|
+
"httpOnly": false,
|
|
178
|
+
"secure": false,
|
|
179
|
+
"session": false,
|
|
180
|
+
"priority": "Medium",
|
|
181
|
+
"sourceScheme": "Secure",
|
|
182
|
+
"sourcePort": 443
|
|
183
|
+
}
|
|
184
|
+
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "AEC",
|
|
4
|
+
"value": "AdJVEatTxeeX1LyEZIEACJAhNW8QZR7KMSmRjsjUFo-o6ibpwbsCDqdlHg",
|
|
5
|
+
"domain": ".google.com",
|
|
6
|
+
"path": "/",
|
|
7
|
+
"expires": 1797462596.143645,
|
|
8
|
+
"size": 61,
|
|
9
|
+
"httpOnly": true,
|
|
10
|
+
"secure": true,
|
|
11
|
+
"session": false,
|
|
12
|
+
"sameSite": "Lax",
|
|
13
|
+
"priority": "Medium",
|
|
14
|
+
"sourceScheme": "Secure",
|
|
15
|
+
"sourcePort": 443
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "NID",
|
|
19
|
+
"value": "532=HzC262u5pSj-5X09A2WW9DwYZ-GBBqEg2uFAGmyYJwFNp5sBHVss7m3TZc-EfcmpJC1UZgst5wU8I4FyxQCdZDSeciGNxOiq3grFEOxQRLMjUiGL5ZtIkcKhSXLoo0JlaRsQ8BPFJGP1h7Ln5E9k2QQtPa7x4U6mQW_vNqhmFaJvLmktlFW88jrgRDzyu4HsHljdvGI",
|
|
20
|
+
"domain": ".google.com",
|
|
21
|
+
"path": "/",
|
|
22
|
+
"expires": 1797721308.868311,
|
|
23
|
+
"size": 206,
|
|
24
|
+
"httpOnly": true,
|
|
25
|
+
"secure": false,
|
|
26
|
+
"session": false,
|
|
27
|
+
"priority": "Medium",
|
|
28
|
+
"sourceScheme": "Secure",
|
|
29
|
+
"sourcePort": 443
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "__Secure-BUCKET",
|
|
33
|
+
"value": "CIgB",
|
|
34
|
+
"domain": ".google.com",
|
|
35
|
+
"path": "/",
|
|
36
|
+
"expires": 1797462596.143969,
|
|
37
|
+
"size": 19,
|
|
38
|
+
"httpOnly": true,
|
|
39
|
+
"secure": true,
|
|
40
|
+
"session": false,
|
|
41
|
+
"priority": "Medium",
|
|
42
|
+
"sourceScheme": "Secure",
|
|
43
|
+
"sourcePort": 443
|
|
44
|
+
}
|
|
45
|
+
]
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "_ga",
|
|
4
|
+
"value": "GA1.1.485992527.1781909165",
|
|
5
|
+
"domain": ".swebench.com",
|
|
6
|
+
"path": "/",
|
|
7
|
+
"expires": 1816469165.151668,
|
|
8
|
+
"size": 29,
|
|
9
|
+
"httpOnly": false,
|
|
10
|
+
"secure": false,
|
|
11
|
+
"session": false,
|
|
12
|
+
"priority": "Medium",
|
|
13
|
+
"sourceScheme": "Secure",
|
|
14
|
+
"sourcePort": 443
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "_ga_H9XFCMDPNS",
|
|
18
|
+
"value": "GS2.1.s1781909165$o1$g1$t1781909165$j60$l0$h0",
|
|
19
|
+
"domain": ".swebench.com",
|
|
20
|
+
"path": "/",
|
|
21
|
+
"expires": 1816469165.151442,
|
|
22
|
+
"size": 59,
|
|
23
|
+
"httpOnly": false,
|
|
24
|
+
"secure": false,
|
|
25
|
+
"session": false,
|
|
26
|
+
"priority": "Medium",
|
|
27
|
+
"sourceScheme": "Secure",
|
|
28
|
+
"sourcePort": 443
|
|
29
|
+
}
|
|
30
|
+
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|