@hanzo/browser-extension 1.7.5 → 1.7.6

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.
@@ -2,7 +2,7 @@
2
2
  // ViewController.swift
3
3
  // Shared (App)
4
4
  //
5
- // Created by z on 04/03/2026.
5
+ // Created by z on 05/03/2026.
6
6
  //
7
7
 
8
8
  import WebKit
@@ -2,7 +2,7 @@
2
2
  // SafariWebExtensionHandler.swift
3
3
  // Shared (Extension)
4
4
  //
5
- // Created by z on 04/03/2026.
5
+ // Created by z on 05/03/2026.
6
6
  //
7
7
 
8
8
  import SafariServices
@@ -2,7 +2,7 @@
2
2
  // AppDelegate.swift
3
3
  // iOS (App)
4
4
  //
5
- // Created by z on 04/03/2026.
5
+ // Created by z on 05/03/2026.
6
6
  //
7
7
 
8
8
  import UIKit
@@ -2,7 +2,7 @@
2
2
  // SceneDelegate.swift
3
3
  // iOS (App)
4
4
  //
5
- // Created by z on 04/03/2026.
5
+ // Created by z on 05/03/2026.
6
6
  //
7
7
 
8
8
  import UIKit
@@ -2,7 +2,7 @@
2
2
  // AppDelegate.swift
3
3
  // macOS (App)
4
4
  //
5
- // Created by z on 04/03/2026.
5
+ // Created by z on 05/03/2026.
6
6
  //
7
7
 
8
8
  import Cocoa
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/browser-extension",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "Hanzo AI Browser Extension",
5
5
  "main": "dist/background.js",
6
6
  "scripts": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Hanzo AI",
4
- "version": "1.7.5",
4
+ "version": "1.7.6",
5
5
  "description": "AI-powered dev assistant — click-to-code navigation, source maps, WebGPU AI, and MCP integration for Claude Code.",
6
6
  "permissions": [
7
7
  "activeTab",
package/src/manifest.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Hanzo AI",
4
- "version": "1.7.5",
4
+ "version": "1.7.6",
5
5
  "description": "AI-powered dev assistant — click-to-code navigation, source maps, WebGPU AI, and MCP integration for Claude Code.",
6
6
  "permissions": [
7
7
  "activeTab",