code-puppy-core-plugins 0.0.2__tar.gz → 0.0.4__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.2 → code_puppy_core_plugins-0.0.4}/PKG-INFO +2 -1
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/remote_catalog.py +5 -5
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/skill_catalog.py +58 -38
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/pyproject.toml +4 -1
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/.gitignore +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/LICENSE +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/agent.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/bridge.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/capabilities.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/commands.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/content.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/io_delegation.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/mcp_config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/permissions.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/persistence.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/replay.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/session.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/session_config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/state.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/discovery.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/downloader.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/enabled_skills.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/installer.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/metadata.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/prompt_builder.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/provider.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/skill_commands.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/skills_install_menu.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/agent_skills/skills_menu.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/aws_bedrock/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/aws_bedrock/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/aws_bedrock/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/aws_bedrock/utils.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/azure_foundry/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/azure_foundry/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/azure_foundry/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/azure_foundry/discovery.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/azure_foundry/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/azure_foundry/token.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/azure_foundry/utils.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/btw/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/btw/inline_view.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/btw/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/btw/side_query.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/chatgpt_oauth/IMAGEGEN_SKILL.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/chatgpt_oauth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/chatgpt_oauth/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/chatgpt_oauth/image_generation.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/chatgpt_oauth/image_tool.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/chatgpt_oauth/oauth_flow.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/chatgpt_oauth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/chatgpt_oauth/test_plugin.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/chatgpt_oauth/usage.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/chatgpt_oauth/utils.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_hooks/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_hooks/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_hooks/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_oauth/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_oauth/SETUP.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_oauth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_oauth/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_oauth/fast_mode.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_oauth/prompt_handler.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_oauth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_oauth/test_plugin.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_oauth/token_refresh_heartbeat.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/claude_code_oauth/utils.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/code_puppy_agent/AGENTS_AND_TOOLS.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/code_puppy_agent/MODELS_AND_MCP.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/code_puppy_agent/PLUGINS_AND_CALLBACKS.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/code_puppy_agent/SESSIONS_AND_HISTORY.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/code_puppy_agent/SKILL.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/code_puppy_agent/SKILLS_SYSTEM.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/code_puppy_agent/SYSTEM_PROMPT_CONFIG_AND_I18N.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/code_puppy_agent/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/code_puppy_agent/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/NativeCapture.swift +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/accessibility.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/activation.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/backend.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/backend_types.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/capture.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/commands.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/geometry.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/inline_image.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/keycodes.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/policy.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/safety.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/settle.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/state.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/computer_use/tools.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/context_indicator/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/context_indicator/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/context_indicator/usage.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/copilot_auth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/copilot_auth/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/copilot_auth/reasoning_client.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/copilot_auth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/copilot_auth/utils.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/customizable_commands/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/customizable_commands/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/dbos_durable_exec/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/dbos_durable_exec/cancel.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/dbos_durable_exec/commands.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/dbos_durable_exec/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/dbos_durable_exec/lifecycle.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/dbos_durable_exec/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/dbos_durable_exec/runtime.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/dbos_durable_exec/startup_lock.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/dbos_durable_exec/workflow_ids.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/dbos_durable_exec/wrapper.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/destructive_command_guard/AGENTS.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/destructive_command_guard/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/destructive_command_guard/detector.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/destructive_command_guard/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/emoji_filter/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/emoji_filter/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/emoji_filter/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/emoji_filter/stripper.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/empty_html_comment_filter/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/example_custom_command/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/example_custom_command/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/file_permission_handler/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/file_permission_handler/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/_docs/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/_docs/cheatsheet.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/_docs/pipeline.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/_docs/synopsis.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/about.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/address-feedback.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/ask.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/aug.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/auto-pilot.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/cheatsheet.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/commit.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/config.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/create-pr.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/exec.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/new.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/qa.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/rebase.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/review.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/split.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/squash-commits.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/status.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/commands/flux/tests.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/scripts/flux_about.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/scripts/flux_cheatsheet.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/bundled/scripts/flux_status.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/installer.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/flux_bootstrap/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/force_push_guard/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/force_push_guard/detector.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/force_push_guard/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/fork/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/fork/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/frontend_emitter/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/frontend_emitter/emitter.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/frontend_emitter/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/frontend_emitter/session_context.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/grok_oauth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/grok_oauth/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/grok_oauth/oauth_flow.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/grok_oauth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/grok_oauth/utils.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/herdr/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/herdr/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/herdr/client.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/herdr/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/herdr/reporter.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/herdr/smoke.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/herdr/sources.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/hook_creator/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/hook_creator/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/hook_manager/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/hook_manager/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/hook_manager/hooks_menu.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/hook_manager/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/meta_oauth/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/meta_oauth/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/meta_oauth/oauth_flow.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/meta_oauth/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/meta_oauth/utils.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/namespace_skill_search/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/namespace_skill_search/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/namespace_skill_search/namespaces.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/namespace_skill_search/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/namespace_skill_search/search_tool.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/no_tools/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/no_tools/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/oauth_pasteback.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/oauth_puppy_html.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/obsidian_agent/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/obsidian_agent/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/obsidian_agent/agent_obsidian.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/obsidian_agent/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/ollama/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/ollama/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/ollama_setup/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/ollama_setup/completer.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/ollama_setup/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/plugin_list/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/plugin_list/plugin_contributions.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/plugin_list/plugin_meta.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/plugin_list/plugin_text_utils.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/plugin_list/plugins_menu.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/plugin_list/plugins_menu_layout.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/plugin_list/plugins_menu_render.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/plugin_list/project_trust_flow.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/plugin_list/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/pop_command/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/pop_command/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/prompt_newline/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/prompt_newline/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/prompt_newline/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/prune/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/prune/prune_menu.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/prune/prune_model.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/prune/prune_render.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/prune/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/commands.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/kennel.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/packer.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/recorder.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/retriever.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/schema.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/state.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/tools.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_kennel/wings.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_spinner/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_spinner/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_spinner/builtin_frames.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_spinner/commands.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_spinner/picker.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_spinner/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/puppy_spinner/spinners.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/quick_resume/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/quick_resume/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/review_pr/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/review_pr/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/shell_safety/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/shell_safety/agent_shell_safety.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/shell_safety/command_cache.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/shell_safety/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/stack_dump/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/stack_dump/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/statusline/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/statusline/config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/statusline/payload.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/statusline/prompt_patch.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/statusline/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/statusline/runner.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/statusline/statusline_command.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/steer_queue/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/steer_queue/queue_menu.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/steer_queue/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/subagent_panel/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/subagent_panel/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/subagent_panel/coalesce_patch.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/subagent_panel/panel_render.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/subagent_panel/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/subagent_panel/resume_repaint.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/subagent_panel/state.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/switch_agent_resume/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/switch_agent_resume/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/theme/README.md +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/theme/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/theme/bundled_palettes.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/theme/content_styles.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/theme/osc_palette.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/theme/picker.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/theme/prompt_toolkit_theme.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/theme/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/theme/rich_themes.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/theme/themes.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/timestamp_heartbeat/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/timestamp_heartbeat/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/token_ratio_learner/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/token_ratio_learner/ratios.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/token_ratio_learner/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/universal_constructor/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/universal_constructor/models.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/universal_constructor/provider.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/universal_constructor/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/universal_constructor/registry.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/universal_constructor/sandbox.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/wide_completion_menu/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/wide_completion_menu/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/wiggum/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/wiggum/goal_runs.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/wiggum/judge.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/wiggum/judge_config.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/wiggum/judges_menu.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/wiggum/register_callbacks.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/wiggum/state.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/yolo_cli/__init__.py +0 -0
- {code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/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.4
|
|
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
|
|
@@ -14,6 +14,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
16
|
Requires-Python: <3.15,>=3.11
|
|
17
|
+
Requires-Dist: httpx<1,>=0.24.1
|
|
17
18
|
Description-Content-Type: text/markdown
|
|
18
19
|
|
|
19
20
|
# Code Puppy Core Plugins
|
|
@@ -156,8 +156,8 @@ def _fetch_remote_json(url: str) -> Optional[dict[str, Any]]:
|
|
|
156
156
|
f"{e.response.status_code} {e.response.reason_phrase}"
|
|
157
157
|
)
|
|
158
158
|
return None
|
|
159
|
-
except
|
|
160
|
-
logger.
|
|
159
|
+
except httpx.TransportError as e:
|
|
160
|
+
logger.debug(f"Remote catalog network failure: {e}")
|
|
161
161
|
return None
|
|
162
162
|
except json.JSONDecodeError as e:
|
|
163
163
|
logger.warning(f"Remote catalog returned invalid JSON: {e}")
|
|
@@ -296,7 +296,7 @@ def fetch_remote_catalog(force_refresh: bool = False) -> Optional[RemoteCatalogD
|
|
|
296
296
|
f"(cache_path={_CACHE_PATH}, fresh={cache_fresh})"
|
|
297
297
|
)
|
|
298
298
|
else:
|
|
299
|
-
logger.
|
|
299
|
+
logger.debug("No cache present; fetching remote skills catalog")
|
|
300
300
|
|
|
301
301
|
remote_raw = _fetch_remote_json(SKILLS_JSON_URL)
|
|
302
302
|
if remote_raw is not None:
|
|
@@ -309,7 +309,7 @@ def fetch_remote_catalog(force_refresh: bool = False) -> Optional[RemoteCatalogD
|
|
|
309
309
|
|
|
310
310
|
# Offline fallback: use cache even if expired.
|
|
311
311
|
if _CACHE_PATH.exists():
|
|
312
|
-
logger.
|
|
312
|
+
logger.debug(
|
|
313
313
|
"Remote fetch failed; falling back to cached skills catalog "
|
|
314
314
|
f"(even if expired): {_CACHE_PATH}"
|
|
315
315
|
)
|
|
@@ -318,5 +318,5 @@ def fetch_remote_catalog(force_refresh: bool = False) -> Optional[RemoteCatalogD
|
|
|
318
318
|
return None
|
|
319
319
|
return _parse_catalog(cached)
|
|
320
320
|
|
|
321
|
-
logger.
|
|
321
|
+
logger.debug("Remote fetch failed and no cache is available")
|
|
322
322
|
return None
|
|
@@ -13,12 +13,14 @@ Public API:
|
|
|
13
13
|
)
|
|
14
14
|
|
|
15
15
|
If the remote catalog can't be fetched (and there's no cache), the catalog is
|
|
16
|
-
empty by default
|
|
16
|
+
empty by default. Loading is deferred until a catalog-backed operation needs it.
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import logging
|
|
22
|
+
import threading
|
|
23
|
+
import time
|
|
22
24
|
from dataclasses import dataclass, field
|
|
23
25
|
from pathlib import Path
|
|
24
26
|
from typing import List, Optional
|
|
@@ -26,6 +28,7 @@ from typing import List, Optional
|
|
|
26
28
|
from code_puppy_core_plugins.agent_skills.remote_catalog import fetch_remote_catalog
|
|
27
29
|
|
|
28
30
|
logger = logging.getLogger(__name__)
|
|
31
|
+
_RETRY_DELAY_SECONDS = 60
|
|
29
32
|
|
|
30
33
|
|
|
31
34
|
_ACRONYMS = {
|
|
@@ -133,47 +136,59 @@ class SkillCatalog:
|
|
|
133
136
|
self._entries: list[SkillCatalogEntry] = []
|
|
134
137
|
self._by_id: dict[str, SkillCatalogEntry] = {}
|
|
135
138
|
self._by_category: dict[str, list[SkillCatalogEntry]] = {}
|
|
139
|
+
self._loaded = False
|
|
140
|
+
self._next_retry_at = 0.0
|
|
141
|
+
self._load_lock = threading.Lock()
|
|
136
142
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
logger.warning(f"Failed to fetch remote catalog: {e}")
|
|
142
|
-
remote = None
|
|
143
|
-
|
|
144
|
-
if remote is None:
|
|
145
|
-
logger.warning(
|
|
146
|
-
"Remote skill catalog unavailable (no network and no cache). "
|
|
147
|
-
"Catalog will be empty."
|
|
148
|
-
)
|
|
143
|
+
def _load(self) -> None:
|
|
144
|
+
"""Load the optional remote catalog, retrying after bounded failures."""
|
|
145
|
+
|
|
146
|
+
if self._loaded or time.monotonic() < self._next_retry_at:
|
|
149
147
|
return
|
|
150
148
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
149
|
+
with self._load_lock:
|
|
150
|
+
if self._loaded or time.monotonic() < self._next_retry_at:
|
|
151
|
+
return
|
|
152
|
+
|
|
153
|
+
try:
|
|
154
|
+
remote = fetch_remote_catalog()
|
|
155
|
+
except Exception as e:
|
|
156
|
+
logger.debug(f"Failed to fetch remote catalog: {e}")
|
|
157
|
+
self._next_retry_at = time.monotonic() + _RETRY_DELAY_SECONDS
|
|
158
|
+
return
|
|
159
|
+
|
|
160
|
+
if remote is None:
|
|
161
|
+
logger.debug("Remote skill catalog unavailable; catalog will be empty.")
|
|
162
|
+
self._next_retry_at = time.monotonic() + _RETRY_DELAY_SECONDS
|
|
163
|
+
return
|
|
164
|
+
|
|
165
|
+
entries: list[SkillCatalogEntry] = []
|
|
166
|
+
|
|
167
|
+
for remote_entry in remote.entries:
|
|
168
|
+
skill_id = remote_entry.name
|
|
169
|
+
entry = SkillCatalogEntry(
|
|
170
|
+
id=skill_id,
|
|
171
|
+
name=remote_entry.name,
|
|
172
|
+
display_name=_format_display_name(remote_entry.name),
|
|
173
|
+
description=remote_entry.description,
|
|
174
|
+
category=remote_entry.group,
|
|
175
|
+
tags=[],
|
|
176
|
+
source_path=None,
|
|
177
|
+
has_scripts=remote_entry.has_scripts,
|
|
178
|
+
has_references=remote_entry.has_references,
|
|
179
|
+
file_count=remote_entry.file_count,
|
|
180
|
+
download_url=remote_entry.download_url,
|
|
181
|
+
zip_size_bytes=remote_entry.zip_size_bytes,
|
|
182
|
+
)
|
|
183
|
+
entries.append(entry)
|
|
184
|
+
|
|
185
|
+
self._rebuild_indices(entries)
|
|
186
|
+
self._loaded = True
|
|
187
|
+
|
|
188
|
+
logger.info(
|
|
189
|
+
f"Loaded remote skill catalog: {len(self._entries)} skills in "
|
|
190
|
+
f"{len(self._by_category)} categories"
|
|
168
191
|
)
|
|
169
|
-
entries.append(entry)
|
|
170
|
-
|
|
171
|
-
self._rebuild_indices(entries)
|
|
172
|
-
|
|
173
|
-
logger.info(
|
|
174
|
-
f"Loaded remote skill catalog: {len(self._entries)} skills in "
|
|
175
|
-
f"{len(self._by_category)} categories"
|
|
176
|
-
)
|
|
177
192
|
|
|
178
193
|
def _rebuild_indices(self, entries: list[SkillCatalogEntry]) -> None:
|
|
179
194
|
"""Rebuild internal lookup indices from the loaded entries."""
|
|
@@ -198,12 +213,14 @@ class SkillCatalog:
|
|
|
198
213
|
def list_categories(self) -> List[str]:
|
|
199
214
|
"""List all categories."""
|
|
200
215
|
|
|
216
|
+
self._load()
|
|
201
217
|
categories = {e.category for e in self._entries if e.category}
|
|
202
218
|
return sorted(categories, key=lambda c: c.casefold())
|
|
203
219
|
|
|
204
220
|
def get_by_category(self, category: str) -> List[SkillCatalogEntry]:
|
|
205
221
|
"""Return all entries in a category (case-insensitive)."""
|
|
206
222
|
|
|
223
|
+
self._load()
|
|
207
224
|
if not category:
|
|
208
225
|
return []
|
|
209
226
|
return list(self._by_category.get(category.casefold(), []))
|
|
@@ -211,6 +228,7 @@ class SkillCatalog:
|
|
|
211
228
|
def search(self, query: str) -> List[SkillCatalogEntry]:
|
|
212
229
|
"""Search by substring over id/name/display_name/description/tags/category."""
|
|
213
230
|
|
|
231
|
+
self._load()
|
|
214
232
|
q = (query or "").strip().casefold()
|
|
215
233
|
if not q:
|
|
216
234
|
return self.get_all()
|
|
@@ -234,6 +252,7 @@ class SkillCatalog:
|
|
|
234
252
|
def get_by_id(self, skill_id: str) -> Optional[SkillCatalogEntry]:
|
|
235
253
|
"""Get a skill entry by id (case-sensitive exact match)."""
|
|
236
254
|
|
|
255
|
+
self._load()
|
|
237
256
|
if not skill_id:
|
|
238
257
|
return None
|
|
239
258
|
return self._by_id.get(skill_id)
|
|
@@ -241,6 +260,7 @@ class SkillCatalog:
|
|
|
241
260
|
def get_all(self) -> List[SkillCatalogEntry]:
|
|
242
261
|
"""Return all entries."""
|
|
243
262
|
|
|
263
|
+
self._load()
|
|
244
264
|
return list(self._entries)
|
|
245
265
|
|
|
246
266
|
|
|
@@ -4,10 +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.4"
|
|
8
8
|
description = "Official plugin bundle for Code Puppy"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11,<3.15"
|
|
11
|
+
dependencies = [
|
|
12
|
+
"httpx>=0.24.1,<1",
|
|
13
|
+
]
|
|
11
14
|
license = {text = "MIT"}
|
|
12
15
|
authors = [{name = "Michael Pfaffenberger"}]
|
|
13
16
|
classifiers = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/agent.py
RENAMED
|
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
|
{code_puppy_core_plugins-0.0.2 → code_puppy_core_plugins-0.0.4}/code_puppy_core_plugins/acp/state.py
RENAMED
|
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
|