daniel156161
5ff340a6d3
allow to ask for remote host profiles and save token on first connection for later use
2026-05-01 19:07:04 +02:00
daniel156161
2f982fa714
fix remote clients command
Testing / test (push) Successful in 25s
Package Extension / package-extension (push) Successful in 9s
Build & Publish Package / publish (push) Successful in 21s
v0.8.1
2026-04-30 13:49:32 +02:00
daniel156161
6785b9f70c
feat(serve): add remote browser control over TCP with token auth
...
Build & Publish Package / publish (push) Successful in 50s
Testing / test (push) Successful in 31s
Package Extension / package-extension (push) Successful in 27s
Exposes a local browser over a TCP socket so remote machines can
control it using the same CLI and Python API. Token auth (auto-generated
via secrets.token_urlsafe) is on by default; --no-auth disables it.
Profile routing via _route message field lets clients target specific
browser instances on the remote host. BROWSER_CLI_PROFILE is forwarded
automatically so --browser flag works transparently over remote.
- browser-cli serve [--host] [--port] [--token] [--no-auth]
- browser-cli --remote HOST:PORT --token TOKEN <command>
- BrowserCLI(remote="host:port", token="...").tabs_list()
v0.8.0
2026-04-25 18:33:59 +02:00
daniel156161
1bf44c0eef
update uv lock file
Testing / test (push) Successful in 28s
Package Extension / package-extension (push) Successful in 14s
Build & Publish Package / publish (push) Successful in 26s
v0.7.1
2026-04-17 21:09:27 +02:00
daniel156161
cf0c9555d0
update version to 0.7.1
Testing / test (push) Successful in 28s
Package Extension / package-extension (push) Successful in 13s
Build & Publish Package / publish (push) Successful in 31s
2026-04-17 21:08:18 +02:00
daniel156161
a7da6cfab0
hardcode extension id and not prompt user
Testing / test (push) Has been cancelled
2026-04-17 21:07:30 +02:00
daniel156161
88b4f5ed11
add key generation script
2026-04-17 21:06:52 +02:00
daniel156161
36abde501c
update version to 0.7.0
Testing / test (push) Successful in 23s
Package Extension / package-extension (push) Successful in 21s
Build & Publish Package / publish (push) Successful in 24s
v0.7.0
2026-04-17 20:52:47 +02:00
daniel156161
1aff084429
add deterministic extension key
...
Testing / test (push) Waiting to run
Extension ID: bfpmkhngkjnfhabmfckgeohlilokodkg
2026-04-17 20:45:36 +02:00
daniel156161
1c5fd0ffee
feat: add browser automation commands (v0.6.0)
...
Testing / test (push) Successful in 24s
Package Extension / package-extension (push) Successful in 9s
Build & Publish Package / publish (push) Successful in 21s
Navigation: open-wait (open + block until loaded)
DOM: key, hover, check/uncheck, clear, focus, submit, poll, scroll, select, eval, wait-for
Tabs: pin/unpin, screenshot, watch-url (block until URL matches regex)
New command groups: page info, storage get/set, cookies list/get/set
Extension: add cookies permission
v0.6.0
2026-04-16 14:21:19 +02:00
daniel156161
fc4ce8f74d
rename Chrome to Browser
Testing / test (push) Successful in 20s
2026-04-16 11:55:09 +02:00
daniel156161
cd2ebc2982
set defaults to tab empyt url and title with muted false
Testing / test (push) Successful in 31s
2026-04-14 13:21:21 +02:00
daniel156161
edf9056430
show mute status correctly when tab mute and add to get single tab status
Package Extension / package-extension (push) Successful in 17s
Build & Publish Package / publish (push) Successful in 29s
Testing / test (push) Failing after 26s
v0.5.12
2026-04-13 21:35:25 +02:00
daniel156161
c494e76fe2
allow to mute and unmute tabs and get mute status into tab info
Testing / test (push) Failing after 34s
2026-04-13 21:19:27 +02:00
daniel156161
5150933319
change that tab open change url inplace and get active tab from window id
Testing / test (push) Successful in 29s
Package Extension / package-extension (push) Successful in 11s
Build & Publish Package / publish (push) Successful in 43s
v0.5.8
2026-04-13 19:50:46 +02:00
daniel156161
9dbe57c66c
implement windows support of the extension
Testing / test (push) Successful in 47s
2026-04-13 11:02:54 +02:00
daniel156161
080ca6da6d
update uv.lock to new version of browser-cli
Testing / test (push) Failing after 11m8s
2026-04-13 08:06:15 +02:00
daniel156161
d0c1d7c226
update README
2026-04-13 08:05:43 +02:00
daniel156161
2a38997946
add --left/--right commands into move and add shorter aliases to move flags
2026-04-13 08:04:58 +02:00
daniel156161
a1038d5817
fix that alias can only exist once and when dublicate give error
Testing / test (push) Successful in 39s
Package Extension / package-extension (push) Successful in 23s
Build & Publish Package / publish (push) Successful in 33s
v0.5.7
2026-04-12 17:31:49 +02:00
daniel156161
64d804cf32
adding better markdown extracting and filter out to not have broken staff, allow that session can list over multiple browsers
2026-04-12 17:10:19 +02:00
daniel156161
51054422fb
fix demo.sh script that the creation of a group now works again
Testing / test (push) Successful in 21s
2026-04-10 13:45:46 +02:00
daniel156161
1b53a884e7
add delay wht more tests not conflict and fix tests with the current cli version
Testing / test (push) Successful in 21s
Package Extension / package-extension (push) Successful in 10s
Build & Publish Package / publish (push) Successful in 20s
v0.5.6
2026-04-10 13:41:49 +02:00
daniel156161
54760412b3
fix live testing tothe browser alias testing
2026-04-10 13:40:14 +02:00
daniel156161
57c4ccc48a
move rename-profile to clients rename
2026-04-10 13:38:54 +02:00
daniel156161
64970c8c86
add test workflow to run testing on main push skip that neating a active live browser
Testing / test (push) Successful in 23s
Package Extension / package-extension (push) Successful in 10s
Build & Publish Package / publish (push) Successful in 22s
2026-04-10 13:17:41 +02:00
daniel156161
e848b8d95f
rename group command to groups to have consistency into the cli
2026-04-10 13:12:23 +02:00
daniel156161
362b53a384
remove the --profile flag on windows open and add opening a new window with a url
2026-04-10 13:06:53 +02:00
daniel156161
61b774a7a4
add multi browser mode to arragate data from all browsers by tabs list, tabs count, group list, group count and windows list
...
Package Extension / package-extension (push) Successful in 12s
Build & Publish Package / publish (push) Successful in 22s
remove (unnamed) into the group names just leave it a empty string, remove Focused on windows how should the browser know what windows are focused
2026-04-10 12:49:51 +02:00
daniel156161
6979f2ef30
allow to rename the profile without a browser restart and remove old sockets and registry entry when browser closes
Build & Publish Package / publish (push) Successful in 27s
Package Extension / package-extension (push) Failing after 10m17s
2026-04-10 12:02:14 +02:00
daniel156161
c9ecde9338
remove planform and show extension version into client list
2026-04-10 11:34:36 +02:00
daniel156161
bdf5ad842f
update extension version to v0.5.0
Package Extension / package-extension (push) Successful in 18s
Build & Publish Package / publish (push) Failing after 22s
2026-04-10 03:50:28 +02:00
daniel156161
f2a7f85ee3
adding new extract command to extract selector or main content as markdown, updateing version as 0.5.0
Package Extension / package-extension (push) Successful in 12s
Build & Publish Package / publish (push) Failing after 21s
2026-04-10 03:44:49 +02:00
daniel156161
79093ed558
only parse json if its json and else return the error
2026-04-10 02:59:17 +02:00
daniel156161
846a56cf1e
update uv.lock file with correct browser-cli version
Package Extension / package-extension (push) Failing after 11s
Build & Publish Package / publish (push) Failing after 23s
2026-04-10 02:54:01 +02:00
daniel156161
e8a43d2886
build packed extension and create new release asset
2026-04-10 02:53:29 +02:00
daniel156161
0ef224bc11
do not fix the cli the same links and image links
2026-04-10 02:49:54 +02:00
daniel156161
f18d2d5536
fix that the cli still used the DEFAULT_SOCKET Const, give better error message when no browser found adding test for client and update cli test, and update version and readme
Package Extension / package-extension (push) Failing after 53s
Build & Publish Package / publish (push) Successful in 39s
2026-04-10 02:14:59 +02:00
daniel156161
147d1d4ca3
update README and remove not neaded browser-cli-native-host script
2026-04-10 02:01:16 +02:00
daniel156161
7b9a877731
adding the edge and vivaldi browser for installing the extension to, generate uuids when the browser not have a alias set
2026-04-10 01:48:18 +02:00
daniel156161
e8cbf64919
add gitea action to pack the crome extension
2026-04-10 00:32:03 +02:00
daniel156161
2375bb71b6
add version command to show current version
2026-04-10 00:31:22 +02:00
daniel156161
e7abcbb976
move host app into a other directory
2026-04-10 00:23:21 +02:00
daniel156161
44e667bfeb
add extension icons and update the version
2026-04-10 00:03:38 +02:00
daniel156161
36663826cf
update version to 0.4.0
2026-04-09 23:52:38 +02:00
daniel156161
172ba73697
allow strings or functions for tab filter function in python module
2026-04-09 23:51:02 +02:00
daniel156161
c5a4218da0
fix moving of browser groups and allow to store groups into session
2026-04-09 23:38:00 +02:00
daniel156161
eaa86e3f3d
add test for the api
2026-04-09 10:42:36 +02:00
daniel156161
a66bdabb46
update version of browser-cli
Build & Publish Package / publish (push) Successful in 33s
2026-04-09 08:49:48 +02:00
daniel156161
7347d981c4
update python module with new commands and new classes
2026-04-09 08:49:21 +02:00