MCPcopy Create free account

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

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

↓ 2 callersFunctioncmd_agent_set_enabled
(args, *, enabled: bool)
vibe/cli.py:2488
↓ 2 callersFunctioncmd_start
()
vibe/cli.py:4291
↓ 2 callersFunctioncmd_task_set_enabled
(task_id: str, enabled: bool)
vibe/cli.py:1823
↓ 2 callersFunctioncmd_watch_set_enabled
(watch_id: str, enabled: bool)
vibe/cli.py:3429
↓ 2 callersFunctioncommit
(next: string)
ui/src/components/workbench/ChatPage.tsx:1699
↓ 2 callersFunctioncommitRename
()
ui/src/components/workbench/WorkbenchSidebar.tsx:226
↓ 2 callersFunctioncommitRename
()
ui/src/components/workbench/ProjectsPage.tsx:97
↓ 2 callersFunctionconfig_to_payload
(config: V2Config, *, include_secrets: bool = False)
vibe/api.py:901
↓ 2 callersFunctionconfirm
()
ui/src/components/workbench/ArchiveSessionDialog.tsx:83
↓ 2 callersMethodconversations_open
(self, users)
tests/test_slack_dm_mentions.py:286
↓ 2 callersFunctioncopyCommand
(command: string)
ui/src/components/steps/TelegramConfig.tsx:93
↓ 2 callersMethodcreate_client
(config)
modules/im/factory.py:15
↓ 2 callersMethodcreate_config
(self, payload: dict[str, Any])
config/platform_registry.py:66
↓ 2 callersMethodcreate_session
(self, directory: str, title: Optional[str] = None)
modules/agents/opencode/server.py:1084
↓ 2 callersFunctiondeactivate
()
ui/src/lib/useIosKeyboardInset.ts:74
↓ 2 callersFunctiondecode_session_value
(value: Any)
storage/agent_session_rows.py:27
↓ 2 callersFunctiondefaultReasoningEfforts
()
ui/src/components/settings/providers/OpencodeProviderConfig.tsx:91
↓ 2 callersFunctiondefault_config
Build a fresh, un-completed default ``V2Config`` (never persisted here). Single source of truth for the "first run" config shape, shared by:
core/services/settings.py:44
↓ 2 callersMethoddelete_agent_session
( self, *, scope_key: str, agent_name: str, session_anchor: str, )
storage/sessions_service.py:443
↓ 2 callersMethoddelete_json
(self, path: str, timeout: int = 5)
tests/e2e/json_http_client.py:49
↓ 2 callersFunctiondeliveryLabel
(postTo: string | null | undefined, t: (k: string) => string)
ui/src/components/workbench/HarnessPage.tsx:1208
↓ 2 callersMethoddetach_after_deferred_refresh
Drop cached client state when a refresh must wait for active runs.
modules/agents/opencode/server.py:250
↓ 2 callersFunctiondetect_audio_mime_from_file
(path: Path)
core/audio_asr.py:67
↓ 2 callersFunctiondetect_audio_mime_from_sample
Detect high-confidence audio MIME metadata from file signature bytes.
core/audio_asr.py:36
↓ 2 callersFunctiondismiss
()
ui/src/components/workbench/SelectionQuoteToolbar.tsx:94
↓ 2 callersMethoddownload_file_to_path
(self, file_info, target_path)
tests/test_audio_asr.py:101
↓ 2 callersMethodedit_message
Edit an existing message Args: context: Message context message_id: ID of message to edit text: New text
modules/im/base.py:449
↓ 2 callersMethodemit_result
(self, text: str)
tests/scenario_harness/message_delivery.py:51
↓ 2 callersMethodemit_result_message
(self, *args, **kwargs)
tests/test_multi_platform_runtime.py:1594
↓ 2 callersMethodenqueue_definition_run
( self, *, definition_id: str, run_type: str, source_kind: str,
core/scheduled_tasks.py:810
↓ 2 callersFunctionensureToken
()
ui/src/lib/avibeFetch.ts:97
↓ 2 callersMethodensure_agent_session_id
( self, context: MessageContext, *, session_key: str, agent_name: str,
core/handlers/session_handler.py:1473
↓ 2 callersMethodensure_agent_session_id
Ensure a Vibe-owned agent-session row exists before native binding.
storage/sessions_service.py:230
↓ 2 callersMethodensure_agent_session_id
(self, request, *, session_anchor=None)
tests/test_codex_agent.py:27
↓ 2 callersFunctionensure_host_port_available
(host: str, port: int)
scripts/incus_regression.py:346
↓ 2 callersFunctionescapeMarkdownLabel
(value: string)
ui/src/lib/mentions.ts:59
↓ 2 callersFunctionescape_sql_like
Escape the LIKE/ILIKE metacharacters in *value* for use with ``escape="\\"``. Backslash first (so the escapes we add aren't re-escaped), then the
storage/db.py:11
↓ 2 callersFunctionexecCommandCopy
(text: string)
ui/src/components/AgentationToggle.tsx:22
↓ 2 callersFunctionexecutableNames
(name)
npm/avibe/bin/avibe.js:85
↓ 2 callersFunctionexercise
()
tests/test_im_proxy_unification.py:294
↓ 2 callersFunctionextOf
(name: string)
ui/src/lib/filePreview.ts:63
↓ 2 callersFunctionfailureSentence
(result: BackendAuthTestResult)
ui/src/components/settings/OpencodeProviderTestPanel.tsx:55
↓ 2 callersFunctionfailureSentence
(result: BackendAuthTestResult)
ui/src/components/settings/BackendTestPanel.tsx:65
↓ 2 callersFunctionfile_attachments_from_specs
Build ``FileAttachment`` objects from JSON file specs (already-local web uploads — ``{name, mimetype, path, size}``). Returns ``None`` when empty
core/workbench_media.py:144
↓ 2 callersMethodfind_base_session_id_for_thread
(self, thread_id: str)
modules/agents/codex/session.py:97
↓ 2 callersFunctionfind_opencode_model_info
( opencode_models: dict | None, provider_id: str | None, model_id: str | None, )
modules/agents/opencode/utils.py:63
↓ 2 callersFunctionfork_anchor_is_terminal_agent_output
Whether the reservation anchor already points at a completed agent row.
core/services/session_fork.py:461
↓ 2 callersMethodfork_session
( self, source_session_id: str, directory: str, message_id: Optional[str] = No
modules/agents/opencode/server.py:1101
↓ 2 callersFunctionfork_source_has_agent_output_after_anchor
Whether the source produced terminal agent output after the fork anchor.
core/services/session_fork.py:455
↓ 2 callersFunctionformatBytes
(bytes?: number | null)
ui/src/lib/filePreview.ts:94
↓ 2 callersMethodformat_assistant_message
Format assistant message
modules/im/formatters/base_formatter.py:264
↓ 2 callersFunctionformat_audio_transcript_echo
( transcripts: list[AudioTranscript], *, single_label: str, multiple_label: str, )
core/audio_asr.py:290
↓ 2 callersMethodformat_message
Compose a message from multiple lines Args: *lines: Variable number of lines to compose Returns: Formatted m
modules/im/formatters/base_formatter.py:90
↓ 2 callersMethodformat_result_message
Format result message. Format: ⏱️ Success: 2m 24s (when show_duration=True) ⏱️ Success (when show_duration=False)
modules/im/formatters/base_formatter.py:328
↓ 2 callersMethodformat_section_header
Format section header
modules/im/formatters/base_formatter.py:227
↓ 2 callersMethodfrom_dict
(cls, data: Dict[str, Any])
config/v2_sessions.py:74
↓ 2 callersFunctiongenerate
()
vibe/ui_server.py:5385
↓ 2 callersMethodget
(self, key, default=None)
tests/test_slack_app_mention_empty.py:111
↓ 2 callersMethodget
(self, _path)
tests/test_internal_client.py:147
↓ 2 callersFunctiongetExternalUrl
(platform: string)
ui/src/components/steps/PlatformSelection.tsx:147
↓ 2 callersFunctiongetPlatformDescriptor
(data: any, platform: string)
ui/src/lib/platforms.ts:177
↓ 2 callersFunctiongetSourceLabel
(sourceKey: string)
ui/src/components/steps/LogsPanel.tsx:124
↓ 2 callersFunctiongetWebPushDeviceId
()
ui/src/lib/webPush.ts:30
↓ 2 callersFunctiongetWebPushSupportState
()
ui/src/lib/webPush.ts:72
↓ 2 callersFunctionget_agent_backend_descriptor
Return the descriptor for *name* or raise ``ValueError``.
modules/agents/catalog.py:96
↓ 2 callersFunctionget_agent_display_name
(agent_name: Optional[str], fallback: Optional[str] = None)
modules/agents/__init__.py:8
↓ 2 callersMethodget_agent_model_from_config
Read agent's default model from user's opencode.json config file. This is a workaround for OpenCode server not using agent-specific models
modules/agents/opencode/server.py:1602
↓ 2 callersMethodget_agent_reasoning_effort_from_config
Read agent's reasoningEffort from user's opencode.json config file.
modules/agents/opencode/server.py:1627
↓ 2 callersMethodget_agent_session_row_id
(self, user_id: str, agent_name: str, thread_id: str)
config/v2_sessions.py:363
↓ 2 callersFunctionget_attachments_dir
()
config/paths.py:125
↓ 2 callersFunctionget_authenticated_login
(token: str | None)
skills/background-watch-hook/scripts/_github_wait_common.py:72
↓ 2 callersFunctionget_bot_qrcode
Fetch a new QR code from the iLink server. POST {base_url}/ilink/bot/get_bot_qrcode?bot_type={bot_type} Returns: dict with keys ``qr
modules/im/wechat_auth.py:55
↓ 2 callersMethodget_channel
(self, channel_id: str, platform: Optional[str] = None)
config/v2_settings.py:548
↓ 2 callersFunctionget_codex_home
Resolve the directory Codex actually reads ``config.toml`` from. Codex respects the ``CODEX_HOME`` environment variable (unlike most tools, t
vibe/codex_config.py:55
↓ 2 callersFunctionget_config_dir
()
config/paths.py:109
↓ 2 callersFunctionget_current_vibe_bin_dir
(vibe_path: str | None = None)
vibe/upgrade.py:438
↓ 2 callersMethodget_custom_cwd
(self, settings_key: Union[int, str])
modules/settings_manager.py:611
↓ 2 callersMethodget_default_config
(self, directory)
tests/test_ui_api.py:68
↓ 2 callersMethodget_default_parse_mode
(self)
modules/im/telegram.py:182
↓ 2 callersMethodget_im_client_for_context
(self, context: Optional[MessageContext] = None)
core/controller.py:868
↓ 2 callersMethodget_instance_if_managed_server_exists
( cls, binary: str = "opencode", port: int = DEFAULT_OPENCODE_PORT, request_ti
modules/agents/opencode/server.py:132
↓ 2 callersMethodget_job
(self, job_id)
tests/test_scheduled_tasks.py:45
↓ 2 callersMethodget_last_prompt_started_at
(self, session_id: str)
modules/agents/opencode/server.py:560
↓ 2 callersFunctionget_latest_version
Fetch latest version info from PyPI. Returns: {"current": str, "latest": str, "has_update": bool, "error": str|None}
vibe/cli.py:5412
↓ 2 callersFunctionget_logs_dir
()
config/paths.py:117
↓ 2 callersFunctionget_opencode_auth_path
Return the absolute path to OpenCode's per-provider auth bundle. OpenCode stores ``{providerId: {type: "api"|"oauth", key?, ...}}`` at ``~/.l
vibe/opencode_config.py:970
↓ 2 callersFunctionget_opencode_providers_async
Return the OpenCode provider catalog.
vibe/api.py:5850
↓ 2 callersMethodget_provider_auth
(self)
tests/test_ui_api.py:818
↓ 2 callersMethodget_providers
(self)
tests/test_ui_api.py:812
↓ 2 callersMethodget_relative_path
Convert absolute path to relative path from working directory.
modules/agents/claude_agent.py:1096
↓ 2 callersMethodget_request_for_turn
(self, turn_id: str)
modules/agents/codex/turn_state.py:152
↓ 2 callersMethodget_run
(self, run_id)
tests/test_message_dispatcher_scheduled.py:266
↓ 2 callersMethodget_sessions_by_session_key
Return base_session_ids associated with a given session_key.
modules/agents/codex/session.py:60
↓ 2 callersMethodget_settings_manager_for_context
(self, context=None)
tests/test_claude_cli_path.py:90
↓ 2 callersFunctionget_show_pages_dir
()
config/paths.py:129
↓ 2 callersFunctionget_shutdown_intent_path
()
vibe/runtime.py:302
↓ 2 callersFunctionget_state_meta
(key: str, *, db_path: Path | None = None)
core/chat_discovery.py:200
↓ 2 callersMethodget_supported_platforms
Get list of supported platforms Returns: List of supported platform names
modules/im/factory.py:51
↓ 2 callersMethodget_turn_sink
(self, session_key: str)
core/controller.py:908
↓ 2 callersFunctionget_update_metadata_url
()
vibe/upgrade.py:267
← previousnext →2,301–2,400 of 10,036, ranked by callers