MCPcopy Create free account

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

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

↓ 3 callersFunctionlist_codex_subagents
List all available Codex custom agents.
modules/agents/subagent_router.py:141
↓ 3 callersMethodlist_messages
(self, session_id, directory)
tests/test_multi_platform_runtime.py:565
↓ 3 callersMethodlist_runs_page
( self, *, status: Optional[str] = None, run_type: Optional[str] = None,
core/scheduled_tasks.py:1012
↓ 3 callersMethodlist_scheduled_tasks_page
( self, *, status: Optional[str] = None, query: Optional[str] = None,
storage/background.py:417
↓ 3 callersMethodlist_watches_page
( self, *, status: Optional[str] = None, query: Optional[str] = None,
storage/background.py:508
↓ 3 callersFunctionloadAllPlatformsData
(force = false)
ui/src/components/steps/ChannelList.tsx:781
↓ 3 callersFunctionloadAllUsers
()
ui/src/components/steps/UserList.tsx:484
↓ 3 callersFunctionloadCodes
()
ui/src/components/steps/UserList.tsx:128
↓ 3 callersFunctionload_codex_subagent
( name: str, search_root: Optional[Path] = None, project_root: Optional[Path] = None, )
modules/agents/subagent_router.py:173
↓ 3 callersMethodmark_turn_complete
(self, context)
tests/test_message_dispatcher_scheduled.py:77
↓ 3 callersMethodmaybe_reload
(self)
config/discovered_chats.py:66
↓ 3 callersMethodmaybe_reload
Reload from SQLite if another connection has committed changes.
config/v2_settings.py:463
↓ 3 callersFunctionmediaDownloadHref
(url: string)
ui/src/lib/downloadMedia.ts:29
↓ 3 callersFunctionmergePage
(next: ShowPage)
ui/src/components/ShowPagesPage.tsx:310
↓ 3 callersFunctionmodelOptionLabel
(model: string, labels?: Record<string, string>)
ui/src/lib/backendModels.ts:12
↓ 3 callersFunctionnormalize_agent_name
(name: str)
core/vibe_agents.py:38
↓ 3 callersFunctionnormalize_preview_text
(text: str)
modules/agents/native_sessions/base.py:34
↓ 3 callersFunctiononDelete
()
ui/src/components/workbench/AgentsPage.tsx:191
↓ 3 callersFunctiononSave
()
ui/src/components/settings/providers/CodexProviderConfig.tsx:160
↓ 3 callersFunctionopencode_permission_allowed
Whether an OpenCode config probe already grants full tool-call permission. Single source of truth for the "Allow tool calls" state. Without a con
vibe/api.py:2261
↓ 3 callersFunctionorigin_service_for_pairing
(config: V2Config | None = None)
vibe/remote_access.py:696
↓ 3 callersFunctionparse_agent_file
(path: Path, *, backend: str)
core/vibe_agents.py:471
↓ 3 callersFunctionparse_json_blob
(blob: str)
modules/agents/native_sessions/base.py:111
↓ 3 callersFunctionpatchSessionRow
( prev: Record<string, ProjectSessionsState>, sessionId: string, patch: (session: WorkbenchSession) => W
ui/src/context/WorkbenchProjectsContext.tsx:78
↓ 3 callersFunctionplatformHasCapability
( data: any, platform: string, capability: keyof PlatformCapabilities )
ui/src/lib/platforms.ts:180
↓ 3 callersFunctionprepare
(output_root: Path, reset_mode: str = "none")
scripts/prepare_regression.py:670
↓ 3 callersMethodprewarm_session
(self, session_id: str, *, base_path: str | None = None)
core/show_runtime.py:196
↓ 3 callersFunctionpublic_url
(share_id: str | None, *, config: V2Config | None = None)
core/show_pages.py:163
↓ 3 callersFunctionquoteWindowsCmdArgument
(value)
npm/avibe/bin/avibe.js:216
↓ 3 callersFunctionread_all_global_agents_md
Return the editor seed for every known backend, in catalog order.
vibe/global_agents_md.py:98
↓ 3 callersFunctionreconcile
(config: V2Config | None = None)
vibe/remote_access.py:615
↓ 3 callersMethodreconcile_watches
(self)
core/watches.py:456
↓ 3 callersFunctionrecord_duration
(name: str, duration: float)
vibe/restart_supervisor.py:250
↓ 3 callersFunctionredirect
(location: str, code: int = 302)
vibe/ui_compat.py:120
↓ 3 callersFunctionrefresh_state
(platform: str, *, refresh_scope: str | None = None, db_path: Path | None = None)
core/chat_discovery.py:224
↓ 3 callersFunctionregister_claude_owned_process
( client: object | None, *, native_session_id: str | None = None, owner: str = AVIBE_CLAUDE_SE
modules/agents/claude_process_reaper.py:128
↓ 3 callersFunctionrelativeFromIso
(value?: string | null)
ui/src/components/Dashboard.tsx:31
↓ 3 callersFunctionrelease_service_instance_lock
()
vibe/runtime.py:265
↓ 3 callersMethodreload_runtime_config
( self, *, binary: str, port: int, request_timeout_seconds: int, )
modules/agents/opencode/server.py:305
↓ 3 callersMethodremember_request
(self, request: AgentRequest)
modules/agents/codex/turn_state.py:39
↓ 3 callersMethodremove_agent_session
(self, user_id: str, agent_name: str, thread_id: str)
config/v2_sessions.py:455
↓ 3 callersFunctionremove_opencode_custom_provider
( provider_id: str, *, home: Path | None = None, logger_instance: Optional[logging.Logger] = N
vibe/opencode_config.py:752
↓ 3 callersFunctionrenderRows
(list: SkillBrief[], inherited?: boolean)
ui/src/components/workbench/SkillsPage.tsx:220
↓ 3 callersFunctionreset
()
ui/src/components/workbench/skills/AddSkillDialog.tsx:47
↓ 3 callersFunctionresetToIdle
()
ui/src/components/settings/BackendOAuthPanel.tsx:114
↓ 3 callersFunctionresolveTheme
(mode: ThemeMode)
ui/src/context/ThemeContext.tsx:31
↓ 3 callersMethodresolve_vibe_agent_for_context
(self, context, override_agent_name=None, required=False)
tests/test_message_handler_typing.py:206
↓ 3 callersFunctionrouting_to_compat_dict
Serialize routing with legacy read-only aliases derived from canonical fields.
config/v2_settings.py:258
↓ 3 callersMethodrun
(self)
tests/test_workbench_only_runtime.py:70
↓ 3 callersFunctionruntime_root
(repo_root: Path)
scripts/incus_regression.py:202
↓ 3 callersFunctionsanitize_process_output
Strip ANSI/control sequences so parsing works across TTY and non-TTY flows.
core/agent_auth_service.py:240
↓ 3 callersFunctionsaveChatMessageFontSize
(fontSize: number)
ui/src/components/settings/SettingsMessagingPage.tsx:129
↓ 3 callersFunctionscenario
()
tests/test_inbox_events.py:30
↓ 3 callersFunctionscheduleRefreshFollowup
(platformId: string, all?: boolean)
ui/src/components/steps/ChannelList.tsx:455
↓ 3 callersMethodsend_command
Send a slash-style text command and wait for reply. Args: command: Command name without slash (e.g., "start", "cwd")
tests/e2e/drivers/base.py:98
↓ 3 callersMethodsend_message
(self, context, text, parse_mode=None, reply_to=None)
tests/test_controller_platform_reconcile.py:42
↓ 3 callersMethodsend_slash_response
Send response to a slash command via response_url
modules/im/slack.py:4065
↓ 3 callersFunctionsend_web_push
Send one Web Push payload. The pywebpush dependency is imported lazily so tests that only exercise key generation or subscription APIs do not
core/web_push.py:119
↓ 3 callersMethodset_channel_routing
Set channel routing override.
modules/settings_manager.py:429
↓ 3 callersMethodset_cwd
(self, base_session_id: str, cwd: str)
modules/agents/codex/session.py:49
↓ 3 callersMethodset_enabled
(self, watch_id: str, enabled: bool)
core/watches.py:243
↓ 3 callersMethodset_session_key
(self, base_session_id: str, session_key: str)
modules/agents/codex/session.py:41
↓ 3 callersMethodset_settings_manager
(self, settings_manager)
tests/test_workbench_only_runtime.py:49
↓ 3 callersFunctionset_state_meta
(key: str, value: Any, *, db_path: Path | None = None, now: str | None = None)
core/chat_discovery.py:210
↓ 3 callersFunctionshowApplyResult
(savedConfig: any)
ui/src/components/settings/SettingsPlatformsPage.tsx:108
↓ 3 callersFunctionshow_event_write_token
(session_id: str)
core/show_pages.py:94
↓ 3 callersFunctionsort_catalog_models
(models: Iterable[str])
vibe/claude_model_catalog.py:79
↓ 3 callersMethodstop
(self)
core/show_runtime.py:291
↓ 3 callersFunctionsupported_platform_ids
()
config/platform_registry.py:283
↓ 3 callersMethodsync_builtin_default_agent
(self, *, backend: str, backend_enabled: bool, name: str | None = None)
core/vibe_agents.py:325
↓ 3 callersFunctiontenant_user_bash
(command: str, *args: str)
scripts/incus_tenant.py:543
↓ 3 callersMethodto_dict
(self)
config/v2_sessions.py:48
↓ 3 callersMethodtry_record_runtime_event
Atomically claim a short-lived runtime event.
config/v2_sessions.py:578
↓ 3 callersFunctionui_server_healthy
(host: str, port: int, timeout: float = 0.5)
vibe/runtime.py:905
↓ 3 callersFunctionunbracket_host
(host: str)
scripts/incus_regression.py:329
↓ 3 callersFunctionunbracket_host
(host: str)
scripts/incus_tenant.py:157
↓ 3 callersFunctionunreadOf
(s: InboxSession)
ui/src/components/workbench/InboxPage.tsx:38
↓ 3 callersMethodunsubscribe
(self, sub_id: int)
core/inbox_events.py:38
↓ 3 callersFunctionupdateConfig
(channelId: string, patch: Partial<ChannelConfig>)
ui/src/components/steps/ChannelList.tsx:699
↓ 3 callersMethodupdate_callback_status
( self, run_id: str, *, status: str, error: Optional[str] = None,
core/scheduled_tasks.py:964
↓ 3 callersMethodupdate_run_status
( self, run_id: str, *, status: str, updated_at: str, started_
storage/background.py:861
↓ 3 callersMethodupdate_task
( self, task_id: str, *, name: Optional[str], session_key: str,
core/scheduled_tasks.py:664
↓ 3 callersFunctionuploadFiles
(files: File[])
ui/src/components/workbench/Composer.tsx:323
↓ 3 callersMethodupload_file_to_cdn
( self, base_url: str, token: str, cdn_base_url: str, to_user_id: str,
modules/im/wechat.py:225
↓ 3 callersMethodupload_video_from_path
Upload a video via CDN and send it as a native video message.
modules/im/wechat.py:835
↓ 3 callersMethodupsert_watch
(self, payload: dict[str, Any])
storage/background.py:548
↓ 3 callersFunctionuseBackendRuntime
({ backend, defaultCli, deferRestart = false, }: UseBackendRuntimeOptions)
ui/src/components/settings/shared/useBackendRuntime.ts:88
↓ 3 callersFunctionuseTheme
()
ui/src/context/ThemeContext.tsx:126
↓ 3 callersMethodvalidate_bind_code
Validate a bind code. Returns the BindCode if valid, None otherwise.
config/v2_settings.py:735
↓ 3 callersFunctionvalidate_slug
(slug: str)
scripts/incus_regression.py:142
↓ 3 callersFunctionwait_for_service_pid
(pid: int, timeout: float = SERVICE_LOCK_READY_TIMEOUT_SECONDS)
vibe/runtime.py:691
↓ 3 callersMethodwait_stopped
Wait for the periodic checker task to finish after cancellation.
core/update_checker.py:250
↓ 3 callersFunctionwithSecretDrafts
( section: SecretSection, drafts: Record<string, string | null | undefined> )
ui/src/lib/secretFields.ts:35
↓ 3 callersFunctionwithoutConfiguredSecretMarker
(section: SecretSection, field: string)
ui/src/lib/secretFields.ts:44
↓ 3 callersFunctionwriteSelfNpmVibeShim
(bin)
npm/avibe/test/cli.test.js:35
↓ 3 callersFunctionwrite_claude_oauth_settings_backup
Persist a rollback copy of Claude settings env before OAuth cleanup. OAuth setup has to remove API-key/base-url overrides from Claude Code's
vibe/claude_config.py:206
↓ 3 callersFunctionyaml_block
(value: str, indent: int = 6)
scripts/incus_tenant.py:194
↓ 2 callersMethod__init__
(self, *, fail_first_send: bool = False, upload_id: str = "file-1")
tests/test_message_dispatcher_result_fallback.py:31
↓ 2 callersMethod__init__
(self)
tests/test_agent_service.py:78
↓ 2 callersMethod__init__
(self)
tests/test_opencode_server.py:85
← previousnext →1,601–1,700 of 10,036, ranked by callers