code-puppy-core-plugins 0.0.44__tar.gz → 0.0.46__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.
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/PKG-INFO +2 -2
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/model_provider.py +5 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/token_store.py +26 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/pyproject.toml +2 -2
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/.gitignore +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/LICENSE +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/agent.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/bridge.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/capabilities.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/commands.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/content.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/io_delegation.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/mcp_config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/permissions.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/persistence.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/replay.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/session.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/session_config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/acp/state.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_creator_skill/SKILL.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_creator_skill/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_creator_skill/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/discovery.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/downloader.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/enabled_skills.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/installer.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/metadata.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/prompt_builder.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/provider.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/remote_catalog.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/skill_catalog.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/skill_commands.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/skills_install_menu.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/agent_skills/skills_menu.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/auto_continue/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/auto_continue/classifier.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/auto_continue/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/aws_bedrock/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/aws_bedrock/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/aws_bedrock/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/aws_bedrock/utils.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/azure_foundry/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/azure_foundry/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/azure_foundry/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/azure_foundry/discovery.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/azure_foundry/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/azure_foundry/token.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/azure_foundry/utils.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/btw/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/btw/inline_view.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/btw/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/btw/side_query.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/chatgpt_oauth/IMAGEGEN_SKILL.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/chatgpt_oauth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/chatgpt_oauth/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/chatgpt_oauth/image_generation.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/chatgpt_oauth/image_tool.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/chatgpt_oauth/model_catalog.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/chatgpt_oauth/oauth_flow.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/chatgpt_oauth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/chatgpt_oauth/test_plugin.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/chatgpt_oauth/usage.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/chatgpt_oauth/utils.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_hooks/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_hooks/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_hooks/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_hooks/trust.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/SETUP.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/fast_mode.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/model_filter.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/prompt_handler.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/runtime_credentials.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/test_plugin.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/token_refresh_heartbeat.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/claude_code_oauth/utils.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/code_puppy_agent/AGENTS_AND_TOOLS.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/code_puppy_agent/MODELS_AND_MCP.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/code_puppy_agent/PLUGINS_AND_CALLBACKS.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/code_puppy_agent/SESSIONS_AND_HISTORY.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/code_puppy_agent/SKILL.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/code_puppy_agent/SKILLS_SYSTEM.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/code_puppy_agent/SYSTEM_PROMPT_CONFIG_AND_I18N.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/code_puppy_agent/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/code_puppy_agent/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/completion_notification/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/completion_notification/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/completion_notification/locales/en-US.json +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/completion_notification/locales/es.json +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/completion_notification/locales/fr-CA.json +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/completion_notification/notifier.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/completion_notification/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/NativeCapture.swift +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/accessibility.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/activation.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/backend.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/backend_types.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/capture.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/commands.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/geometry.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/inline_image.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/keycodes.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/policy.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/safety.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/settle.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/state.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/computer_use/tools.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/context_indicator/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/context_indicator/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/context_indicator/usage.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/copilot_auth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/copilot_auth/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/copilot_auth/reasoning_client.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/copilot_auth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/copilot_auth/utils.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/customizable_commands/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/customizable_commands/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/dbos_durable_exec/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/dbos_durable_exec/cancel.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/dbos_durable_exec/commands.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/dbos_durable_exec/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/dbos_durable_exec/lifecycle.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/dbos_durable_exec/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/dbos_durable_exec/runtime.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/dbos_durable_exec/startup_lock.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/dbos_durable_exec/workflow_ids.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/dbos_durable_exec/wrapper.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/destructive_command_guard/AGENTS.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/destructive_command_guard/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/destructive_command_guard/detector.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/destructive_command_guard/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/emoji_filter/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/emoji_filter/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/emoji_filter/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/emoji_filter/stripper.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/empty_html_comment_filter/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/example_custom_command/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/example_custom_command/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/file_permission_handler/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/file_permission_handler/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/_docs/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/_docs/cheatsheet.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/_docs/pipeline.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/_docs/synopsis.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/about.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/address-feedback.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/ask.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/aug.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/auto-pilot.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/cheatsheet.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/commit.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/config.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/create-pr.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/exec.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/new.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/qa.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/rebase.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/review.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/split.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/squash-commits.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/status.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/tests.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/scripts/flux_about.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/scripts/flux_cheatsheet.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/bundled/scripts/flux_status.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/installer.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/flux_bootstrap/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/force_push_guard/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/force_push_guard/detector.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/force_push_guard/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/fork/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/fork/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/frontend_emitter/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/frontend_emitter/emitter.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/frontend_emitter/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/frontend_emitter/session_context.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/grok_oauth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/grok_oauth/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/grok_oauth/oauth_flow.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/grok_oauth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/grok_oauth/utils.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/herdr/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/herdr/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/herdr/client.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/herdr/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/herdr/reporter.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/herdr/smoke.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/herdr/sources.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/hook_creator/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/hook_creator/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/hook_manager/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/hook_manager/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/hook_manager/hooks_menu.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/hook_manager/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/hook_manager/trust_handler.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/logfire_oauth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/logfire_oauth/oauth.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/logfire_oauth/query_tool.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/logfire_oauth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/logfire_sessions/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/logfire_sessions/mirror.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/logfire_sessions/query.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/logfire_sessions/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/logfire_sessions/sync.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/meta_oauth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/meta_oauth/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/meta_oauth/oauth_flow.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/meta_oauth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/meta_oauth/utils.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/namespace_skill_search/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/namespace_skill_search/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/namespace_skill_search/namespaces.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/namespace_skill_search/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/namespace_skill_search/search_tool.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/no_tools/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/no_tools/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/oauth_pasteback.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/oauth_puppy_html.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/obsidian_agent/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/obsidian_agent/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/obsidian_agent/agent_obsidian.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/obsidian_agent/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/ollama/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/ollama/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/ollama_setup/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/ollama_setup/completer.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/ollama_setup/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/openrouter_oauth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/openrouter_oauth/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/openrouter_oauth/oauth_flow.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/openrouter_oauth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/openrouter_oauth/test_plugin.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/plugin_list/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/plugin_list/plugin_contributions.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/plugin_list/plugin_meta.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/plugin_list/plugin_text_utils.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/plugin_list/plugins_menu.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/plugin_list/plugins_menu_render.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/plugin_list/project_trust_flow.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/plugin_list/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/pop_command/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/pop_command/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/profiles/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/profiles/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/profiles/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/profiles/locales/en-US.json +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/profiles/menu.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/profiles/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/prompt_newline/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/prompt_newline/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/prompt_newline/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/prune/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/prune/prune_menu.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/prune/prune_model.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/prune/prune_render.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/prune/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/commands.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/kennel.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/packer.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/recorder.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/retriever.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/schema.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/state.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/tools.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_kennel/wings.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_spinner/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_spinner/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_spinner/builtin_frames.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_spinner/commands.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_spinner/picker.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_spinner/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/puppy_spinner/spinners.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/qa_kitten_skill/SKILL.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/qa_kitten_skill/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/qa_kitten_skill/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/quick_resume/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/quick_resume/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/review_pr/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/review_pr/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/session_namer/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/session_namer/namer.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/session_namer/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/spill/LICENSE.deepseek +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/spill/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/spill/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/spill/store.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/stack_dump/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/stack_dump/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/statusline/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/statusline/config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/statusline/payload.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/statusline/prompt_patch.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/statusline/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/statusline/runner.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/statusline/statusline_command.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/steer_queue/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/steer_queue/queue_menu.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/steer_queue/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/subagent_panel/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/subagent_panel/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/subagent_panel/coalesce_patch.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/subagent_panel/panel_render.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/subagent_panel/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/subagent_panel/resume_repaint.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/subagent_panel/state.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/switch_agent_resume/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/switch_agent_resume/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/termflow_tui.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/theme/README.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/theme/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/theme/bundled_palettes.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/theme/content_styles.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/theme/osc_palette.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/theme/picker.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/theme/prompt_toolkit_theme.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/theme/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/theme/rich_themes.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/theme/themes.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/timestamp_heartbeat/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/timestamp_heartbeat/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/token_ratio_learner/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/token_ratio_learner/ratios.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/token_ratio_learner/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/universal_constructor/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/universal_constructor/models.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/universal_constructor/provider.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/universal_constructor/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/universal_constructor/registry.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/universal_constructor/sandbox.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/web_retriever_skill/SKILL.md +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/web_retriever_skill/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/web_retriever_skill/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/wiggum/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/wiggum/goal_runs.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/wiggum/judge.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/wiggum/judge_config.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/wiggum/judges_menu.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/wiggum/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/wiggum/state.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/yolo_cli/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.44 → code_puppy_core_plugins-0.0.46}/code_puppy_core_plugins/yolo_cli/register_callbacks.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: code-puppy-core-plugins
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.46
|
|
4
4
|
Summary: Official plugin bundle for Code Puppy
|
|
5
5
|
Project-URL: Repository, https://github.com/mpfaffenberger/code_puppy_core_plugins
|
|
6
6
|
Project-URL: Homepage, https://github.com/mpfaffenberger/code_puppy_core_plugins
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
16
|
Requires-Python: <3.15,>=3.11
|
|
17
17
|
Requires-Dist: httpx<1,>=0.24.1
|
|
18
|
-
Requires-Dist: pydantic-ai-slim[anthropic,mcp,openai]<3,>=2.
|
|
18
|
+
Requires-Dist: pydantic-ai-slim[anthropic,mcp,openai]<3,>=2.35.0
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
|
|
21
21
|
# Code Puppy Core Plugins
|
|
@@ -123,10 +123,15 @@ def create_claude_code_model(model_name: str, model_config: Dict, config: Dict)
|
|
|
123
123
|
),
|
|
124
124
|
)
|
|
125
125
|
|
|
126
|
+
# The transport already retries 429/5xx/connection errors with backoff,
|
|
127
|
+
# and the agent runtime retries the turn on top of that. The SDK's own
|
|
128
|
+
# retries would multiply every hard failure 3x -- a 429 storm is exactly
|
|
129
|
+
# when hammering the endpoint makes things worse.
|
|
126
130
|
anthropic_client = AsyncAnthropic(
|
|
127
131
|
base_url=url,
|
|
128
132
|
http_client=client,
|
|
129
133
|
auth_token=api_key,
|
|
134
|
+
max_retries=0,
|
|
130
135
|
)
|
|
131
136
|
|
|
132
137
|
def _update_runtime_token(access_token: str) -> None:
|
|
@@ -10,6 +10,7 @@ import json
|
|
|
10
10
|
import logging
|
|
11
11
|
import os
|
|
12
12
|
import tempfile
|
|
13
|
+
import time
|
|
13
14
|
from contextlib import contextmanager
|
|
14
15
|
from threading import RLock
|
|
15
16
|
|
|
@@ -20,6 +21,23 @@ from .config import CLAUDE_CODE_OAUTH_CONFIG
|
|
|
20
21
|
logger = logging.getLogger(__name__)
|
|
21
22
|
_thread_lock = RLock()
|
|
22
23
|
|
|
24
|
+
# After a failed exchange, stop retrying on every request: the old token is
|
|
25
|
+
# still usable until it actually expires, and hammering the token endpoint
|
|
26
|
+
# is what earns 429s from it. Retry-After from the endpoint overrides this.
|
|
27
|
+
REFRESH_FAILURE_BACKOFF_SECONDS = 30.0
|
|
28
|
+
_exchange_blocked_until = 0.0
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
def _note_exchange_failure(retry_after=None):
|
|
32
|
+
global _exchange_blocked_until
|
|
33
|
+
delay = REFRESH_FAILURE_BACKOFF_SECONDS
|
|
34
|
+
try:
|
|
35
|
+
if retry_after is not None:
|
|
36
|
+
delay = max(delay, float(retry_after))
|
|
37
|
+
except (TypeError, ValueError):
|
|
38
|
+
pass
|
|
39
|
+
_exchange_blocked_until = time.monotonic() + min(delay, 600.0)
|
|
40
|
+
|
|
23
41
|
|
|
24
42
|
@contextmanager
|
|
25
43
|
def token_transaction():
|
|
@@ -81,6 +99,11 @@ def refresh_access_token(force=False, *, rejected_token=None):
|
|
|
81
99
|
not force or current != rejected
|
|
82
100
|
):
|
|
83
101
|
return current
|
|
102
|
+
# A forced refresh means the API rejected this token, so it must
|
|
103
|
+
# rotate regardless; a proactive refresh can wait out the backoff.
|
|
104
|
+
if not force and time.monotonic() < _exchange_blocked_until:
|
|
105
|
+
logger.debug("Skipping token exchange during failure backoff")
|
|
106
|
+
return None
|
|
84
107
|
return _exchange_access_token(tokens)
|
|
85
108
|
except Exception as exc:
|
|
86
109
|
logger.error("Claude token refresh failed: %s", type(exc).__name__)
|
|
@@ -148,6 +171,9 @@ def _exchange_access_token(tokens) -> str | None:
|
|
|
148
171
|
return tokens["access_token"]
|
|
149
172
|
else:
|
|
150
173
|
logger.error("Token refresh failed: HTTP %s", response.status_code)
|
|
174
|
+
_note_exchange_failure(response.headers.get("Retry-After"))
|
|
175
|
+
return None
|
|
151
176
|
except Exception as exc: # pragma: no cover - defensive logging
|
|
152
177
|
logger.error("Token refresh error: %s", exc)
|
|
178
|
+
_note_exchange_failure()
|
|
153
179
|
return None
|
|
@@ -4,13 +4,13 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "code-puppy-core-plugins"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.46"
|
|
8
8
|
description = "Official plugin bundle for Code Puppy"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11,<3.15"
|
|
11
11
|
dependencies = [
|
|
12
12
|
"httpx>=0.24.1,<1",
|
|
13
|
-
"pydantic-ai-slim[openai,anthropic,mcp]>=2.
|
|
13
|
+
"pydantic-ai-slim[openai,anthropic,mcp]>=2.35.0,<3",
|
|
14
14
|
]
|
|
15
15
|
license = {text = "MIT"}
|
|
16
16
|
authors = [{name = "Michael Pfaffenberger"}]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|