Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mistral-vibe-2.24.1-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: mistral-vibe Distribution: openSUSE Tumbleweed
Version: 2.24.1 Vendor: openSUSE
Release: 1.1 Build date: Wed Aug 12 15:37:05 2026
Group: Unspecified Build host: reproducible
Size: 8336595 Source RPM: mistral-vibe-2.24.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/mistralai/mistral-vibe
Summary: Minimal CLI coding agent by Mistral
Mistral Vibe is a command-line coding assistant powered by Mistral's
models. It provides a conversational interface to your codebase,
allowing you to use natural language to explore, modify, and interact
with your projects through a powerful set of tools.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Aug 11 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.24.1:
    - Added
    - Inline ghost-text completion for mid-prompt skills
    - `/clear` and `/new` accept an optional first prompt and
      show the resume id
    - Compacted conversation history is preserved
    - OpenTelemetry tracing configuration is now available
    - Changed
    - Default agent renamed to `ask` and defaults to accept-edits
    - Auto worktrees are named with a model
    - Faster resume by deferring sub-agent instantiation
    - Fixed
    - Surface MCP server startup failures to the user
    - Text selection is now visible in the chat input
    - Provider reasoning is replayed verbatim
    - Detect and retry incomplete LLM streams
    - Surface voice transcription errors instead of swallowing
      them
    - Proactively refresh expired MCP OAuth tokens
    - Theme switching is now responsive
    - Crash on undo of a large multiline insert in the chat input
    - Config modal headers stay visible on wrap, with a tighter
      layout
    - Trusting the cwd no longer untrusts `<cwd>/.vibe`
    - Home directory is no longer treated as a project root
    - Explain the fallback when the configured default model is
      invalid
    - Scope sensitive-file read grants and stop chat bypass
    - Git Bash paths no longer create bogus `C:\c\...`
      directories on Windows
    - Use POSIX separators when shortening home paths in display
    - `/clear` resume hint gated on session persistability
* Thu Aug 06 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.24.0:
    - Added
    - Admin config layer for shared/enforced config that applies
      over user config
    - "Default" (unpinned) model option in /model and /config to
      track the recommended model without pinning a specific
      alias
    - Server-side default model routing via experiment, never
      overriding explicit pins
    - LLM retries surfaced in ACP/VS Code conversations via
      _session/retrying notification
    - Explore subagent can load skills
    - Local sessions start in the selected worktree
    - User and project config layers compose; trusted project
      config overlays user config instead of replacing it
    - Startup duration telemetry (vibe.startup)
    - Changed
    - Experiment variants routed through the config schema;
      TOML/env/overrides now take precedence over GrowthBook
      assignments
    - Autocopy: keyboard copy shortcuts give feedback,
      double/triple-click drag improved, and
      autocopy_to_clipboard documented
    - Fixed
    - Drag-and-drop of files into the terminal when unfocused
      (iTerm2, Ghostty)
    - Subagent session handoff after compaction
    - Stale devstral-small thinking setting migrated to off
    - Noisy non-Vibe events dropped from Sentry
    - ACP returns max_turn_requests stop reason instead of
      erroring on turn limit
    - /resume listing speed no longer scales with total session
      count (persistent index)
* Thu Aug 06 2026 Matej Cepl <mcepl@cepl.eu>
  - Add warning_cleanup.patch suppressing warnings caused by
    build-environment and dependency compatibility
* Wed Aug 05 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.23.3:
    - Added
    - /retry command to retry an interrupted response
    - /rewind now lets you choose between forking and rewinding
      in place
    - LLM retries surfaced in the UI and logs
    - Read the config catalogue without an attached session
    - Changed
    - /status shows provider prompt-cache usage and discounts
      cached tokens from the session cost
    - Native copy hint on the clipboard notice
    - Fixed
    - Refused config change no longer wipes the picker
    - Git fsmonitor hook disabled in project context
    - Signed reasoning blocks preserved
    - Tab hint colored in config edit modal
    - UPX disabled in the PyInstaller specs
    - List formatting preserved when copying a selection from the
      TUI
    - Duplicate approval widget prevented when callbacks overlap
    - ACP usage update sent on session resume, fork, and new
    - Context token display updated on session resume
    - More frequent context window updates in ACP
    - Removed
    - Unreachable chat mode
  - Update to 2.23.2:
    - Added
    - Skill-creator built-in skill: a guided flow to author,
      update, and delete your own skills
    - Browser sign-in can target a custom login domain for
      self-hosted or private-gateway deployments
    - Session stats now track provider cache-hit (cached) tokens
    - Changed
    - Redesigned /config as a searchable, full-screen settings
      browser with typed edit modals and per-layer origin display
    - App-server protocol extended and packaged as a standalone
      vibe-app-server binary for desktop integration
    - Fixed
    - Cached-token counts now reported in session stats instead
      of always zero
    - Zed ACP packaging preserves symlinks by shipping .tar.gz
      archives
    - grep result chips open the correct file and no longer leak
      absolute host paths into context (ACP)
    - ACP /rewind truncates in place instead of forking
    - Extra fields in the whoami response no longer rejected
    - ACP session history sorted by recency
    - Blank permission prompt and duplicated user message in the
      ACP/VS Code webview
    - WhoAmI result again tolerates extra fields
  - Update to 2.23.1:
    - Fixed
    - Crash when @-mentioning a file, which aborted the turn
  - Update to 2.23.0:
    - Added
    - [A/B testing] OS-native managed shell tools
    - vibe mcp add and vibe mcp remove commands to add and remove
      remote MCP servers without editing TOML
    - Auto theme that follows terminal/OS appearance
    - ACP project links surface for desktop integration
    - Dense, grouped tool-call rendering in the TUI
    - Changed
    - Trust dialog now defaults to "Trust folder" and is
      simplified
    - Tool descriptions compressed to reduce context bloat
    - Smoother, faster scrolling in long conversations
    - Fixed unnecessary textual relayout computation on
      constant-size animation frames, removing lag spikes
    - Major internal refactor introducing a JSON-RPC 2.0 app
      server as the single runtime owner between delivery
      surfaces (TUI, -p, ACP) and the core engine, replacing
      direct AgentLoop/callback coupling with a typed, projected
      protocol
    - Fixed
    - Option+Left/Right word navigation in the chat input
    - Unsigned thinking blocks dropped on backend replay
    - SGR mouse protocol renegotiated when the emulator sends x10
      bytes
    - Crash on /resume delete confirmation
    - Empty mapping treated as absent in CONCAT/UNION config
      merge
    - LC_CTYPE used instead of LC_ALL in the bash tool
      environment
    - Chunk text emitted before its tool call in the streaming
      loop
    - Text selection guarded against detached widgets
    - OSError on over-long @-mention autocompletion candidates
    - MCP registry created when the first server is added via
      /mcp add
    - CLI conversation ID preserved after teleport
    - Data-retention link accessible to non-admins
