vibesurf 0.1.13__tar.gz → 0.1.14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of vibesurf might be problematic. Click here for more details.
- {vibesurf-0.1.13 → vibesurf-0.1.14}/.github/workflows/publish.yml +1 -32
- {vibesurf-0.1.13 → vibesurf-0.1.14}/PKG-INFO +1 -1
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/_version.py +3 -3
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/api/task.py +8 -4
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibesurf.egg-info/PKG-INFO +1 -1
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibesurf.spec +2 -6
- {vibesurf-0.1.13 → vibesurf-0.1.14}/.env.example +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/.gitignore +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/.python-version +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/LICENSE +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/MANIFEST.in +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/README.md +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/docs/EXECUTABLE_BUILD.md +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/docs/PYPI_SETUP.md +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/pyproject.toml +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/scripts/build-local.bat +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/scripts/build-local.sh +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/setup.cfg +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/tests/test_agents.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/tests/test_backend_api.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/tests/test_browser.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/tests/test_tools.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/agents/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/agents/browser_use_agent.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/agents/prompts/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/agents/prompts/report_writer_prompt.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/agents/prompts/vibe_surf_prompt.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/agents/report_writer_agent.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/agents/vibe_surf_agent.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/agents/views.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/api/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/api/activity.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/api/browser.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/api/config.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/api/files.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/api/models.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/database/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/database/manager.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/database/models.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/database/queries.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/database/schemas.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/llm_config.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/main.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/migrations/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/migrations/init_db.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/migrations/seed_data.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/shared_state.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/utils/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/utils/encryption.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/backend/utils/llm_factory.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/browser/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/browser/agen_browser_profile.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/browser/agent_browser_session.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/browser/browser_manager.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/browser/utils.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/browser/watchdogs/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/browser/watchdogs/action_watchdog.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/browser/watchdogs/dom_watchdog.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/background.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/config.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/content.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/dev-reload.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/icons/convert-svg.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/icons/logo-preview.html +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/icons/logo.icns +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/icons/logo.png +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/manifest.json +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/popup.html +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/scripts/api-client.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/scripts/file-manager.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/scripts/history-manager.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/scripts/main.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/scripts/markdown-it.min.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/scripts/modal-manager.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/scripts/session-manager.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/scripts/settings-manager.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/scripts/ui-manager.js +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/sidepanel.html +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/activity.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/animations.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/base.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/components.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/history-modal.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/input.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/layout.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/responsive.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/settings-environment.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/settings-forms.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/settings-modal.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/settings-profiles.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/settings-responsive.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/settings-utilities.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/variables.css +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/cli.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/common.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/llm/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/llm/openai_compatible.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/logger.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/tools/__init__.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/tools/browser_use_tools.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/tools/file_system.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/tools/mcp_client.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/tools/report_writer_tools.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/tools/vibesurf_tools.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/tools/views.py +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibesurf.egg-info/SOURCES.txt +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibesurf.egg-info/dependency_links.txt +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibesurf.egg-info/entry_points.txt +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibesurf.egg-info/requires.txt +0 -0
- {vibesurf-0.1.13 → vibesurf-0.1.14}/vibesurf.egg-info/top_level.txt +0 -0
|
@@ -85,14 +85,6 @@ jobs:
|
|
|
85
85
|
- os: windows-latest
|
|
86
86
|
asset_name: vibesurf-windows-x64.exe
|
|
87
87
|
activate_cmd: .venv\Scripts\activate.bat
|
|
88
|
-
# macOS Intel (x86_64) - compatible with Apple Silicon via Rosetta 2
|
|
89
|
-
- os: macos-13
|
|
90
|
-
asset_name: vibesurf-macos-intel-x64
|
|
91
|
-
activate_cmd: source .venv/bin/activate
|
|
92
|
-
# macOS Apple Silicon (arm64) - native performance
|
|
93
|
-
- os: macos-14
|
|
94
|
-
asset_name: vibesurf-macos-apple-silicon
|
|
95
|
-
activate_cmd: source .venv/bin/activate
|
|
96
88
|
|
|
97
89
|
runs-on: ${{ matrix.os }}
|
|
98
90
|
|
|
@@ -163,24 +155,6 @@ jobs:
|
|
|
163
155
|
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
|
164
156
|
# Windows: rename .exe file
|
|
165
157
|
mv dist/vibesurf.exe dist/${{ matrix.asset_name }}
|
|
166
|
-
elif [[ "$RUNNER_OS" == "macOS" ]]; then
|
|
167
|
-
# macOS: handle single executable (CLI application with console support)
|
|
168
|
-
echo "Processing macOS CLI executable with icon..."
|
|
169
|
-
mv dist/vibesurf dist/${{ matrix.asset_name }}
|
|
170
|
-
chmod +x dist/${{ matrix.asset_name }}
|
|
171
|
-
|
|
172
|
-
# Apply ad-hoc code signing for macOS security
|
|
173
|
-
echo "Adding ad-hoc code signature to executable..."
|
|
174
|
-
codesign --force --sign - dist/${{ matrix.asset_name }} || echo "Code signing failed, continuing..."
|
|
175
|
-
|
|
176
|
-
# Remove quarantine attribute to help with Gatekeeper
|
|
177
|
-
xattr -c dist/${{ matrix.asset_name }} 2>/dev/null || echo "No quarantine attributes to remove"
|
|
178
|
-
|
|
179
|
-
# Verify signing
|
|
180
|
-
echo "Verifying code signature..."
|
|
181
|
-
codesign --verify dist/${{ matrix.asset_name }} && echo "✅ Signature verified" || echo "⚠️ Signature verification failed"
|
|
182
|
-
|
|
183
|
-
echo "✅ macOS executable ready - double-click will open in Terminal with console interface"
|
|
184
158
|
fi
|
|
185
159
|
|
|
186
160
|
# Show final result
|
|
@@ -194,9 +168,6 @@ jobs:
|
|
|
194
168
|
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
|
195
169
|
echo "Testing Windows executable..."
|
|
196
170
|
ls -la dist/${{ matrix.asset_name }}
|
|
197
|
-
elif [[ "$RUNNER_OS" == "macOS" ]]; then
|
|
198
|
-
echo "Testing macOS executable..."
|
|
199
|
-
./dist/${{ matrix.asset_name }} --help || echo "Basic test completed"
|
|
200
171
|
fi
|
|
201
172
|
|
|
202
173
|
- name: Upload executable
|
|
@@ -245,6 +216,4 @@ jobs:
|
|
|
245
216
|
uses: softprops/action-gh-release@v1
|
|
246
217
|
with:
|
|
247
218
|
files: |
|
|
248
|
-
vibesurf-windows-x64.exe/vibesurf-windows-x64.exe
|
|
249
|
-
vibesurf-macos-intel-x64/vibesurf-macos-intel-x64
|
|
250
|
-
vibesurf-macos-apple-silicon/vibesurf-macos-apple-silicon
|
|
219
|
+
vibesurf-windows-x64.exe/vibesurf-windows-x64.exe
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 1,
|
|
31
|
+
__version__ = version = '0.1.14'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 1, 14)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g2ea9daf98'
|
|
@@ -68,15 +68,19 @@ async def submit_task(
|
|
|
68
68
|
# Get LLM profile from database
|
|
69
69
|
llm_profile = await LLMProfileQueries.get_profile_with_decrypted_key(db, task_request.llm_profile_name)
|
|
70
70
|
if not llm_profile:
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
71
|
+
active_task = None
|
|
72
|
+
return {
|
|
73
|
+
"success": False,
|
|
74
|
+
"error": "llm_connection_failed",
|
|
75
|
+
"message": f"Failed to get LLM profile with decrypted key {task_request.llm_profile_name}",
|
|
76
|
+
"llm_profile": task_request.llm_profile_name
|
|
77
|
+
}
|
|
75
78
|
|
|
76
79
|
# Initialize LLM for this task if needed
|
|
77
80
|
if not current_llm_profile_name or current_llm_profile_name != task_request.llm_profile_name:
|
|
78
81
|
current_llm_profile_name = task_request.llm_profile_name
|
|
79
82
|
success, message = await _ensure_llm_initialized(llm_profile)
|
|
83
|
+
logger.info("Test LLM Connection!")
|
|
80
84
|
if not success:
|
|
81
85
|
active_task = None
|
|
82
86
|
return {
|
|
@@ -60,11 +60,7 @@ current_platform = platform.system()
|
|
|
60
60
|
print(f"Building for platform: {current_platform}")
|
|
61
61
|
|
|
62
62
|
# Configure icon and console mode based on platform
|
|
63
|
-
if current_platform == "
|
|
64
|
-
icon_file = vibe_surf_path / 'chrome_extension' / 'icons' / 'logo.icns'
|
|
65
|
-
console_mode = True # Terminal mode for macOS CLI application
|
|
66
|
-
print(f"macOS detected - using ICNS icon and terminal mode")
|
|
67
|
-
elif current_platform == "Windows":
|
|
63
|
+
if current_platform == "Windows":
|
|
68
64
|
# Windows can use ICO or PNG, but prefer ICO if available
|
|
69
65
|
ico_file = vibe_surf_path / 'chrome_extension' / 'icons' / 'logo.ico'
|
|
70
66
|
if ico_file.exists():
|
|
@@ -76,7 +72,7 @@ elif current_platform == "Windows":
|
|
|
76
72
|
console_mode = True
|
|
77
73
|
else: # Other platforms not supported
|
|
78
74
|
print(f"ERROR: Platform {current_platform} is not supported")
|
|
79
|
-
print("VibeSurf currently supports
|
|
75
|
+
print("VibeSurf currently supports Windows only")
|
|
80
76
|
sys.exit(1)
|
|
81
77
|
|
|
82
78
|
# Verify icon file exists
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/settings-environment.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/settings-responsive.css
RENAMED
|
File without changes
|
{vibesurf-0.1.13 → vibesurf-0.1.14}/vibe_surf/chrome_extension/styles/settings-utilities.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|