vibesurf 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

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.

vibe_surf/_version.py CHANGED
@@ -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.0'
32
- __version_tuple__ = version_tuple = (0, 1, 0)
31
+ __version__ = version = '0.1.1'
32
+ __version_tuple__ = version_tuple = (0, 1, 1)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1410,6 +1410,12 @@ class VibeSurfUIManager {
1410
1410
  setupProfileFormEvents() {
1411
1411
  console.log('[UIManager] Setting up profile form events');
1412
1412
 
1413
+ // Add form submission handler first (directly, no cloning)
1414
+ if (this.elements.profileForm) {
1415
+ this.elements.profileForm.addEventListener('submit', this.handleProfileFormSubmit.bind(this));
1416
+ console.log('[UIManager] Form submit listener added');
1417
+ }
1418
+
1413
1419
  // Provider change handler for LLM profiles
1414
1420
  const providerSelect = this.elements.profileForm?.querySelector('select[name="provider"]');
1415
1421
  if (providerSelect) {
@@ -1446,17 +1452,6 @@ class VibeSurfUIManager {
1446
1452
  // Trigger initial validation
1447
1453
  this.handleJsonInputValidation({ target: jsonInput });
1448
1454
  }
1449
-
1450
- // Re-add form submission handler in case it was lost
1451
- if (this.elements.profileForm) {
1452
- // Remove existing listeners to avoid duplicates
1453
- const newForm = this.elements.profileForm.cloneNode(true);
1454
- this.elements.profileForm.parentNode.replaceChild(newForm, this.elements.profileForm);
1455
- this.elements.profileForm = newForm;
1456
-
1457
- this.elements.profileForm.addEventListener('submit', this.handleProfileFormSubmit.bind(this));
1458
- console.log('[UIManager] Form submit listener re-added in setupProfileFormEvents');
1459
- }
1460
1455
  }
1461
1456
 
1462
1457
  handleJsonInputValidation(event) {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vibesurf
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: VibeSurf: A powerful browser assistant for vibe surfing
5
5
  Author: Shao Warm
6
6
  License: Apache-2.0
@@ -80,7 +80,8 @@ vibesurf
80
80
 
81
81
  ## 🎬 Demo
82
82
 
83
- <!-- VIDEO_PLACEHOLDER: Add demo video here -->
83
+ <video src="https://github.com/user-attachments/assets/0a4650c0-c4ed-423e-9e16-7889e9f9816d" controls="controls">Your browser does not support playing this video!</video>
84
+
84
85
 
85
86
  ## 📝 License
86
87
 
@@ -1,5 +1,5 @@
1
1
  vibe_surf/__init__.py,sha256=WtduuMFGauMD_9dpk4fnRnLTAP6ka9Lfu0feAFNzLfo,339
2
- vibe_surf/_version.py,sha256=5jwwVncvCiTnhOedfkzzxmxsggwmTBORdFL_4wq0ZeY,704
2
+ vibe_surf/_version.py,sha256=m8HxkqoKGw_wAJtc4ZokpJKNLXqp4zwnNhbnfDtro7w,704
3
3
  vibe_surf/cli.py,sha256=plf5XnPBXxpj1QV8lEcjyhES9_7Whfin-88QI5SOTqs,13978
4
4
  vibe_surf/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  vibe_surf/agents/browser_use_agent.py,sha256=NSSdZ9lnjtv_RyfR5Ay2rMnzJRJ-67S8Q3ytGAguiB0,50266
@@ -50,7 +50,7 @@ vibe_surf/chrome_extension/scripts/api-client.js,sha256=XwKmH4lP5eAkBqAM8EcQezI0
50
50
  vibe_surf/chrome_extension/scripts/main.js,sha256=WhmCGktQoSl7aaMl8a9ysJJiysAjf12bWGypMucCSVg,16913
51
51
  vibe_surf/chrome_extension/scripts/markdown-it.min.js,sha256=gZ3xe0BdCJplNiHWTKrm6AGZydPy34jJKZqFIf-7hIw,102948
52
52
  vibe_surf/chrome_extension/scripts/session-manager.js,sha256=MZHOgj4aucNP8c51xXKjXATxlyh1ODEky9BXIYuphvA,18070
53
- vibe_surf/chrome_extension/scripts/ui-manager.js,sha256=4GA3Q7wDvJGnk0EaV8U0F6EJ1qcPPS1LyWq5g_lHuxc,137213
53
+ vibe_surf/chrome_extension/scripts/ui-manager.js,sha256=KZXvU35z_ifj77MTcCbxEFR6c4Y_TrtHb3nKMIHJTKA,136927
54
54
  vibe_surf/chrome_extension/styles/animations.css,sha256=TLAet_xXBxCA-H36BWP4xBGBIVjbDdAj7Q6OPxPsbE8,7891
55
55
  vibe_surf/chrome_extension/styles/components.css,sha256=UZXjblZ_XFlPHqXg8_woiNysUiWzNq8qX_vidiQZMEg,13790
56
56
  vibe_surf/chrome_extension/styles/main.css,sha256=4KLqHoX8CV3sUuK_GGouiB8CN3p07iukcSbZkCMFKR8,47267
@@ -62,9 +62,9 @@ vibe_surf/controller/vibesurf_controller.py,sha256=UWz8SvOAHr9KG8tn4nTciZvt3JkxY
62
62
  vibe_surf/controller/views.py,sha256=BaPlvcHTy5h-Lfr0OSgR_t6ynitgzNQF4-VUJJt8Hi0,1072
63
63
  vibe_surf/llm/__init__.py,sha256=_vDVPo6STf343p1SgMQrF5023hicAx0g83pK2Gbk4Ek,601
64
64
  vibe_surf/llm/openai_compatible.py,sha256=oY32VZF4oDS6ZG0h1WGtqAlWzdlximlJVTw8e8p5Zrg,10175
65
- vibesurf-0.1.0.dist-info/licenses/LICENSE,sha256=czn6QYya0-jhLnStD9JqnMS-hwP5wRByipkrGTvoXLI,11355
66
- vibesurf-0.1.0.dist-info/METADATA,sha256=imdYKKnFGlLPpFpO2NLovCKpHEM1BL544GbWSjqa8tA,3366
67
- vibesurf-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
68
- vibesurf-0.1.0.dist-info/entry_points.txt,sha256=UxqpvMocL-PR33S6vLF2OmXn-kVzM-DneMeZeHcPMM8,48
69
- vibesurf-0.1.0.dist-info/top_level.txt,sha256=VPZGHqSb6EEqcJ4ZX6bHIuWfon5f6HXl3c7BYpbRqnY,10
70
- vibesurf-0.1.0.dist-info/RECORD,,
65
+ vibesurf-0.1.1.dist-info/licenses/LICENSE,sha256=czn6QYya0-jhLnStD9JqnMS-hwP5wRByipkrGTvoXLI,11355
66
+ vibesurf-0.1.1.dist-info/METADATA,sha256=aAZIW_SXLW_tPU4pPzvVIqZblXrpLQ7O-f9gDo6dysU,3490
67
+ vibesurf-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
68
+ vibesurf-0.1.1.dist-info/entry_points.txt,sha256=UxqpvMocL-PR33S6vLF2OmXn-kVzM-DneMeZeHcPMM8,48
69
+ vibesurf-0.1.1.dist-info/top_level.txt,sha256=VPZGHqSb6EEqcJ4ZX6bHIuWfon5f6HXl3c7BYpbRqnY,10
70
+ vibesurf-0.1.1.dist-info/RECORD,,