* Mon Jul 27 2026 Matej Cepl <mcepl@cepl.eu>
  - Add history_properties_timeout.patch to decrease number of
    seeds for testing to avoid timeouting on the test.
  - Add fix_ui_tests.patch to adjust UI tests to match user input
    prefixing logic (gh#mistralai/mistral-vibe!976)
* Mon Jul 27 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.22.0:
    - Added
    - /new command as an alias for /clear
    - ACP review support: approve or revert agent changes from
      ACP clients, with live refresh
    - Changed
    - Full migration to ConfigOrchestrator for configuration
      handling
    - Defaults now filled at merge time via DefaultConfigLayer;
      config.toml stores only user-set values
    - Fixed
    - read_file no longer prompts for approval on plan files in
      plan mode
    - Benign Sentry noise suppressed (EIO, clean exits, broken
      pipe, transcription 401)
    - Exception on unsafe configuration read
    - Removed
    - Teleport context summary flag
* Mon Jul 20 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.21.0:
    - Added
    - Registry skills content store and manifest for skill
      discovery
    - Config schema exposed through ACP
    - Checkpointer engine state model, owner union, and pending
      hunks
    - Changed
    - [Breaking — hooks] Hooks graduated from experimental;
      hooks.toml is now stable. Every hook type is renamed:
      post_agent_turn → post_agent, before_tool → pre_tool,
      after_tool → post_tool (the hook_event_name payload field
      is renamed to match). Update existing hooks.toml files
      accordingly.
    - @file mentions now inject as read_file tool calls
    - Telemetry routed through client-side redaction
    - Models field migration from list to dict
    - VibeConfig cutover prep with persisted-config read and
      orchestrator SSL parity
    - Reduced feedback survey frequency for users who already
      responded
    - Fixed
    - Duplicate model aliases deduplicated instead of failing
      config load
    - UTF-8 BOM stripped in decode_safe
    - UTF-8 BOM stripped from SKILL.md before parsing frontmatter
    - MCP server connection errors now surface in the TUI
    - MCP discovery failures now surface in ACP sessions
    - stdin content no longer discarded when /dev/tty is
      unavailable
    - GitPython import deferred off the ACP startup path
    - @file mention suggestions stretched to full width
    - Blank line removed between approval options
    - Connector tool permission content scrolls instead of
      cropping
    - ConfigOrchestrator gained an explicit copy() for forking
    - Removed
    - enable_experimental_hooks config flag (and
      VIBE_ENABLE_EXPERIMENTAL_HOOKS env var); hooks now load
      unconditionally when declared
  - Update to 2.20.0:
    - Added
    - Warning when the Narrator is enabled without working audio
      output
    - Changed
    - Windows command prompt is now shell-aware
    - Hardened bash tool permissions and cross-platform shell
      handling
    - Rewind now triggers on a double Esc when the input is
      empty, with improved keybindings
    - Teleports now include summarized context
    - Renamed user plan labels (Teams → Team, Education
      → Student)
    - ask_user_question selection now works via mouse and
      supports free-text entry
    - Fixed
    - More robust SSE streaming in the generic backend
    - NoneType crash when stopping voice recording during
      a drain-timeout race
    - Windows ProactorEventLoop teardown tracebacks on /exit
    - MCP OAuth tokens are no longer dropped on transient refresh
      errors
* Fri Jul 10 2026 Matej Cepl <mcepl@cepl.eu>
  - Rename build-tests.patch to no_network.patch
    (gh#mistralai/mistral-vibe!893).
* Thu Jul 09 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.19.1:
    - Added
    - Experimental managed bash tool for running and tracking
      shell sessions
    - `--disabled-tools` CLI flag to turn off specific tools for
      a run
    - Per-tool description overrides via
      `<tools-dir>/prompts/<name>.md`
    - Setting to clear context when a plan is accepted
    - Discovered `AGENTS.md` files are now surfaced during
      `read_file` tool calls
    - Changed
    - Reactive compaction with a dedicated summary fallback and
      stricter summaries
    - User-invoked skills now load as a synthetic tool call
    - Tool config now merges via deep merge
    - MCP panel now refreshes silently in the background
    - Debounced the agent-switch spinner
    - Neutral color for keyboard shortcut hints
    - Falls back to the first available model when the active
      model is unknown
    - HTTP requests now honor CIDR notation in `NO_PROXY`
    - History now loads lazily on resume, and session writes are
      off the event loop
    - Faster startup by deferring heavy imports
    - PII and identifying paths are now scrubbed from Sentry
      reports
    - Fixed
    - Rewind now happens in place instead of forking the session
    - No longer includes pydantic URLs in error messages
    - Text can now be scrolled while selecting at the chat bottom
    - Click text selection is now scoped to word and paragraph
    - DuplicateIds crash when the recording UI starts twice
    - Git subprocess output is now decoded as UTF-8
    - Corrected the truncated indicator position and removed
      a duplicate fetch link
* Sat Jul 04 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.19.0:
    - Added
    - --worktree NAME option to create or reuse a git worktree
      and run inside it
    - Rewind support over ACP for both the agent and the host
    - Changed
    - Teleport URL in the CLI is now clickable
    - Raised the Leanstral context limit
    - Sentry auto integrations are now disabled
    - Fixed
    - Path prompt work is now offloaded from the UI thread
    - StopIteration crash in QuestionApp when submitting an empty
      multi-select
    - User message index now accounts for the deferred system
      prompt
    - No longer reports benign Sentry noise (KeyboardInterrupt
      and destroyed pending tasks)
  - Update to 2.18.4:
    - Changed
    - Whole-line content now shown in the edit diff
    - Declined or skipped tool calls now render as a muted square
    - Auto-approve now works in lean mode
    - Fixed
    - Session resume with --continue now matches the resolved
      working directory
    - Long tool call titles now wrap instead of being cropped
    - Duplicate mcp_servers names in config are now rejected
    - MarkupError crash when a tool error contained square
      brackets
    - Teleport now uses the matched GitHub remote
    - Raw compaction user messages are now preserved
    - ACP now honors default_agent on new and resumed sessions
    - Ambiguous teleport session creates are now retried
* Tue Jun 30 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.18.3:
    - Added
    - j/k navigation in selectable lists across the TUI
      (questions, theme picker, rewind, voice, MCP panels)
    - ask_confirmation_on_exit config option to prompt before
      quitting
    - Project-level .vibe/config.toml now persists config option
      changes
    - Changed
    - Consistent styling and casing for keyboard shortcut hints
      across the TUI
    - ask_user_question now supports more than 4 options and
      questions
    - Fixed
    - No longer prompts to log in for disabled MCP servers
    - Teleport diff no longer mutates the real git index
  - Update to 2.18.2:
    - Added
    - Sentry crash reporting for unhandled exceptions in the TUI
      (gated by enable_telemetry; off when telemetry is disabled)
    - Changed
    - Recoverable tool-call errors are now muted in the UI; only
      terminal errors render as a hard failure
    - Fixed
    - MarkupError crash when tool output contained square
      brackets
    - OpenTelemetry chat/LLM spans missing after Mistral Python
      SDK 2.4.10+ telemetry opt-in gate
  - Update to 2.18.1:
    - Added
    - /mcp add slash command for adding OAuth MCP servers
    - Petit chat animation idle pauses
    - Changed
    - Bare exit synonyms (exit, quit, :q, :quit) now treated as
      slash commands instead of prompts
    - Fixed
    - MCP OAuth login crash when keyring backend is un-loadable
  - Modified:
    - no_terminal.patch
* Sat Jun 27 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.18.0:
    - Added
    - Clickable URLs in web fetch and web search tool output
    - Context window usage display in tokens at the bottom of the
      TUI
    - Clipboard image paste support in the TUI (macOS)
    - Max generated tokens set_config_option in ACP
    - Changed
    - MCP OAuth authentication UX improvements in /mcp panel
    - Diff gutter and body split into separate widgets
    - Faster UI startup with lazy heavy imports
    - Improved connector performance with bootstrap caching
    - Fixed
    - macOS keychain access for Vibe credentials
    - Standalone denylist incorrectly blocking commands with
      heredocs
    - Copy selected text from prompt input and text areas
    - Repeated keyring requests in Vibe Code
    - Brew upgrade now always runs even when uv upgrade succeeds
    - Terminal kill/release bounding for ACP to prevent hangs
* Sat Jun 20 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.17.1:
    - Commands in `/help` are now listed alphabetically in both the
      CLI and ACP
    - `/teleport` is now always available and shows an explicit
      error when its prerequisites aren't met, instead of being
      hidden
  - Update to 2.17.0:
    - Added
    - `/mcp login`, `/mcp logout`, and `/mcp status` commands to
      authenticate OAuth-backed MCP servers from the TUI
    - `vibe --check-upgrade` to force an immediate update check
      and exit
    - `--yolo` as an alias for `--auto-approve`
    - ACP now accepts inline image content blocks
    - Changed
    - API keys are now stored in the OS keyring instead of plain
      text
    - Edit diff view now shows all replaced occurrences instead
      of just the first
    - Completion popup now uses a two-column layout
    - Chat messages now have right padding so text no longer
      collapses into the scrollbar
    - Faster CLI shutdown by deferring resource cleanup on exit
    - Fixed
    - Skill autocomplete popup now dismisses after Tab completion
    - Stdio MCP connections now persist across tool calls
    - Retryable 5xx responses from the Mistral backend are now
      retried instead of failing
* Tue Jun 16 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.16.1:
    - Added
    - ACP workspace trust gated behind the workspace-trust client
      capability
    - Changed
    - /resume now opens much faster
    - Startup update-failure message is now gentler and no longer
      alarms when an update can't be applied
* Mon Jun 15 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.16.0:
    - Added
    - Fuzzy search in slash command autocomplete
    - Syntax-highlighted, line-numbered, theme-aware diffs for
      file edits
    - Changed
    - `/resume` now scopes the session picker to the current
      folder
    - Clipboard copy confirmations now appear inline instead of
      stacking toast notifications
    - ACP teleports now use the client title as the Vibe Code
      project name when no explicit project name is co nfigured
    - Fixed
    - ACP max-output-token responses now stop gracefully with
      `max_tokens` instead of surfacing internal error s
    - Context-too-long responses wrapped as HTTP 422 are now
      classified correctly
    - SSE streams are parsed on CR/LF boundaries only, avoiding
      crashes on valid Unicode line separators in JS ON strings
    - CLI banner now shows the Free plan correctly
    - Mistral backend no longer sends reasoning content when
      model thinking is off
* Mon Jun 15 2026 Matej Cepl <mcepl@cepl.eu>
  - Add fix_tests.patch (gh#mistralai/mistral-vibe!796) which fixes
    test failures in build environments
* Fri Jun 12 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.15.0:
    - Added
    - **[Experimental]** `before_tool` and `after_tool` hooks:
      shell scripts declared in `hooks.toml` that fire around
      every tool call; hooks can deny the call, rewrite tool
      inputs, or append context to the output — enable with
      `enable_experimental_hooks = true`
    - Message queue: messages typed while the agent or a `!bash`
      command is running are queued and shown above the input;
      Esc pauses the queue, Ctrl+C drops the last queued message
      (LIFO), Enter flushes the queue when paused
    - Tool result output is now collapsed by default to keep
      responses scannable
    - Common read-only shell commands (`ls`, `cat`, `pwd`, etc.)
      are allowed without approval by default
    - Session deletion available directly from the resume picker
    - `[mcp_servers.auth]` block in config for per-server MCP
      authentication
    - Collapsed web tool output now shows the URL and search
      query at a glance
    - `max_turns` support exposed over ACP via
      `set_config_option`
    - Changed
    - Compaction now re-injects prior user messages so the agent
      retains the original task goals across context resets
    - **[Breaking — experimental hooks]** `post_agent_turn`
      retries no longer use exit code `2`; hooks must now exit
      `0` and return `{"decision": "deny", "reason": "..."}` on
      stdout to trigger a retry — exit code `2` is treated as
      a failure
    - Model refusal stop reason is now surfaced to the user
      instead of stopping silently
    - Fixed
    - CLI UI no longer goes blank during app switches
    - User messages are preserved correctly across repeated
      compactions
    - Non-UTF-8 input is handled gracefully across all CLI
      surfaces
    - `--resume` now shows history when launched from a dangerous
      directory
    - Startup no longer crashes in unowned folders or when a git
      ancestor is unreadable
    - Plain-string answers from `web_search` are handled without
      crashing
    - NaN SGR mouse reports no longer leak into the chat input
* Wed Jun 10 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.14.1:
    - Added
    - /teleport slash command exposed over ACP, mirroring the TUI
      command for IDE integrations
    - Startup prompt to install a pending Vibe update before
      continuing the session
    - Fixed
    - JetBrains IDEs no longer trigger a preemptive auth prompt
      over ACP and no longer drop terminal arguments
    - Initial ACP slash-command advertisement is delayed so Zed
      registers commands like /help instead of rejecting them
    - Built-in tool prompts no longer reference the removed
      search_replace name and now point to edit
  - Update to 2.14.0:
    - Added
    - Image attachments via @-mentions in the TUI for
      vision-capable models
    - Session deletion, exposed over ACP as the session/delete
      extension method
    - Browser sign-in now shows a copyable fallback URL when the
      browser does not open, so SSH and remote sessions can
      complete onboarding
    - Toast notification when a SKILL.md file fails to parse
      instead of silently dropping the skill
    - Trust prompt now proposes the git repository ancestor as
      a trust target
    - EnvironmentLayer in the layered configuration, populated
      from VIBE_-prefixed environment variables
    - Changed
    - New tool-call format for read and the file edit tool
    - write_file is now create-only and refuses to overwrite
      existing files
    - Bumped agent-client-protocol to 0.10.1
    - Fixed
    - LLM calls now retry on network errors and timeouts
      (connection, read, write, remote protocol, timeout)
    - Approval modal now sizes itself so the bottom of long
      tool-call payloads stays visible above the options block
    - Banner connector count and /mcp panel ordering now reflect
      which connectors are actually usable and the user's
      enable/disable choices
    - disabled_tools from runtime is merged with the TOML
      configuration instead of replacing it, and is enforced
      inside ToolManager.get()
    - shift+backspace and shift+delete now work in the chat input
    - Crash in the ACP todo plan-update handler when the model's
      tool call failed validation
    - Removed
    - Recursive search for nested harness files
* Fri May 29 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.13.0:
    - Added
    - enable_system_trust_store config flag to switch the shared
      SSL context to the OS trust store for corporate TLS
      / private CA setups
    - Changed
    - MCP HTTP transport now uses Vibe's shared SSL context so it
      honors SSL_CERT_FILE / SSL_CERT_DIR and the system trust
      store opt-in
    - API key onboarding and plan-upgrade CTAs now link to the
      new Mistral Vibe Code extensions page
    - Compaction summaries are now injected into the conversation
      instead of replacing it
    - Fixed
    - Crash during initialization
    - VS Code extension promo banner now sits at the top of the
      conversation instead of being pinned above the input
  - Update build and use requirements for this package.
* Thu May 28 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.12.1:
    - Fixed
    - VS Code extension promo link in the CLI banner now points
      to the renamed mistralai.mistral-vibe-code extension
    - Changed
    - /teleport now uses the new Vibe Code Web sessions v2.11.1
  - Update to 2.11.1:
    - Added
    - Custom compaction prompts via the compaction_prompt_id
      config setting, resolved from ~/.vibe/prompts/ or
      .vibe/prompts/
    - --max-tokens flag for programmatic mode (-p)
    - ACP _auth/status and _auth/signOut extension methods so IDE
      extensions can show auth state and sign the user out
    - Auth source assessment in vibe.setup.auth to classify the
      active credential source
    - VS Code extension promo line in the CLI banner when
      launched from a VS Code, Cursor, or VS Code Insiders
      terminal
    - OverridesLayer and ProjectConfigLayer for the layered
      configuration system
    - Changed
    - Programmatic mode (-p) no longer auto-approves tool calls
      by default
    - Browser sign-in is enabled by default for Mistral
      providers; the enable_experimental_browser_sign_in flag is
      no longer required (stale entries are silently ignored)
    - Compaction quality improved
    - Refreshed user message styling and slash/teleport variants
    - /teleport to Vibe Code Web now carries the working diff and
      last commit, matching the legacy teleport
    - Reworded /teleport help and completion copy to say "Vibe
      Code Web"
    - Removed
    - Zed extension publishing job from the release workflow
  - Update to 2.11.0:
    - Added
    - Load skills from ~/.agents/skills so they can be shared
      across agents
    - Restore the textual theme selection system with an
      onboarding theme picker
    - Surface unauthenticated connectors in /mcp with needs auth
      / needs setup labels and start the OAuth flow from inside
      the CLI
    - Current date injected into the system prompt
    - minimal system prompt variant for eval and training
    - Changed
    - Refreshed manual API key onboarding screen to match the new
      onboarding panel layout
    - Newly discovered connectors are now disabled by default;
      existing user choices are preserved
    - Fixed
    - Preserve original line endings in ACP search_replace
    - Show MCP/connectors count as enabled/total in the banner
    - ACP grep tool displays the search path as a chip and no
      longer drops the filename v2.10.1
    - Added
    - Pretty session titles that format @mention syntax for
      human-readable display
    - Auto-emit SessionInfoUpdate on the first prompt so IDE
      session pickers reflect the title immediately
    - End-to-end layered config read path with TomlFileLayer,
      ConfigBuilder, and ConfigOrchestrator
    - Fixed
    - MCP menu no longer shows D/E shortcuts in the detail view
      when there are no tools to enable or disable
    - Parallel bash tool calls in ACP each render their own live
      terminal instead of racing on shared state
  - Switch off parallel running of tests (`xdist`) and extend the
    timeout to 60 (from 10).
* Wed May 20 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.10.0:
    - Added
    - GrowthBook A/B testing layer with first system prompt
      experiment
    - --add-dir flag to pull additional repository roots into
      a session
    - --no-autofill flag for bump_version.py script
    - TTY-keyed --continue scoping to current terminal
    - Improved plan mode readability with live-editable plan
      display (Ctrl+G to edit)
    - ACP dispatch user rating telemetry
    - enable_connectors config flag to control connector
      availability
    - Connectors migrated to public GA endpoints
    - Changed
    - Combine git subprocess calls in SessionLogger for improved
      performance by @MichisGitIsKing
    - Indent assistant message content to align with other
      messages
    - Deprecate retrying workflow status and expose retry source
    - Drop consecutive user-message merging in LLM backends
    - Fixed
    - Share session permissions with subagents
    - Bump pydantic-settings to >=2.13.0
    - Avoid closing in-use backend on agent reload
    - Slash commands broken when automatic IDE context is enabled
    - Debounce tool approvals to avoid interrupting user typing
    - Preserve newline style in search_replace
    - Reset cursor position on up-arrow
    - Remove hardcoded API key env var in websearch
    - Fix whoami hardcoded url
    - Pin dependencies in published wheel
  - Add missing BR python3-tomlkit
  - Temporarily add `openssl` as BR to provide /etc/ssl/ca-bundle.pem
* Tue May 12 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.9.6:
    - Added
    - Syntax-highlighted file diffs for write_file and
      search_replace in the IDE agent webview
    - Spinner and loader for ! (bang) command output
    - prepare release script can resume after resolving merge
      conflicts
    - Fixed
    - Strip wildcard suffix when persisting bash allowlist
      patterns
    - Build a combined SSL context for all outbound HTTPS
      requests
    - Hide non-interactive tools from the LLM in ACP and
      programmatic mode
* Fri May 08 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.9.5:
    - Added
    - /loop command to run a prompt or slash command on
      a recurring interval
    - default_agent config setting
    - Telemetry instrumentation for the teleport command
    - Logging environment variables documented in --help
    - Changed
    - enable_telemetry now takes precedence over enable_otel
    - Fixed
    - Non-retryable errors raised by sub-activities now correctly
      stop the retry when the agent loop runs inside a Temporal
      activity (deepens the 2.9.4 fix to walk the exception cause
      chain)
    - Compacted session IDs displayed correctly
    - Reload the history file before writing so parallel
      instances don't clobber each other
    - read_file flagged as truncated when the limit is reached
    - CLI loader left-alignment
    - Default scroll sensitivity in the TUI restored
    - Loosened the "no git commit" constraint
    - Ensure enable_telemetry takes precedence over enable_otel
* Tue May 05 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.9.4:
    - Added
    - /rename command to rename the current session
    - feat: vibe.at_mention_inserted telemetry event
    - "Always allow" tool permissions persist across sessions
    - Eager agent-loop warmup so vibe.ready telemetry fires
      sooner
    - Changed
    - bash (!command) bang commands run via async subprocess for
      better latency
    - Bumped mistral SDK to 2.4.4
    - Bumped cryptography to address upstream CVEs
    - Fixed
    - Preserve non_retryable flag on exceptions raised through
      _chat / _chat_streaming, so callers driving the agent loop
      from a Temporal activity can signal "do not retry"
    - /clear no longer chains parent_session_id to the previous
      session
    - vibe.new_session telemetry no longer fires when resuming
      a session
* Mon May 04 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.9.3:
    - Fix textual version
* Thu Apr 30 2026 Matej Cepl <mcepl@cepl.eu>
  - Exclude snapshot tests during RPM builds because they are not
    reproducible in OBS and were causing widespread false failures.
  - Switch test filtering from `-k 'not network'` to the marker-aware
    `-m 'not network'`.
* Thu Apr 30 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.9.2:
    - Fixed
    - Teleport surfaces the latest GitHub connection status while
      polling
* Wed Apr 29 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.9.1:
    - Added
    - Connector OAuth authentication flow in /mcp menu
    - ConfigPatch operation types for Vibe Code
    - extra_headers field to ProviderConfig
    - Structured metadata on ACP tool results
    - vibe.user_cancelled_action ACP telemetry coverage
    - vibe.new_session telemetry event emitted whenever the
      session is reset
    - Changed
    - Migrated default model to mistral-medium-3.5
  - Add build-tests.patch to make tests pass even in the limited
    build environment.
* Wed Apr 29 2026 Matej Cepl <mcepl@cepl.eu>
  - Remove multispec, this package effective benefit is just
    `%{_bindir}/vibe*` and we don’t multiple versions of it.
  - Update to 2.9.0:
    - Added
    - Scratchpad directory for temporary working files shared
      with subagents
    - /copy slash command
    - Experimental hooks system with post-agent-turn lifecycle
    - OpenAI Responses API adapter
    - ACP session fork and session close support
    - Thinking level picker in ACP CLI
    - --trust session-only flag and fail-fast behavior in -p mode
    - Opus 4.7 model support
    - ConfigLayer for layered configuration resolution
    - ~/.vibe/prompts overrides for builtin prompts
    - Enable/disable MCP servers and individual tools from /mcp
      menu
    - Custom compaction instructions via /compact
    - vibe.ready telemetry event
    - Usage updates sent after every LLM turn for ACP
    - Headless section in system prompt to prevent bad model
      behavior
    - Changed
    - Renamed auto_approve config to bypass_tool_permissions
    - Increased feedback bar frequency with cooldown and TOML
      cache
    - Feedback bar only shown when active model is Mistral
    - Centralized telemetry metadata construction and wired
      through entrypoints
    - Preserved stable session identity across
      compact/fork/rewind
    - Filtered remote sessions by current user and deduped
      continue-as-new
    - --continue now only looks for sessions of the current
      working directory
    - Batched widget mounts and narrowed CSS selectors for UI
      performance
    - Fixed
    - Autocomplete popup height calculation for wrapped lines
    - Autocomplete popup dismissed on tab completion and escape
    - Double Ctrl+C/Ctrl+D required to quit instead of killing
      session immediately
    - Context window overrun now shows a friendly error message
    - MallocStackLogging error messages suppressed in CLI input
    - index.lock leftover on interrupted deferred init
    - Safe find commands allowed by default
    - Session ID preserved when resuming sessions through ACP
    - Usage updates sent after tool results instead of tool
      streams in ACP
    - KV cache warming via x-affinity in count tokens
* Thu Apr 23 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.8.1:
    - Added
    - Builtin skills system with self-awareness skill
    - cwd configuration parameter for MCP stdio servers
    - /connectors as alias for /mcp and R refresh shortcut in MCP
      browser
    - MergeFieldMetadata and annotated merge strategy helpers for
      config schemas
    - vibe.request_sent telemetry event fired before each LLM API
      call
    - Model alias to tool_call_finished telemetry event
    - Changed
    - Deferred heavy init in subagents and ACP sessions to
      background thread
    - Renamed request_sent telemetry fields and added
      nb_prompt_chars
    - Sorted connectors in /mcp menu by connection state then
      alphabetically
    - Fixed
    - /debug command no longer throws
    - Race condition in banner initialization dropping initial
      state
    - Removed
    - /terminal-setup command
* Thu Apr 16 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.7.6:
    - Added
    - MergeStrategy enum and merge logic for configuration
    - call_source=vibe_code field in LLM request metadata
    - "Other" task type for non-code requests in CLI prompt
    - Changed
    - Parallelized git subprocess calls during startup
    - Extracted command registry and refactored skill resolution
    - 1M context window and thinking budget max for opus
    - Updated default telemetry URL to api.mistral.ai
    - Fixed
    - Markdown fence context loss causing streaming rendering
      problems
    - Proxy chain URLs in api_base parsing
    - Removed
    - Alt+Left / Alt+Right key bindings from chat input
* Tue Apr 14 2026 Matej Cepl <mcepl@cepl.eu>
  - Upgrade to 2.7.5:
    - Changed
    - Display detected files and LLM risks in trust folder dialog
    - Text-to-speech via the Mistral SDK with telemetry tracking
    - Deferred MCP and git I/O to background thread for faster
      CLI startup
    - Made telemetry URL configurable
    - Bumped Textual to 8.2.1
    - Fixed
    - Encoding detection fallback in read_safe for non-UTF-8
      files
    - Config saving logic cleanup
  - Upgrade to 2.7.4:
    - Added
    - Console View for enhanced debugging and monitoring
    - /mcp command to display MCP servers and their status
    - Manual command output forwarding to agent context
    - Changed
    - Improved web_fetch content truncation for better
      readability
    - Lazily load heavy dependencies to improve startup time
    - Optimized folder parsing at startup using scandir
    - Include file name in search_replace result display
    - Fixed
    - Stale configurations from subagent switch
    - ValueError on OTEL context detach in agent_span
    - Clipboard toast preview replaced with fixed text
    - Only agents with type "agent" are loadable with --agent
      flag
    - Made chat_url nullable in ChatAssistantPublicData
    - Normalized OTEL span exporter endpoint
    - Removed redundant permission prompts for parallel tool
      calls needing the same permission
    - Removed bottom margin issue in UI
    - Never crash before ACP server starts
    - Use skill in recent commands via the up-arrow navigation
    - Fixed loading order issues in vibe initialization
  - Upgrade to 2.7.3:
    - Added
    - /data-retention slash command to view Mistral AI's data
      retention notice and privacy settings
  - Upgrade to 2.7.2:
    - Added
    - Alt+Left / Alt+Right keyboard shortcuts for word-wise
      cursor movement in chat input
    - Changed
    - Refactored narrator into a dedicated narrator manager
    - Fixed
    - Broken build on Linux
    - Errored MCP servers are now excluded from the banner count
    - Improved bash denylist matching and error messages
    - Command messages are now skipped during rewind navigation
  - Upgrade to 2.7.1:
    - Added
    - ACP message-id support for reliable message boundary
      identification
    - Reasoning effort parameter for supported models
    - Changed
    - Updated MistralAI SDK
    - Updated ACP SDK dependency
    - Refined system prompt wording and structure
    - Reduced scroll sensitivity to 1 line per tick for smoother
      scrolling
    - Fixed
    - Non-standard HTTP 529 status codes now handled gracefully
      in error formatting and retried
    - Text selection errors when copying from unmounting
      components
    - Excluded "injected" field from user messages in generic
      backend
  - Upgrade to 2.7.0:
    - Added
    - Rewind mode to navigate and fork conversation history
    - Fixed
    - Preserve message_id when aggregating streaming LLM chunks
    - Improved error handling for SDK response errors
  - Upgrade to 2.6.2:
    - Changed
    - Pinned agent-client-protocol dependency back to 0.8.1
    - Removed
    - Context usage updates via ACP
  - Upgrade to 2.6.1:
    - Changed
    - Loosened agent-client-protocol version constraint from
      pinned to minimum bound
  - Upgrade to 2.6.0:
    - Added
    - OTEL tracing support for observability
    - Skill tool for managing task lists and workflows
    - Text-to-speech (TTS) functionality
    - Standalone --resume command for session picker
    - BFS for vibe folders to improve startup performance
    - List-based model picker for /model command
    - is_user_prompt flag to Mistral metadata header
    - Correlation ID in user feedback calls
    - Current date added to system prompt in vibe-work
    - TypeScript type inference for large tool outputs in
      vibe-work-harness
    - Changed
    - Updated agent-client-protocol to 0.9.0a1
    - Changed inline code color from yellow to green
    - Removed "You have no internet access" from CLI prompt
    - Fine-grained permission system improvements
    - Inject system certs into vibe-acp frozen binary via
      truststore
    - Fixed
    - Streaming for currently streamed message when switching
      agents
    - Proper UI updates when tools switch current agents
    - Space key functionality when holding shift
    - Empty TextChunk not appended when reasoning has no text
      content
    - Messages removed from user feedback event
    - Bash allowlist/denylist activation on Windows
    - Improved scrolling performance
    - ACP error handling in webview
    - Context usage updates sent via ACP
  - Upgrade to 2.5.0:
    - Added
    - Dedicated theorem proving agent powered by leanstral, setup
      with /leanstall
    - More advanced AGENTS.md support:
    - AGENTS.md in ~/.vibe/ folder for user-level agent
      instructions
    - AGENTS.md for subfolders and in parent folders
    - Mistral Code API key info displayed in CLI banner
    - Voice mode with real-time transcription support
    - Parallel tool execution for improved performance
    - Structured ACP error classes for better error handling
    - Changed
    - Bash allowlist/denylist now active on Windows
    - Auto-completion relevance improved with better filename and
      path matching
    - History navigation no longer filters by prefix
    - Updated to Mistral SDK v2 import structure
    - Removed find from bash default allowlist to prevent -exec
      abuse
    - Fixed
    - Improved scrolling performance
    - Web search tool now infers server URL from provider config
  - Upgrade to 2.4.2:
    - Added
    - Session ID included in telemetry events for better tracing
    - Changed
    - Skills now extract arguments when invoked, improving
      parameter handling
    - Auto-compact threshold falls back to global setting when
      not defined at model level
    - Update notification toast no longer times out, ensuring the
      user sees the restart prompt
    - Removed file_content_before from Vibe Code, reducing
      payload size
* Tue Mar 10 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.4.1:
    - Added
    - HarnessFilesManager for selective loading of harness files,
      enabling SDK usage without accessing the file system.
    - Changed
    - Web search tool infers server URL from provider config
      instead of hardcoded production API
    - ask_user_questions tool disabled in prompt mode
    - Fixed
    - Space key fix extended to all Input widgets (question
      prompts, proxy setup) in VS Code terminal
    - Ruff isort/formatter config conflict resolved
      (split-on-trailing-comma set to false)
  - Update to 2.4.0: v2.4.0 [2.4.0] - 2026-03-09
    - Added
    - User plan displayed in the CLI banner
    - Reasoning effort configuration and thinking blocks adapter
    - Changed
    - Auto-compact threshold is now per-model
    - Removed expensive file scan from system prompt; cached git
      operations for faster agent switching
    - Improved plan mode
    - Updated whoami response handling with new plan type and
      name fields
    - Fixed
    - Space key works again in VSCode 1.110+
    - Arrow-key history navigation at wrapped-line boundaries in
      chat input
    - UTF-8 encoding enforced when reading metadata files
    - Update notifier no longer crashes on unexpected response
      fields
* Mon Mar 02 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.3.0:
    - Added
    - /resume command to choose which session to resume
    - Web search and web fetch tools for retrieving and searching
      web content
    - MCP sampling support: MCP servers can request LLM
      completions via the sampling protocol
    - MCP server discovery cache (MCPRegistry): survives agent
      switches without re-discovering unchanged servers
    - Chat mode for ACP (session/set_config_options with
      mode=chat)
    - ACP session/set_config_options support for switching mode
      and model
    - Tool call streaming: tool call arguments are now streamed
      incrementally in the UI
    - Notification indicator in CLI: terminal bell and window
      title change on action required or completion
    - Subagent traces saved in agents/ subfolder of parent
      session directory
    - IDE detection in new_session telemetry
    - Discover agents, tools, and skills in subfolders of trusted
      directories (monorepo support)
    - E2E test infrastructure for CLI TUI
    - Changed
    - System prompts rewritten for improved model behavior
      (3-phase Orient/Plan/Execute workflow, brevity rules)
    - Tool call display refactored with
      ToolCallDisplay/ToolResultDisplay models and per-tool UI
      customization
    - Middleware pipeline replaces observer pattern for system
      message injections
    - Improved permission handling for write_file, read_file,
      search_replace (allowlist/denylist globs, out-of-cwd
      detection)
    - Proxy setup UI updated with guided bottom-panel wizard
    - Smoother color transitions in CLI loader animation
    - Dead tool state classes removed (Grep, ReadFile, WriteFile
      state)
    - Fixed
    - Agent switch (Shift+Tab) no longer freezes the UI (moved to
      thread worker)
    - Empty assistant messages are no longer displayed
    - Tool results returned to LLM in correct order matching tool
      calls
    - Auto-scroll suspended when user has scrolled up; resumes at
      bottom
    - Retry and timeout handling in Mistral backend (backoff
      strategy, configurable timeout)
  - Update to 2.3.0:
    - Added
    - Multiple clipboard copy strategies: OSC52 first, then
      pyperclip fallback when system clipboard is available (e.g.
      local GUI, SSH without OSC52)
    - Ctrl+Z to put Vibe in background
    - Changed
    - Improve performance around streaming and scrolling
    - File watcher is now opt-out by default; opt-in via config
    - Bump Textual version in dependencies
    - Inline code styling: yellow bold with transparent
      background for better readability
    - Fixed
    - Banner: sync skills count after initial app mount (fixes
      wrong count in some cases)
    - Collapsed tool results: strip newlines in truncation to
      remove extra blank line
    - Context token widget: preserve stats listeners across
      /clear so token percentage updates correctly
    - Vertex AI: cache credentials to avoid blocking the event
      loop on every LLM request
    - Bash tool: remove NO_COLOR from subprocess env to fix
      snapshot tests and colored output
  - Update to 2.3.0:
    - Added
    - Google Vertex AI support
    - Telemetry: user interaction and tool usage events sent to
      datalake (configurable via enable_telemetry)
    - Skill discovery from .agents/skills/ (Agent Skills
      standard) in addition to .vibe/skills/
    - ACP: session/load and session/list for loading and listing
      sessions
    - New model behavior prompts (CLI and explore)
    - Proxy Wizard (PoC) for CLI and for ACP
    - Proxy setup documentation
    - Documentation for JetBrains ACP registry
    - Changed
    - Trusted folders: presence of .agents is now considered
      trustable content
    - Logging handling updated
    - Pin cryptography to >=44.0.0,<=46.0.3; uv sync for
      cryptography
    - Fixed
    - Auto scroll when switching to input
    - MCP stdio: redirect stderr to logger to avoid unwanted
      console output
    - Align pyproject.toml minimum versions with uv.lock for pip
      installs
    - Middleware injection: use standalone user messages instead
      of mutating flushed messages
    - Revert cryptography 46.0.5 bump for compatibility
    - Pin banner version in UI snapshot tests for stability
* Wed Feb 11 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.1.0:
    - Added
    - Incremental load of long sessions: windowing (20 messages),
      "Load more" to fetch older messages, scroll to bottom when
      resuming
    - ACP support for thinking (agent-client-protocol 0.8.0)
    - Support for FIFO path for env file
    - Changed
    - UI redesign: new look and layout for the CLI
    - Textual UI optimizations: ChatScroll to reduce style
      recalculations, VerticalGroup for messages, stream layout
      for streaming blocks, cached DOM queries
    - Bumped agent-client-protocol to 0.8.0
    - Use UTC date for timestamps
    - Clipboard behavior improvements
    - Docs updated for GitHub discussions
    - Made the Upgrade to Pro banner less prominent
    - Fixed
    - Fixed inaccurate token count in UI in some cases
    - Fixed agent prompt overrides being ignored
    - Terminal setup: avoid overwriting Wezterm config
    - Removed
    - Legacy terminal theme module and agent indicator widget
    - Standalone onboarding theme selection screen (replaced by
      redesign)
* Sat Jan 31 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.0.2:
    - Added
    - Allow environment variables to be overridden by dotenv
      files
    - Display custom rate limit messages depending on plan type
    - Changed
    - Made plan offer message more discreet in UI
    - Speed up latest session scan and harden validation
    - Updated pytest-xdist configuration to schedule single test
      chunks
    - Fixed
    - Prevent duplicate messages in persisted sessions
    - Fix ACP bash tool to pass full command string for chained
      commands
    - Fix global agent prompt not being loaded correctly
    - Do not propose to "resume" when there is nothing to resume
  - Update to 2.0.1:
    - Fix encoding issues in Windows
* Tue Jan 27 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 2.0.0:
    - Added
    - Subagent support
    - AskUserQuestion tool for interactive user input
    - User-defined slash commands through skills
    - What's new message display on version update
    - Auto-update feature
    - Environment variables and timeout support for MCP servers
    - Editor shortcut support
    - Shift+enter support for VS Code Insiders
    - Message ID property for messages
    - Client notification of compaction events
    - debugpy support for macOS debugging
    - Changed
    - Mode system refactored to Agents
    - Standardized managers
    - Improved system prompt
    - Updated session storage to separate metadata from
      messages
    - Use shell environment to determine shell in bash tool
    - Expanded user input handling
    - Bumped agent-client-protocol to 0.7.1
    - Refactored UI to require AgentLoop at VibeApp
      construction
    - Updated README with new MCP server config
    - Improved readability of the AskUserQuerstion tool output
    - Fixed
    - Use ensure_ascii=False for all JSON dumps
    - Delete long-living temporary session files
    - Ignore system prompt when saving/loading session messages
    - Bash tool timeout handling
    - Clipboard: no markup parsing of selected texts
    - Canonical imports
    - Remove last user message from compaction
    - Pause tool timer while awaiting user action
    - Removed
    - instructions.md support
    - workdir setting in config file
* Wed Jan 14 2026 Matej Cepl <mcepl@cepl.eu>
  - Requires python_module `textual` >= 6.3.0 because of the
    `scrollbar-visibility` parsing (gh#Textualize/textual!6156).
* Wed Jan 14 2026 Matej Cepl <mcepl@cepl.eu>
  - Update to 1.3.5:
    - bash tool not discovered by vibe-acp
  - Update to 1.3.4:
    - markup in blinking messages
    - safety around Bash and AGENTS.md
    - explicit permissions to GitHub Actions workflows
    - improve render performance in long sessions
  - Update to 1.3.3:
    - Fix config desyncing issues
  - Update to 1.3.2:
    - User definable reasoning field
    - Fix rendering issue with spinner
  - Update to 1.3.1:
    - Fix crash when continuing conversation
    - Fix Nix flake to not export python
  - Update to 1.3.0:
    - agentskills.io support
    - Reasoning support
    - Native terminal theme support
    - Issue templates for bug reports and feature requests
    - Auto update zed extension on release creation
    - Improve ToolUI system with better rendering and organization
    - Use pinned actions in CI workflows
    - Remove 100k -> 200k tokens config migration
    - Fix -p mode to auto-approve tool calls
    - Fix crash when switching mode
    - Fix some cases where clipboard copy didn't work
  - Update to 1.2.2:
    - Remove dead code
    - Fix artefacts automatically attached to the release
    - Refactor agent post streaming
  - Update to 1.2.1:
    - Improve error message when running in home dir
    - Do not show trusted folder workflow in home dir
  - Update to 1.2.0:
    - Modular mode system
    - Trusted folder mechanism for local .vibe directories
    - Document public setup for vibe-acp in zed, jetbrains and
      neovim --version flag
    - Improve UI based on feedback
    - Remove unnecessary logging and flushing for better
      performance
    - Update textual
    - Update nix flake
    - Automate binary attachment to GitHub releases
    - Prevent segmentation fault on exit by shutting down thread
      pools
    - Fix extra spacing with assistant message
  - Update to 1.1.3:
    - Add more copy_to_clipboard methods to support all cases
    - Add bindings to scroll chat history
    - Relax config to accept extra inputs
    - Remove useless stats from assistant events
    - Improve scroll actions while streaming
    - Do not check for updates more than once a day
    - Use PyPI in update notifier
    - Fix tool permission handling for "allow always" option in ACP
    - Fix security issue: prevent command injection in GitHub
      Action prompt handling
    - Fix issues with vLLM
  - Update to 1.1.2:
    - add terminal-auth auth method to ACP agent only if the client
      supports it
    - fix user-agent header when using Mistral backend, using SDK
      hook
  - Update to 1.1.1:
    - added include_commit_signature in config.toml to disable
      signing commits
  - Update to 1.1.0:
    - fixed crash in some rare instances when copy-pasting
    - improved context length from 100k to 200k
  - Update to 1.0.6:
    - add missing steps in bump_version script
    - move pytest-xdist to dev dependencies
    - take into account config for bash timeout
    - improve textual performance
    - improve README:
      improve windows installation instructions
      update default system prompt reference
      document MCP tool permission configuration
  - Update to 1.0.5:
    - Fix streaming with OpenAI adapter
  - Update to 1.0.4:
    - Rename agent in distribution/zed/extension.toml to
      mistral-vibe
    - Fix icon and description in distribution/zed/extension.toml
    - Remove .envrc file
  - Update to 1.0.3:
    - Add LICENCE symlink in distribution/zed for compatibility
      with zed extension release process
* Tue Dec 09 2025 Matej Cepl <mcepl@cepl.eu>
  - Initial packaging effort for mistral-vibe 1.0.2.

Files

/usr/bin/vibe
/usr/bin/vibe-acp
/usr/bin/vibe-app-server
/usr/lib/python3.13/site-packages/mistral_vibe-2.24.1.dist-info
/usr/lib/python3.13/site-packages/mistral_vibe-2.24.1.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/mistral_vibe-2.24.1.dist-info/METADATA
/usr/lib/python3.13/site-packages/mistral_vibe-2.24.1.dist-info/RECORD
/usr/lib/python3.13/site-packages/mistral_vibe-2.24.1.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/mistral_vibe-2.24.1.dist-info/WHEEL
/usr/lib/python3.13/site-packages/mistral_vibe-2.24.1.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/mistral_vibe-2.24.1.dist-info/licenses
/usr/lib/python3.13/site-packages/mistral_vibe-2.24.1.dist-info/licenses/LICENSE
/usr/lib/python3.13/site-packages/vibe
/usr/lib/python3.13/site-packages/vibe/__init__.py
/usr/lib/python3.13/site-packages/vibe/__pycache__
/usr/lib/python3.13/site-packages/vibe/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/agents.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/agents.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/config_values.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/config_values.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/feedback.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/feedback.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/permissions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/permissions.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/questions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/questions.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/user_content.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/__pycache__/user_content.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp
/usr/lib/python3.13/site-packages/vibe/acp/__init__.py
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/acp_logger.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/acp_logger.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/agent.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/agent.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/auth.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/auth.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/content.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/content.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/entrypoint.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/entrypoint.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/image_blocks.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/image_blocks.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/models.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/session.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/session.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/session_updates.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/session_updates.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/tool_io.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/tool_io.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/user_display_content.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/user_display_content.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/acp_logger.py
/usr/lib/python3.13/site-packages/vibe/acp/agent.py
/usr/lib/python3.13/site-packages/vibe/acp/auth.py
/usr/lib/python3.13/site-packages/vibe/acp/commands
/usr/lib/python3.13/site-packages/vibe/acp/commands/__init__.py
/usr/lib/python3.13/site-packages/vibe/acp/commands/__pycache__
/usr/lib/python3.13/site-packages/vibe/acp/commands/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/commands/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/commands/__pycache__/controller.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/commands/__pycache__/controller.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/commands/__pycache__/registry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/commands/__pycache__/registry.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/commands/__pycache__/teleport.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/commands/__pycache__/teleport.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/commands/controller.py
/usr/lib/python3.13/site-packages/vibe/acp/commands/registry.py
/usr/lib/python3.13/site-packages/vibe/acp/commands/teleport.py
/usr/lib/python3.13/site-packages/vibe/acp/content.py
/usr/lib/python3.13/site-packages/vibe/acp/entrypoint.py
/usr/lib/python3.13/site-packages/vibe/acp/exceptions.py
/usr/lib/python3.13/site-packages/vibe/acp/image_blocks.py
/usr/lib/python3.13/site-packages/vibe/acp/models.py
/usr/lib/python3.13/site-packages/vibe/acp/session.py
/usr/lib/python3.13/site-packages/vibe/acp/session_updates.py
/usr/lib/python3.13/site-packages/vibe/acp/tool_io.py
/usr/lib/python3.13/site-packages/vibe/acp/tools
/usr/lib/python3.13/site-packages/vibe/acp/tools/__init__.py
/usr/lib/python3.13/site-packages/vibe/acp/tools/__pycache__
/usr/lib/python3.13/site-packages/vibe/acp/tools/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/acp/tools/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/acp/user_display_content.py
/usr/lib/python3.13/site-packages/vibe/acp/utils.py
/usr/lib/python3.13/site-packages/vibe/agents.py
/usr/lib/python3.13/site-packages/vibe/app_server
/usr/lib/python3.13/site-packages/vibe/app_server/__init__.py
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_account.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_account.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_config_introspect.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_config_introspect.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_connection_protocol.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_connection_protocol.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_dispatch.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_dispatch.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_effect_models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_effect_models.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_execution.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_execution.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_handler.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_handler.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_host.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_host.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_identity.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_identity.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_integration_resources.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_integration_resources.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_model.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_model.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_narration.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_narration.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_patch.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_patch.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_project_links.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_project_links.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_projection.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_projection.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_projector.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_projector.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_resources.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_resources.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_review.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_review.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_root_session.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_root_session.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_runtime.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_runtime.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_runtime_resources.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_runtime_resources.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_service_resources.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_service_resources.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_session_history.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_session_history.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_session_resources.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_session_resources.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_sessions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_sessions.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_shell.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_shell.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_shell_requests.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_shell_requests.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_state.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_state.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_streaming.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_streaming.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_tool_io.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_tool_io.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_tool_projection.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_tool_projection.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_turns.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_turns.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_vibe_code.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_vibe_code.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_workspace.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/_workspace.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/client.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/client_state.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/client_state.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/client_tools.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/client_tools.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/config.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/config.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/connection.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/connection.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/entrypoint.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/entrypoint.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/events.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/events.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/host.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/host.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/local.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/local.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/models.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/protocol.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/protocol.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/resources.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/resources.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/review.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/review.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/server.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/server.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/session.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/session.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/stdio.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/stdio.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/transport.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/__pycache__/transport.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/app_server/_account.py
/usr/lib/python3.13/site-packages/vibe/app_server/_config_introspect.py
/usr/lib/python3.13/site-packages/vibe/app_server/_connection_protocol.py
/usr/lib/python3.13/site-packages/vibe/app_server/_dispatch.py
/usr/lib/python3.13/site-packages/vibe/app_server/_effect_models.py
/usr/lib/python3.13/site-packages/vibe/app_server/_execution.py
/usr/lib/python3.13/site-packages/vibe/app_server/_handler.py
/usr/lib/python3.13/site-packages/vibe/app_server/_host.py
/usr/lib/python3.13/site-packages/vibe/app_server/_identity.py
/usr/lib/python3.13/site-packages/vibe/app_server/_integration_resources.py
/usr/lib/python3.13/site-packages/vibe/app_server/_model.py
/usr/lib/python3.13/site-packages/vibe/app_server/_narration.py
/usr/lib/python3.13/site-packages/vibe/app_server/_patch.py
/usr/lib/python3.13/site-packages/vibe/app_server/_project_links.py
/usr/lib/python3.13/site-packages/vibe/app_server/_projection.py
/usr/lib/python3.13/site-packages/vibe/app_server/_projector.py
/usr/lib/python3.13/site-packages/vibe/app_server/_resources.py
/usr/lib/python3.13/site-packages/vibe/app_server/_review.py
/usr/lib/python3.13/site-packages/vibe/app_server/_root_session.py
/usr/lib/python3.13/site-packages/vibe/app_server/_runtime.py
/usr/lib/python3.13/site-packages/vibe/app_server/_runtime_resources.py
/usr/lib/python3.13/site-packages/vibe/app_server/_service_resources.py
/usr/lib/python3.13/site-packages/vibe/app_server/_session_history.py
/usr/lib/python3.13/site-packages/vibe/app_server/_session_resources.py
/usr/lib/python3.13/site-packages/vibe/app_server/_sessions.py
/usr/lib/python3.13/site-packages/vibe/app_server/_shell.py
/usr/lib/python3.13/site-packages/vibe/app_server/_shell_requests.py
/usr/lib/python3.13/site-packages/vibe/app_server/_state.py
/usr/lib/python3.13/site-packages/vibe/app_server/_streaming.py
/usr/lib/python3.13/site-packages/vibe/app_server/_tool_io.py
/usr/lib/python3.13/site-packages/vibe/app_server/_tool_projection.py
/usr/lib/python3.13/site-packages/vibe/app_server/_turns.py
/usr/lib/python3.13/site-packages/vibe/app_server/_utils.py
/usr/lib/python3.13/site-packages/vibe/app_server/_vibe_code.py
/usr/lib/python3.13/site-packages/vibe/app_server/_workspace.py
/usr/lib/python3.13/site-packages/vibe/app_server/client.py
/usr/lib/python3.13/site-packages/vibe/app_server/client_state.py
/usr/lib/python3.13/site-packages/vibe/app_server/client_tools.py
/usr/lib/python3.13/site-packages/vibe/app_server/config.py
/usr/lib/python3.13/site-packages/vibe/app_server/connection.py
/usr/lib/python3.13/site-packages/vibe/app_server/entrypoint.py
/usr/lib/python3.13/site-packages/vibe/app_server/events.py
/usr/lib/python3.13/site-packages/vibe/app_server/host.py
/usr/lib/python3.13/site-packages/vibe/app_server/local.py
/usr/lib/python3.13/site-packages/vibe/app_server/models.py
/usr/lib/python3.13/site-packages/vibe/app_server/protocol.py
/usr/lib/python3.13/site-packages/vibe/app_server/resources.py
/usr/lib/python3.13/site-packages/vibe/app_server/review.py
/usr/lib/python3.13/site-packages/vibe/app_server/server.py
/usr/lib/python3.13/site-packages/vibe/app_server/session.py
/usr/lib/python3.13/site-packages/vibe/app_server/stdio.py
/usr/lib/python3.13/site-packages/vibe/app_server/transport.py
/usr/lib/python3.13/site-packages/vibe/cli
/usr/lib/python3.13/site-packages/vibe/cli/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/_theme_detection.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/_theme_detection.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/cli.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/cli.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/clipboard.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/clipboard.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/commands.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/commands.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/constants.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/constants.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/entrypoint.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/entrypoint.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/history_manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/history_manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/input_modes.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/input_modes.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/lazy_audio_managers.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/lazy_audio_managers.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/mcp_command.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/mcp_command.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/process_start.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/process_start.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/profiler.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/profiler.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/programmatic.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/programmatic.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/session_exit.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/session_exit.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/stderr_guard.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/stderr_guard.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/telemetry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/telemetry.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/terminal_detect.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/terminal_detect.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/theme.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/__pycache__/theme.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/_theme_detection.py
/usr/lib/python3.13/site-packages/vibe/cli/audio_player
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/__pycache__/audio_player.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/__pycache__/audio_player.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/__pycache__/audio_player_port.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/__pycache__/audio_player_port.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/audio_player.py
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/audio_player_port.py
/usr/lib/python3.13/site-packages/vibe/cli/audio_player/utils.py
/usr/lib/python3.13/site-packages/vibe/cli/audio_recorder
/usr/lib/python3.13/site-packages/vibe/cli/audio_recorder/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/audio_recorder/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/audio_recorder/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_recorder/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_recorder/__pycache__/audio_recorder.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_recorder/__pycache__/audio_recorder.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_recorder/__pycache__/audio_recorder_port.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_recorder/__pycache__/audio_recorder_port.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/audio_recorder/audio_recorder.py
/usr/lib/python3.13/site-packages/vibe/cli/audio_recorder/audio_recorder_port.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/completers.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/completers.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/fuzzy.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/fuzzy.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/inline_skill_completion.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/inline_skill_completion.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/path_completion.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/path_completion.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/slash_command.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/__pycache__/slash_command.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/base.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/completers.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__pycache__/ignore_rules.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__pycache__/ignore_rules.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__pycache__/indexer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__pycache__/indexer.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__pycache__/store.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__pycache__/store.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__pycache__/watcher.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/__pycache__/watcher.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/ignore_rules.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/indexer.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/store.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/file_indexer/watcher.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/fuzzy.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/inline_skill_completion.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/path_completion.py
/usr/lib/python3.13/site-packages/vibe/cli/autocompletion/slash_command.py
/usr/lib/python3.13/site-packages/vibe/cli/cli.py
/usr/lib/python3.13/site-packages/vibe/cli/clipboard.py
/usr/lib/python3.13/site-packages/vibe/cli/commands.py
/usr/lib/python3.13/site-packages/vibe/cli/constants.py
/usr/lib/python3.13/site-packages/vibe/cli/entrypoint.py
/usr/lib/python3.13/site-packages/vibe/cli/history_manager.py
/usr/lib/python3.13/site-packages/vibe/cli/input_modes.py
/usr/lib/python3.13/site-packages/vibe/cli/lazy_audio_managers.py
/usr/lib/python3.13/site-packages/vibe/cli/mcp_command.py
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/__pycache__/narrator_manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/__pycache__/narrator_manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/__pycache__/narrator_manager_port.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/__pycache__/narrator_manager_port.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/__pycache__/telemetry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/__pycache__/telemetry.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/narrator_manager.py
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/narrator_manager_port.py
/usr/lib/python3.13/site-packages/vibe/cli/narrator_manager/telemetry.py
/usr/lib/python3.13/site-packages/vibe/cli/plan_offer
/usr/lib/python3.13/site-packages/vibe/cli/plan_offer/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/plan_offer/__pycache__/presentation.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/plan_offer/__pycache__/presentation.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/plan_offer/presentation.py
/usr/lib/python3.13/site-packages/vibe/cli/process_start.py
/usr/lib/python3.13/site-packages/vibe/cli/profiler.py
/usr/lib/python3.13/site-packages/vibe/cli/programmatic.py
/usr/lib/python3.13/site-packages/vibe/cli/session_exit.py
/usr/lib/python3.13/site-packages/vibe/cli/stderr_guard.py
/usr/lib/python3.13/site-packages/vibe/cli/telemetry.py
/usr/lib/python3.13/site-packages/vibe/cli/terminal_detect.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/app.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/constants.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/constants.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/external_editor.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/external_editor.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/mcp_commands.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/mcp_commands.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/message_queue.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/message_queue.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/quit_manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/quit_manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/scheduled_loop_runner.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/scheduled_loop_runner.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/shortcut_hints.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/shortcut_hints.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/startup.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/startup.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/terminal_input_filter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/terminal_input_filter.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/word_selection.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/__pycache__/word_selection.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/app.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/app.tcss
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/constants.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/external_editor.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/handlers
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/handlers/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/handlers/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/handlers/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/handlers/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/handlers/__pycache__/event_handler.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/handlers/__pycache__/event_handler.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/handlers/event_handler.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/mcp_commands.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/message_queue.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/adapters
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/adapters/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/adapters/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/adapters/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/adapters/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/adapters/__pycache__/textual_notification_adapter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/adapters/__pycache__/textual_notification_adapter.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/adapters/textual_notification_adapter.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/ports
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/ports/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/ports/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/ports/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/ports/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/ports/__pycache__/notification_port.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/ports/__pycache__/notification_port.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/notifications/ports/notification_port.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/quit_manager.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/recording
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/recording/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/recording/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/recording/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/recording/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/recording/__pycache__/recording_indicator.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/recording/__pycache__/recording_indicator.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/recording/recording_indicator.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/scheduled_loop_runner.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/__pycache__/_common.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/__pycache__/_common.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/__pycache__/config_screen.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/__pycache__/config_screen.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/__pycache__/edit.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/__pycache__/edit.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/_common.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/config_screen.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/config_screen.tcss
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/edit.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/screens/config/edit.tcss
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/shortcut_hints.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/startup.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/terminal_input_filter.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/approval_app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/approval_app.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/braille_renderer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/braille_renderer.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/collapsible.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/collapsible.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/compact.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/compact.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/connector_auth_app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/connector_auth_app.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/context_progress.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/context_progress.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/debug_console.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/debug_console.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/diff_rendering.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/diff_rendering.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/feedback_bar.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/feedback_bar.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/inline_notice.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/inline_notice.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/links.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/links.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/load_more.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/load_more.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/loading.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/loading.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/mcp_app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/mcp_app.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/mcp_oauth_app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/mcp_oauth_app.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/messages.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/messages.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/model_picker.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/model_picker.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/narrator_status.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/narrator_status.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/navigable_option_list.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/navigable_option_list.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/no_markup_static.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/no_markup_static.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/path_display.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/path_display.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/proxy_setup_app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/proxy_setup_app.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/question_app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/question_app.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/rewind_app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/rewind_app.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/rewind_fork_message.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/rewind_fork_message.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/session_picker.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/session_picker.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/spinner.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/spinner.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/spinner_text.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/spinner_text.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/status_message.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/status_message.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/teleport_message.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/teleport_message.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/theme_picker.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/theme_picker.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/thinking_picker.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/thinking_picker.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/tool_widgets.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/tool_widgets.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/tools.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/tools.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/vim_navigation.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/vim_navigation.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/voice_app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/voice_app.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/vscode_compat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/__pycache__/vscode_compat.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/approval_app.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/banner
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/banner/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/banner/__pycache__/banner.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/banner/__pycache__/banner.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/banner/__pycache__/petit_chat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/banner/__pycache__/petit_chat.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/banner/banner.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/banner/petit_chat.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/braille_renderer.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/body.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/body.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/completion_manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/completion_manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/completion_popup.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/completion_popup.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/container.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/container.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/input_kinds.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/input_kinds.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/paste_image.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/paste_image.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/paste_path.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/paste_path.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/text_area.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/__pycache__/text_area.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/body.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/completion_manager.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/completion_popup.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/container.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/input_kinds.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/paste_image.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/paste_path.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/chat_input/text_area.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/collapsible.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/compact.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/connector_auth_app.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/context_progress.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/debug_console.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/diff_rendering.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/feedback_bar.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/inline_notice.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/links.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/load_more.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/loading.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/mcp_app.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/mcp_oauth_app.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/messages.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/model_picker.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/narrator_status.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/navigable_option_list.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/no_markup_static.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/path_display.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/proxy_setup_app.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/question_app.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/rewind_app.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/rewind_fork_message.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/session_picker.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/spinner.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/spinner_text.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/status_message.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/teleport_message.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/theme_picker.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/thinking_picker.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/tool_widgets.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/tools.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/__pycache__/create.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/__pycache__/create.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/__pycache__/picker.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/__pycache__/picker.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/__pycache__/state.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/__pycache__/state.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/create.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/picker.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vibe_code_project/state.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vim_navigation.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/voice_app.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/widgets/vscode_compat.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/__pycache__/history.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/__pycache__/history.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/__pycache__/history_windowing.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/__pycache__/history_windowing.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/__pycache__/state.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/__pycache__/state.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/history.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/history_windowing.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/windowing/state.py
/usr/lib/python3.13/site-packages/vibe/cli/textual_ui/word_selection.py
/usr/lib/python3.13/site-packages/vibe/cli/theme.py
/usr/lib/python3.13/site-packages/vibe/cli/transcribe
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/__pycache__/factory.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/__pycache__/factory.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/__pycache__/mistral_transcribe_client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/__pycache__/mistral_transcribe_client.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/__pycache__/transcribe_client_port.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/__pycache__/transcribe_client_port.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/factory.py
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/mistral_transcribe_client.py
/usr/lib/python3.13/site-packages/vibe/cli/transcribe/transcribe_client_port.py
/usr/lib/python3.13/site-packages/vibe/cli/tts
/usr/lib/python3.13/site-packages/vibe/cli/tts/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/tts/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/tts/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/tts/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/tts/__pycache__/factory.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/tts/__pycache__/factory.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/tts/__pycache__/mistral_tts_client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/tts/__pycache__/mistral_tts_client.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/tts/__pycache__/tts_client_port.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/tts/__pycache__/tts_client_port.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/tts/factory.py
/usr/lib/python3.13/site-packages/vibe/cli/tts/mistral_tts_client.py
/usr/lib/python3.13/site-packages/vibe/cli/tts/tts_client_port.py
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/__pycache__/noop.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/__pycache__/noop.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/__pycache__/port.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/__pycache__/port.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/__pycache__/tracker.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/__pycache__/tracker.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/noop.py
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/port.py
/usr/lib/python3.13/site-packages/vibe/cli/turn_summary/tracker.py
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/__pycache__/update.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/__pycache__/update.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/__pycache__/whats_new.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/__pycache__/whats_new.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/adapters
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/adapters/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/adapters/__pycache__/filesystem_update_cache_repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/adapters/__pycache__/filesystem_update_cache_repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/adapters/__pycache__/github_update_gateway.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/adapters/__pycache__/github_update_gateway.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/adapters/__pycache__/pypi_update_gateway.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/adapters/__pycache__/pypi_update_gateway.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/adapters/filesystem_update_cache_repository.py
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/adapters/github_update_gateway.py
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/adapters/pypi_update_gateway.py
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/ports
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/ports/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/ports/__pycache__/update_cache_repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/ports/__pycache__/update_cache_repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/ports/__pycache__/update_gateway.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/ports/__pycache__/update_gateway.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/ports/update_cache_repository.py
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/ports/update_gateway.py
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/update.py
/usr/lib/python3.13/site-packages/vibe/cli/update_notifier/whats_new.py
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/__pycache__/telemetry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/__pycache__/telemetry.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/__pycache__/voice_manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/__pycache__/voice_manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/__pycache__/voice_manager_port.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/__pycache__/voice_manager_port.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/telemetry.py
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/voice_manager.py
/usr/lib/python3.13/site-packages/vibe/cli/voice_manager/voice_manager_port.py
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/__pycache__/_port.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/__pycache__/_port.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/_port.py
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/adapters
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/adapters/__init__.py
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/adapters/__pycache__
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/adapters/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/adapters/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/adapters/__pycache__/filesystem_repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/adapters/__pycache__/filesystem_repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/cli/vscode_extension_promo/adapters/filesystem_repository.py
/usr/lib/python3.13/site-packages/vibe/config_values.py
/usr/lib/python3.13/site-packages/vibe/core
/usr/lib/python3.13/site-packages/vibe/core/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/agent_loop_hooks.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/agent_loop_hooks.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/feedback.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/feedback.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/identity.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/identity.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/identity_cache.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/identity_cache.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/log_reader.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/log_reader.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/loop.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/loop.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/middleware.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/middleware.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/plan_session.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/plan_session.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/proxy_setup.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/proxy_setup.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/scratchpad.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/scratchpad.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/subagents.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/subagents.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/system_prompt.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/system_prompt.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/tracing.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/tracing.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/trusted_folders.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/trusted_folders.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/types.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/types.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/worktree.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/worktree.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/worktree_naming.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/worktree_naming.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/worktree_naming_model.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/__pycache__/worktree_naming_model.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/agent_loop
/usr/lib/python3.13/site-packages/vibe/core/agent_loop/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/agent_loop/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/agent_loop/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/agent_loop/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/agent_loop/__pycache__/_loop.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/agent_loop/__pycache__/_loop.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/agent_loop/__pycache__/_request_broker.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/agent_loop/__pycache__/_request_broker.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/agent_loop/_loop.py
/usr/lib/python3.13/site-packages/vibe/core/agent_loop/_request_broker.py
/usr/lib/python3.13/site-packages/vibe/core/agent_loop_hooks.py
/usr/lib/python3.13/site-packages/vibe/core/agents
/usr/lib/python3.13/site-packages/vibe/core/agents/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/_migration.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/_migration.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/diagnostics.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/diagnostics.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/models.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/registry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/__pycache__/registry.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/agents/_migration.py
/usr/lib/python3.13/site-packages/vibe/core/agents/diagnostics.py
/usr/lib/python3.13/site-packages/vibe/core/agents/manager.py
/usr/lib/python3.13/site-packages/vibe/core/agents/models.py
/usr/lib/python3.13/site-packages/vibe/core/agents/registry.py
/usr/lib/python3.13/site-packages/vibe/core/auth
/usr/lib/python3.13/site-packages/vibe/core/auth/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/auth/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/auth/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/auth/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/auth/__pycache__/mcp_oauth.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/auth/__pycache__/mcp_oauth.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/auth/mcp_oauth.py
/usr/lib/python3.13/site-packages/vibe/core/autocompletion
/usr/lib/python3.13/site-packages/vibe/core/autocompletion/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/autocompletion/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/autocompletion/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/autocompletion/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/autocompletion/__pycache__/path_prompt.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/autocompletion/__pycache__/path_prompt.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/autocompletion/__pycache__/path_prompt_adapter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/autocompletion/__pycache__/path_prompt_adapter.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/autocompletion/path_prompt.py
/usr/lib/python3.13/site-packages/vibe/core/autocompletion/path_prompt_adapter.py
/usr/lib/python3.13/site-packages/vibe/core/checkpoints
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/_events.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/_events.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/checkpointer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/checkpointer.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/file_store.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/file_store.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/fs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/fs.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/history.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/history.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/models.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/recorder.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/__pycache__/recorder.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/_events.py
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/checkpointer.py
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/file_store.py
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/fs.py
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/history.py
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/models.py
/usr/lib/python3.13/site-packages/vibe/core/checkpoints/recorder.py
/usr/lib/python3.13/site-packages/vibe/core/compaction
/usr/lib/python3.13/site-packages/vibe/core/compaction/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/compaction/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/compaction/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/compaction/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/compaction/__pycache__/context.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/compaction/__pycache__/context.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/compaction/__pycache__/manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/compaction/__pycache__/manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/compaction/context.py
/usr/lib/python3.13/site-packages/vibe/core/compaction/manager.py
/usr/lib/python3.13/site-packages/vibe/core/config
/usr/lib/python3.13/site-packages/vibe/core/config/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/_defaults.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/_defaults.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/_migration.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/_migration.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/admin_config.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/admin_config.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/builder.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/builder.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/default_orchestrator.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/default_orchestrator.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/event_bus.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/event_bus.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/fingerprint.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/fingerprint.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/layer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/layer.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/mcp_servers.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/mcp_servers.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/models.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/orchestrator.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/orchestrator.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/patch.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/patch.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/schema.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/schema.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/types.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/types.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/vibe_schema.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/__pycache__/vibe_schema.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/_defaults.py
/usr/lib/python3.13/site-packages/vibe/core/config/_migration.py
/usr/lib/python3.13/site-packages/vibe/core/config/admin_config.py
/usr/lib/python3.13/site-packages/vibe/core/config/builder.py
/usr/lib/python3.13/site-packages/vibe/core/config/default_orchestrator.py
/usr/lib/python3.13/site-packages/vibe/core/config/event_bus.py
/usr/lib/python3.13/site-packages/vibe/core/config/fingerprint.py
/usr/lib/python3.13/site-packages/vibe/core/config/harness_files
/usr/lib/python3.13/site-packages/vibe/core/config/harness_files/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/config/harness_files/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/config/harness_files/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/harness_files/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/harness_files/__pycache__/_harness_manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/harness_files/__pycache__/_harness_manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/harness_files/__pycache__/_paths.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/harness_files/__pycache__/_paths.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/harness_files/_harness_manager.py
/usr/lib/python3.13/site-packages/vibe/core/config/harness_files/_paths.py
/usr/lib/python3.13/site-packages/vibe/core/config/layer.py
/usr/lib/python3.13/site-packages/vibe/core/config/layers
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/_base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/_base.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/admin.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/admin.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/agent_profile.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/agent_profile.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/default.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/default.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/discovered.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/discovered.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/environment.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/environment.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/growthbook.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/growthbook.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/overrides.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/overrides.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/project.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/project.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/user.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/__pycache__/user.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/config/layers/_base.py
/usr/lib/python3.13/site-packages/vibe/core/config/layers/admin.py
/usr/lib/python3.13/site-packages/vibe/core/config/layers/agent_profile.py
/usr/lib/python3.13/site-packages/vibe/core/config/layers/default.py
/usr/lib/python3.13/site-packages/vibe/core/config/layers/discovered.py
/usr/lib/python3.13/site-packages/vibe/core/config/layers/environment.py
/usr/lib/python3.13/site-packages/vibe/core/config/layers/growthbook.py
/usr/lib/python3.13/site-packages/vibe/core/config/layers/overrides.py
/usr/lib/python3.13/site-packages/vibe/core/config/layers/project.py
/usr/lib/python3.13/site-packages/vibe/core/config/layers/user.py
/usr/lib/python3.13/site-packages/vibe/core/config/mcp_servers.py
/usr/lib/python3.13/site-packages/vibe/core/config/models.py
/usr/lib/python3.13/site-packages/vibe/core/config/orchestrator.py
/usr/lib/python3.13/site-packages/vibe/core/config/patch.py
/usr/lib/python3.13/site-packages/vibe/core/config/schema.py
/usr/lib/python3.13/site-packages/vibe/core/config/types.py
/usr/lib/python3.13/site-packages/vibe/core/config/vibe_schema.py
/usr/lib/python3.13/site-packages/vibe/core/experiments
/usr/lib/python3.13/site-packages/vibe/core/experiments/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/_constants.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/_constants.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/active.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/active.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/cache.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/cache.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/client.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/models.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/session.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/__pycache__/session.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/experiments/_constants.py
/usr/lib/python3.13/site-packages/vibe/core/experiments/active.py
/usr/lib/python3.13/site-packages/vibe/core/experiments/cache.py
/usr/lib/python3.13/site-packages/vibe/core/experiments/client.py
/usr/lib/python3.13/site-packages/vibe/core/experiments/manager.py
/usr/lib/python3.13/site-packages/vibe/core/experiments/models.py
/usr/lib/python3.13/site-packages/vibe/core/experiments/session.py
/usr/lib/python3.13/site-packages/vibe/core/feedback.py
/usr/lib/python3.13/site-packages/vibe/core/hooks
/usr/lib/python3.13/site-packages/vibe/core/hooks/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/_handler.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/_handler.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/_post_agent.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/_post_agent.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/_post_tool.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/_post_tool.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/_pre_tool.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/_pre_tool.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/config.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/config.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/executor.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/executor.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/__pycache__/models.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/hooks/_handler.py
/usr/lib/python3.13/site-packages/vibe/core/hooks/_post_agent.py
/usr/lib/python3.13/site-packages/vibe/core/hooks/_post_tool.py
/usr/lib/python3.13/site-packages/vibe/core/hooks/_pre_tool.py
/usr/lib/python3.13/site-packages/vibe/core/hooks/config.py
/usr/lib/python3.13/site-packages/vibe/core/hooks/executor.py
/usr/lib/python3.13/site-packages/vibe/core/hooks/manager.py
/usr/lib/python3.13/site-packages/vibe/core/hooks/models.py
/usr/lib/python3.13/site-packages/vibe/core/identity.py
/usr/lib/python3.13/site-packages/vibe/core/identity_cache.py
/usr/lib/python3.13/site-packages/vibe/core/llm
/usr/lib/python3.13/site-packages/vibe/core/llm/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/llm/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/llm/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/__pycache__/format.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/__pycache__/format.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/__pycache__/types.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/__pycache__/types.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/_image.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/_image.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/anthropic.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/anthropic.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/factory.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/factory.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/generic.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/generic.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/mistral.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/mistral.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/openai_responses.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/openai_responses.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/reasoning_adapter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/reasoning_adapter.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/vertex.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/__pycache__/vertex.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/_image.py
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/anthropic.py
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/base.py
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/factory.py
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/generic.py
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/mistral.py
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/openai_responses.py
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/reasoning_adapter.py
/usr/lib/python3.13/site-packages/vibe/core/llm/backend/vertex.py
/usr/lib/python3.13/site-packages/vibe/core/llm/exceptions.py
/usr/lib/python3.13/site-packages/vibe/core/llm/format.py
/usr/lib/python3.13/site-packages/vibe/core/llm/types.py
/usr/lib/python3.13/site-packages/vibe/core/log_reader.py
/usr/lib/python3.13/site-packages/vibe/core/loop.py
/usr/lib/python3.13/site-packages/vibe/core/middleware.py
/usr/lib/python3.13/site-packages/vibe/core/paths
/usr/lib/python3.13/site-packages/vibe/core/paths/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/paths/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/paths/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/paths/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/paths/__pycache__/_agents_home.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/paths/__pycache__/_agents_home.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/paths/__pycache__/_local_config_files.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/paths/__pycache__/_local_config_files.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/paths/__pycache__/_vibe_home.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/paths/__pycache__/_vibe_home.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/paths/__pycache__/conventions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/paths/__pycache__/conventions.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/paths/_agents_home.py
/usr/lib/python3.13/site-packages/vibe/core/paths/_local_config_files.py
/usr/lib/python3.13/site-packages/vibe/core/paths/_vibe_home.py
/usr/lib/python3.13/site-packages/vibe/core/paths/conventions.py
/usr/lib/python3.13/site-packages/vibe/core/plan_session.py
/usr/lib/python3.13/site-packages/vibe/core/prompts
/usr/lib/python3.13/site-packages/vibe/core/prompts/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/prompts/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/prompts/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/prompts/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/prompts/agents_doc.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/cli.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/cli_2026-07_v2.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/compact.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/compact_summary_prefix.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/compact_system.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/dangerous_directory.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/explore.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/lean.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/minimal.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/project_context.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/tests.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/turn_summary.md
/usr/lib/python3.13/site-packages/vibe/core/prompts/worktree_name.md
/usr/lib/python3.13/site-packages/vibe/core/proxy_setup.py
/usr/lib/python3.13/site-packages/vibe/core/review
/usr/lib/python3.13/site-packages/vibe/core/review/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/review/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/review/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/review/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/review/__pycache__/manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/review/__pycache__/manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/review/manager.py
/usr/lib/python3.13/site-packages/vibe/core/rewind
/usr/lib/python3.13/site-packages/vibe/core/rewind/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/rewind/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/rewind/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/rewind/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/rewind/__pycache__/manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/rewind/__pycache__/manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/rewind/manager.py
/usr/lib/python3.13/site-packages/vibe/core/scratchpad.py
/usr/lib/python3.13/site-packages/vibe/core/session
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/image_snapshot.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/image_snapshot.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/last_session_pointer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/last_session_pointer.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/resume_sessions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/resume_sessions.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/saved_sessions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/saved_sessions.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/session_id.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/session_id.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/session_index.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/session_index.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/session_loader.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/session_loader.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/session_logger.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/session_logger.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/session_migration.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/session_migration.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/title_format.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/__pycache__/title_format.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/session/image_snapshot.py
/usr/lib/python3.13/site-packages/vibe/core/session/last_session_pointer.py
/usr/lib/python3.13/site-packages/vibe/core/session/resume_sessions.py
/usr/lib/python3.13/site-packages/vibe/core/session/saved_sessions.py
/usr/lib/python3.13/site-packages/vibe/core/session/session_id.py
/usr/lib/python3.13/site-packages/vibe/core/session/session_index.py
/usr/lib/python3.13/site-packages/vibe/core/session/session_loader.py
/usr/lib/python3.13/site-packages/vibe/core/session/session_logger.py
/usr/lib/python3.13/site-packages/vibe/core/session/session_migration.py
/usr/lib/python3.13/site-packages/vibe/core/session/title_format.py
/usr/lib/python3.13/site-packages/vibe/core/skills
/usr/lib/python3.13/site-packages/vibe/core/skills/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/skills/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/skills/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/__pycache__/manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/__pycache__/manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/__pycache__/models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/__pycache__/models.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/__pycache__/parser.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/__pycache__/parser.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/builtins
/usr/lib/python3.13/site-packages/vibe/core/skills/builtins/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/skills/builtins/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/skills/builtins/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/builtins/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/builtins/__pycache__/skill_creator.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/builtins/__pycache__/skill_creator.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/builtins/__pycache__/vibe.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/builtins/__pycache__/vibe.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/builtins/skill_creator.py
/usr/lib/python3.13/site-packages/vibe/core/skills/builtins/vibe.py
/usr/lib/python3.13/site-packages/vibe/core/skills/manager.py
/usr/lib/python3.13/site-packages/vibe/core/skills/models.py
/usr/lib/python3.13/site-packages/vibe/core/skills/parser.py
/usr/lib/python3.13/site-packages/vibe/core/skills/registry
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__pycache__/_client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__pycache__/_client.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__pycache__/_manifest.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__pycache__/_manifest.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__pycache__/_store.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__pycache__/_store.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__pycache__/models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/__pycache__/models.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/_client.py
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/_manifest.py
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/_store.py
/usr/lib/python3.13/site-packages/vibe/core/skills/registry/models.py
/usr/lib/python3.13/site-packages/vibe/core/subagents.py
/usr/lib/python3.13/site-packages/vibe/core/system_prompt.py
/usr/lib/python3.13/site-packages/vibe/core/telemetry
/usr/lib/python3.13/site-packages/vibe/core/telemetry/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/telemetry/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/telemetry/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/telemetry/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/telemetry/__pycache__/build_metadata.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/telemetry/__pycache__/build_metadata.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/telemetry/__pycache__/send.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/telemetry/__pycache__/send.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/telemetry/__pycache__/types.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/telemetry/__pycache__/types.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/telemetry/build_metadata.py
/usr/lib/python3.13/site-packages/vibe/core/telemetry/send.py
/usr/lib/python3.13/site-packages/vibe/core/telemetry/types.py
/usr/lib/python3.13/site-packages/vibe/core/teleport
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/errors.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/errors.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/git.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/git.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/nuage.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/nuage.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/telemetry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/telemetry.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/teleport.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/teleport.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/types.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/__pycache__/types.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/teleport/errors.py
/usr/lib/python3.13/site-packages/vibe/core/teleport/git.py
/usr/lib/python3.13/site-packages/vibe/core/teleport/nuage.py
/usr/lib/python3.13/site-packages/vibe/core/teleport/telemetry.py
/usr/lib/python3.13/site-packages/vibe/core/teleport/teleport.py
/usr/lib/python3.13/site-packages/vibe/core/teleport/types.py
/usr/lib/python3.13/site-packages/vibe/core/tools
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/arity.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/arity.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/io_port.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/io_port.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/mcp_sampling.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/mcp_sampling.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/mcp_settings.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/mcp_settings.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/models.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/permissions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/permissions.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/remote.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/remote.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/terminal_runtime.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/terminal_runtime.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/ui.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/ui.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/arity.py
/usr/lib/python3.13/site-packages/vibe/core/tools/base.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/ask_user_question.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/ask_user_question.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/bash.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/bash.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/edit.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/edit.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/exit_plan_mode.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/exit_plan_mode.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/experimental_bash.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/experimental_bash.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/git_bash.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/git_bash.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/grep.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/grep.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/read_file.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/read_file.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/skill.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/skill.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/task.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/task.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/todo.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/todo.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/web_fetch.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/web_fetch.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/web_search.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/web_search.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/windows_shell.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/windows_shell.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/write_file.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/__pycache__/write_file.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/ask_user_question.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/bash.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/edit.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/exit_plan_mode.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/experimental_bash.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/git_bash.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/grep.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/__pycache__/_posix.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/__pycache__/_posix.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/__pycache__/_windows.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/__pycache__/_windows.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/__pycache__/backend.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/__pycache__/backend.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/_posix.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/_windows.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/managed_shell/backend.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/ask_user_question.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/bash.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/edit.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/exit_plan_mode.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/experimental_bash.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/git_bash_fallback.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/grep.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/managed_git_bash.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/managed_powershell.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/powershell_fallback.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/read_file.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/skill.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/task.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/todo.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/web_fetch.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/web_search.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/prompts/write_file.md
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/read_file.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/skill.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/task.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/todo.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/web_fetch.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/web_search.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/windows_shell.py
/usr/lib/python3.13/site-packages/vibe/core/tools/builtins/write_file.py
/usr/lib/python3.13/site-packages/vibe/core/tools/connectors
/usr/lib/python3.13/site-packages/vibe/core/tools/connectors/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/tools/connectors/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/tools/connectors/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/connectors/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/connectors/__pycache__/connector_registry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/connectors/__pycache__/connector_registry.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/connectors/__pycache__/counts.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/connectors/__pycache__/counts.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/connectors/connector_registry.py
/usr/lib/python3.13/site-packages/vibe/core/tools/connectors/counts.py
/usr/lib/python3.13/site-packages/vibe/core/tools/io_port.py
/usr/lib/python3.13/site-packages/vibe/core/tools/manager.py
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__pycache__/management.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__pycache__/management.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__pycache__/pool.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__pycache__/pool.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__pycache__/registry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__pycache__/registry.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__pycache__/tools.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/__pycache__/tools.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/management.py
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/pool.py
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/registry.py
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp/tools.py
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp_sampling.py
/usr/lib/python3.13/site-packages/vibe/core/tools/mcp_settings.py
/usr/lib/python3.13/site-packages/vibe/core/tools/models.py
/usr/lib/python3.13/site-packages/vibe/core/tools/permissions.py
/usr/lib/python3.13/site-packages/vibe/core/tools/remote.py
/usr/lib/python3.13/site-packages/vibe/core/tools/terminal_runtime.py
/usr/lib/python3.13/site-packages/vibe/core/tools/ui.py
/usr/lib/python3.13/site-packages/vibe/core/tools/utils.py
/usr/lib/python3.13/site-packages/vibe/core/tracing.py
/usr/lib/python3.13/site-packages/vibe/core/trusted_folders.py
/usr/lib/python3.13/site-packages/vibe/core/types.py
/usr/lib/python3.13/site-packages/vibe/core/utils
/usr/lib/python3.13/site-packages/vibe/core/utils/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/async_subprocess.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/async_subprocess.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/concurrency.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/concurrency.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/matching.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/matching.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/merge.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/merge.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/retry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/retry.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/shell.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/shell.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/slug.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/slug.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/sse.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/sse.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/tags.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/tags.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/time.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/time.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/tokens.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/tokens.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/windows_asyncio.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/__pycache__/windows_asyncio.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/utils/async_subprocess.py
/usr/lib/python3.13/site-packages/vibe/core/utils/concurrency.py
/usr/lib/python3.13/site-packages/vibe/core/utils/matching.py
/usr/lib/python3.13/site-packages/vibe/core/utils/merge.py
/usr/lib/python3.13/site-packages/vibe/core/utils/retry.py
/usr/lib/python3.13/site-packages/vibe/core/utils/shell.py
/usr/lib/python3.13/site-packages/vibe/core/utils/slug.py
/usr/lib/python3.13/site-packages/vibe/core/utils/sse.py
/usr/lib/python3.13/site-packages/vibe/core/utils/tags.py
/usr/lib/python3.13/site-packages/vibe/core/utils/time.py
/usr/lib/python3.13/site-packages/vibe/core/utils/tokens.py
/usr/lib/python3.13/site-packages/vibe/core/utils/windows_asyncio.py
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__init__.py
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/client.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/picker_service.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/picker_service.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/project_store.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/project_store.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/selection.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/selection.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/telemetry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/__pycache__/telemetry.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/client.py
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/picker_service.py
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/project_store.py
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/selection.py
/usr/lib/python3.13/site-packages/vibe/core/vibe_code_project/telemetry.py
/usr/lib/python3.13/site-packages/vibe/core/worktree.py
/usr/lib/python3.13/site-packages/vibe/core/worktree_naming.py
/usr/lib/python3.13/site-packages/vibe/core/worktree_naming_model.py
/usr/lib/python3.13/site-packages/vibe/feedback.py
/usr/lib/python3.13/site-packages/vibe/observability
/usr/lib/python3.13/site-packages/vibe/observability/__init__.py
/usr/lib/python3.13/site-packages/vibe/observability/__pycache__
/usr/lib/python3.13/site-packages/vibe/observability/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/observability/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/observability/__pycache__/logging.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/observability/__pycache__/logging.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/observability/__pycache__/sentry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/observability/__pycache__/sentry.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/observability/logging.py
/usr/lib/python3.13/site-packages/vibe/observability/sentry.py
/usr/lib/python3.13/site-packages/vibe/permissions.py
/usr/lib/python3.13/site-packages/vibe/questions.py
/usr/lib/python3.13/site-packages/vibe/setup
/usr/lib/python3.13/site-packages/vibe/setup/auth
/usr/lib/python3.13/site-packages/vibe/setup/auth/__init__.py
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/api_key_persistence.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/api_key_persistence.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/auth_state.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/auth_state.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/browser_sign_in.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/browser_sign_in.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/browser_sign_in_gateway.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/browser_sign_in_gateway.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/http_browser_sign_in_gateway.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/__pycache__/http_browser_sign_in_gateway.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/auth/api_key_persistence.py
/usr/lib/python3.13/site-packages/vibe/setup/auth/auth_state.py
/usr/lib/python3.13/site-packages/vibe/setup/auth/browser_sign_in.py
/usr/lib/python3.13/site-packages/vibe/setup/auth/browser_sign_in_gateway.py
/usr/lib/python3.13/site-packages/vibe/setup/auth/http_browser_sign_in_gateway.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/__init__.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/__pycache__
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/__pycache__/context.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/__pycache__/context.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/__pycache__/gradient_text.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/__pycache__/gradient_text.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/base.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/context.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/gradient_text.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/onboarding.tcss
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__init__.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/api_key.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/api_key.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/auth_method.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/auth_method.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/browser_sign_in.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/browser_sign_in.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/custom_domain.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/custom_domain.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/sign_in_target.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/sign_in_target.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/theme_selection.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/theme_selection.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/welcome.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/__pycache__/welcome.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/api_key.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/auth_method.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/browser_sign_in.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/custom_domain.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/sign_in_target.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/theme_selection.py
/usr/lib/python3.13/site-packages/vibe/setup/onboarding/screens/welcome.py
/usr/lib/python3.13/site-packages/vibe/setup/trusted_folders
/usr/lib/python3.13/site-packages/vibe/setup/trusted_folders/__pycache__
/usr/lib/python3.13/site-packages/vibe/setup/trusted_folders/__pycache__/trust_folder_dialog.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/trusted_folders/__pycache__/trust_folder_dialog.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/trusted_folders/trust_folder_dialog.py
/usr/lib/python3.13/site-packages/vibe/setup/trusted_folders/trust_folder_dialog.tcss
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt/__init__.py
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt/__pycache__
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt/__pycache__/theme.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt/__pycache__/theme.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt/__pycache__/update_prompt_dialog.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt/__pycache__/update_prompt_dialog.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt/theme.py
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt/update_prompt_dialog.py
/usr/lib/python3.13/site-packages/vibe/setup/update_prompt/update_prompt_dialog.tcss
/usr/lib/python3.13/site-packages/vibe/user_content.py
/usr/lib/python3.13/site-packages/vibe/utils
/usr/lib/python3.13/site-packages/vibe/utils/__init__.py
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/api_keys.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/api_keys.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/audio.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/audio.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/cache_store.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/cache_store.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/data_retention.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/data_retention.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/display.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/display.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/http.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/http.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/images.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/images.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/io.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/io.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/keyring.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/keyring.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/mcp.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/mcp.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/paths.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/paths.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/platform.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/platform.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/pricing.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/pricing.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/session_id.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/session_id.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/terminal.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/terminal.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/text.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/text.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/tool_presentation.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vibe/utils/__pycache__/tool_presentation.cpython-313.pyc
/usr/lib/python3.13/site-packages/vibe/utils/api_keys.py
/usr/lib/python3.13/site-packages/vibe/utils/audio.py
/usr/lib/python3.13/site-packages/vibe/utils/cache_store.py
/usr/lib/python3.13/site-packages/vibe/utils/data_retention.py
/usr/lib/python3.13/site-packages/vibe/utils/display.py
/usr/lib/python3.13/site-packages/vibe/utils/http.py
/usr/lib/python3.13/site-packages/vibe/utils/images.py
/usr/lib/python3.13/site-packages/vibe/utils/io.py
/usr/lib/python3.13/site-packages/vibe/utils/keyring.py
/usr/lib/python3.13/site-packages/vibe/utils/mcp.py
/usr/lib/python3.13/site-packages/vibe/utils/paths.py
/usr/lib/python3.13/site-packages/vibe/utils/platform.py
/usr/lib/python3.13/site-packages/vibe/utils/pricing.py
/usr/lib/python3.13/site-packages/vibe/utils/repository.py
/usr/lib/python3.13/site-packages/vibe/utils/session_id.py
/usr/lib/python3.13/site-packages/vibe/utils/terminal.py
/usr/lib/python3.13/site-packages/vibe/utils/text.py
/usr/lib/python3.13/site-packages/vibe/utils/tool_presentation.py
/usr/lib/python3.13/site-packages/vibe/whats_new.md
/usr/share/licenses/mistral-vibe
/usr/share/licenses/mistral-vibe/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 24 22:41:45 2026