MCPcopy Create free account

hub / github.com/avibe-bot/avibe / functions

Functions10,036 in github.com/avibe-bot/avibe

↓ 2 callersMethod__init__
(self, path: Path)
tests/test_watches.py:675
↓ 2 callersMethod__setattr__
(self, name: str, value: Any)
vibe/ui_compat.py:38
↓ 2 callersMethod_active_claude_auth_clients
(self)
core/agent_auth_service.py:392
↓ 2 callersFunction_agent_home
(output_root: Path)
scripts/prepare_regression.py:318
↓ 2 callersFunction_agent_payload
Project a Claude/Codex config dict for the UI, masking the api_key. The UI surfaces *whether* a key is configured (and its length, so the use
vibe/api.py:863
↓ 2 callersFunction_agent_session_name_predicate
(agent_name: str)
storage/sessions_service.py:1081
↓ 2 callersFunction_agent_target_from_vibe_agent
(agent: Any, *, scope_row: Optional[dict[str, Any]])
core/services/agent_run_target.py:438
↓ 2 callersFunction_agent_value_warning_fields
Best-effort, non-fatal warnings when an Agent's model/effort is unknown. Cheap (file-based) check for claude/codex only; OpenCode availability is
vibe/cli.py:2379
↓ 2 callersFunction_api_url
(bot_token: str, method: str)
modules/im/telegram_api.py:13
↓ 2 callersMethod_append_attachment_errors
(message: str, errors: List[str])
core/handlers/message_handler.py:1057
↓ 2 callersFunction_architecture_token
(text: str | None)
vibe/cli.py:387
↓ 2 callersMethod_archive_manifest_path
(self)
core/show_runtime.py:836
↓ 2 callersFunction_askill_auto_update_disabled
Return whether the managed askill reconcile loop is explicitly disabled.
vibe/api.py:3282
↓ 2 callersFunction_atomic_write
(path: Path, content: str, *, mode: int = 0o600)
vibe/codex_config.py:255
↓ 2 callersMethod_attachment_id_can_anchor_delivery
(self, context: MessageContext)
core/message_dispatcher.py:429
↓ 2 callersMethod_auth_path
(self)
tests/test_save_opencode_provider_auth.py:40
↓ 2 callersFunction_auth_rate_limit_response
Minimal 429 for an abusive unauthenticated /auth client (no per-request work).
vibe/ui_server.py:1573
↓ 2 callersFunction_auth_rate_limited
True when the caller has exceeded the unauthenticated /auth request budget.
vibe/ui_server.py:1551
↓ 2 callersFunction_authoritative_session_workdir
Return ``agent_sessions.workdir`` and repair legacy blanks once. New sessions must be created with a workdir snapshot. This function exists f
core/services/agent_run_target.py:555
↓ 2 callersFunction_b64url_decode
(value: str)
vibe/ui_server.py:1169
↓ 2 callersFunction_backend_locked_response
Shared 409 payload for a rejected cross-backend session change.
vibe/ui_server.py:4460
↓ 2 callersFunction_backend_specific_value
(routing: RoutingSettings, backend: Optional[str], field: str)
config/v2_settings.py:99
↓ 2 callersFunction_backup_json_state
(state_dir: Path)
storage/importer.py:230
↓ 2 callersFunction_boot_app_config
(enabled: list[str])
tests/test_workbench_only_runtime.py:99
↓ 2 callersMethod_build_actions_blocks
(keyboard: InlineKeyboard)
modules/im/slack.py:540
↓ 2 callersFunction_build_base_info
Build the ``base_info`` payload included in every API request.
modules/im/wechat_api.py:104
↓ 2 callersMethod_build_button_blocks
( self, text: Optional[str], keyboard: InlineKeyboard, parse_mode: Optional[st
modules/im/slack.py:564
↓ 2 callersFunction_build_cdn_download_url
Build a CDN download URL from encrypted_query_param.
modules/im/wechat_cdn.py:152
↓ 2 callersFunction_build_children_map
(rows: list[ClaudeProcessRow])
modules/agents/claude_process_reaper.py:255
↓ 2 callersMethod_build_claude_system_prompt
( self, context: MessageContext, *, session_key: str, agent_name: str,
core/handlers/session_handler.py:912
↓ 2 callersFunction_build_common_headers
Build iLink metadata headers shared by GET and POST requests.
modules/im/wechat_api.py:112
↓ 2 callersMethod_build_current_time_line
Return the current local time with seconds and UTC offset.
core/handlers/message_handler.py:601
↓ 2 callersFunction_build_dispatch_payload
Translate the JSON payload into a ``(text, MessageContext)`` pair. Raises ``ValueError`` with a caller-friendly message when the payload is m
core/internal_server.py:539
↓ 2 callersMethod_build_input
Convert AgentRequest into Codex UserInput items.
modules/agents/codex/agent.py:1236
↓ 2 callersMethod_build_interaction_context
(self, interaction: discord.Interaction)
modules/im/discord.py:144
↓ 2 callersFunction_build_prompt
(prefix: Optional[str], body: Optional[str])
core/watches.py:746
↓ 2 callersMethod_build_quick_reply_keyboard
(self, context: MessageContext, buttons)
core/message_dispatcher.py:1050
↓ 2 callersMethod_build_restored_handle
(self, poll_info)
modules/agents/opencode/poll_loop.py:72
↓ 2 callersMethod_build_routing_backend_options_card
Build the step-2 routing card for a selected backend.
modules/im/feishu.py:2470
↓ 2 callersFunction_build_test_wheel
(fixtures_dir: Path, version: str)
tests/e2e/test_upgrade_command.py:32
↓ 2 callersMethod_build_user_info_line
Return user identity as [username<user_id>].
core/handlers/message_handler.py:611
↓ 2 callersFunction_cdn_error_message
(resp: aiohttp.ClientResponse, body: str)
modules/im/wechat_cdn.py:191
↓ 2 callersMethod_channel_looks_like_dm
(channel_id: Optional[str])
modules/im/slack.py:389
↓ 2 callersMethod_claim_generated_image_snapshot
(self, params: dict[str, Any], request: AgentRequest)
modules/agents/codex/event_handler.py:417
↓ 2 callersFunction_clean_relevant_env_values
(env_values: Dict[str, str])
vibe/claude_config.py:192
↓ 2 callersMethod_cleanup_tasks
(self)
modules/agents/codex/transport.py:148
↓ 2 callersMethod_clear_backend_sessions_for_context
(self, backend: str, context: MessageContext)
core/agent_auth_service.py:1690
↓ 2 callersMethod_clear_blocked_auto_update
(self)
core/update_checker.py:283
↓ 2 callersMethod_clear_claude_settings_env_for_logout
(self)
core/agent_auth_service.py:3127
↓ 2 callersFunction_clear_opencode_default_provider_if
Clear the saved OpenCode default if it points at ``provider_id``.
vibe/api.py:6496
↓ 2 callersMethod_clear_pending_claude_oauth_settings_backup
(self)
core/agent_auth_service.py:2991
↓ 2 callersFunction_cli_local_event_token_ok
The local CLI proves it's co-located with this service by signing the shared local secret. Same trust model as the show-event channel.
vibe/ui_server.py:290
↓ 2 callersFunction_cloudflare_headers
()
tests/test_ui_remote_access_auth.py:96
↓ 2 callersFunction_cloudflared_stderr_path
()
vibe/remote_access.py:76
↓ 2 callersFunction_cmd_restart_with_delay
(delay_seconds: float)
vibe/cli.py:5660
↓ 2 callersFunction_coalesced_agent_run_metadata
(rows: dict[str, Any], run_ids: list[str])
storage/background.py:114
↓ 2 callersFunction_codex_npm_install_env
(npm_path: str, *, prefix: str | Path | None = None)
vibe/api.py:357
↓ 2 callersFunction_codex_processes
Find live ``codex app-server`` subprocesses owned by the current user. The match must hit our resolved codex binary so unrelated tools that h
vibe/api.py:3921
↓ 2 callersFunction_coerce_agent_prompt_info
(agent: Any)
core/system_prompt_injection.py:301
↓ 2 callersFunction_collect_live_dispatch
()
tests/test_ui_show_pages.py:895
↓ 2 callersFunction_collect_messages
(messages)
tests/test_claude_sdk_compat.py:26
↓ 2 callersFunction_collect_replay
()
tests/test_ui_show_pages.py:864
↓ 2 callersFunction_columns
(bind, table: str)
storage/alembic/versions/20260601_0012_agent_status.py:33
↓ 2 callersFunction_columns
(bind, table: str)
storage/alembic/versions/20260531_0010_messages_source.py:29
↓ 2 callersFunction_columns
(bind, table: str)
storage/alembic/versions/20260531_0009_messages_type.py:24
↓ 2 callersFunction_command_has_flag_value
True if ``command`` passes ``flag value`` or ``flag=value`` (token-exact).
modules/agents/claude_process_reaper.py:195
↓ 2 callersFunction_command_has_resume
(command: str, native_session_id: str)
modules/agents/claude_process_reaper.py:206
↓ 2 callersFunction_compare_versions
Return True when *latest* is strictly greater than *current*. Honors PEP 440 / semver pre-release ordering when possible (e.g. ``0.77.1`` is
vibe/api.py:3785
↓ 2 callersFunction_compose_down
(compose_file: str, env: dict)
tests/e2e/conftest.py:48
↓ 2 callersFunction_compress_show_runtime_response
(content: bytes, headers: dict[str, str], starlette_request: FastAPIRequest)
vibe/ui_server.py:6688
↓ 2 callersFunction_config
()
scripts/incus_regression_supervisor.py:62
↓ 2 callersFunction_config_with_setup_state
(*, ready: bool)
tests/test_cli_setup_status.py:9
↓ 2 callersFunction_configured_opencode_provider_ids
( *, providers_raw: dict, auth_entries: dict, config_api_key_provider_ids: set[str] | None = N
vibe/api.py:5279
↓ 2 callersFunction_consume_jsonc_comment
(source: str, start: int)
vibe/opencode_config.py:201
↓ 2 callersFunction_copy_stream_atomically
(source: Any, target: Path)
vibe/remote_access.py:123
↓ 2 callersMethod_create_claude_control_client
( self, context: Optional[MessageContext] = None )
core/agent_auth_service.py:1039
↓ 2 callersMethod_create_formatter
(self, platform: str)
core/controller.py:328
↓ 2 callersMethod_create_platform_manager
(self, platform: str)
modules/settings_manager.py:519
↓ 2 callersFunction_create_show_page_record
(session_id: str, visibility: str)
tests/test_ui_show_pages.py:84
↓ 2 callersMethod_current_flat_scope_session_row_for_hint
(self, context: MessageContext, *, log_context: str = "session hint")
core/handlers/base.py:85
↓ 2 callersFunction_current_pr_status
(pr: dict[str, Any] | None)
skills/background-watch-hook/scripts/wait_pr.py:88
↓ 2 callersMethod_current_running_fork_point
(self, source_session_id: str)
modules/agents/opencode/session.py:150
↓ 2 callersMethod_cwd_inode
(cwd: str)
modules/agents/codex/agent.py:1389
↓ 2 callersFunction_dedupe_str_values
(values: Iterable[str])
vibe/claude_model_catalog.py:105
↓ 2 callersFunction_default_avibe_dir
(home: Path | None = None)
config/paths.py:16
↓ 2 callersFunction_default_cwd
()
scripts/prepare_regression.py:122
↓ 2 callersMethod_definition_counts
(self, definition_type: str, *, query: Optional[str] = None)
storage/background.py:779
↓ 2 callersFunction_definition_session_policy_for_update
( args, *, current_policy: Optional[str], current_schedule_type: str, next_schedule_type:
vibe/cli.py:2685
↓ 2 callersMethod_delete_ack_message_for_handle
( self, handle: ProcessingIndicatorHandle, *, request: Optional[Any] = None,
core/processing_indicator.py:303
↓ 2 callersMethod_delete_session_scope_keys
(self, scope_keys: set[str])
config/v2_sessions.py:327
↓ 2 callersMethod_diagnostic_payload_message
(payload: object)
modules/agents/opencode/server.py:569
↓ 2 callersFunction_disable_previous_endpoints
( conn: Connection, *, user_key: str, endpoint: str, previous_endpoints: list[str] | None,
storage/web_push_service.py:66
↓ 2 callersMethod_discard_pending_reaction
(self, composite_key: str)
modules/agents/claude_agent.py:960
↓ 2 callersMethod_disconnect_client
(self, client, composite_key: str)
modules/agents/claude_agent.py:278
↓ 2 callersMethod_disconnect_client
(self, client, composite_key: str)
core/handlers/session_handler.py:1193
↓ 2 callersFunction_discord_api_get_async
(bot_token: str, path: str, proxy_url: str | None = None)
vibe/api.py:1788
↓ 2 callersFunction_discord_api_get_via_aiohttp
(url: str, headers: dict, proxy: str)
vibe/api.py:1856
↓ 2 callersFunction_dispatch_round_trip
(body: dict)
tests/test_internal_server.py:231
↓ 2 callersFunction_doctor
Run diagnostic checks and return results in UI-compatible format. Returns: { "groups": [{"name": "...", "items": [{"status":
vibe/cli.py:3714
↓ 2 callersMethod_downloaded_archive_matches
(self, path: Path, archive: ShowRuntimeArchive)
core/show_runtime.py:657
← previousnext →1,701–1,800 of 10,036, ranked by callers