mirror of
https://github.com/badlogic/pi-skills.git
synced 2026-04-27 04:55:58 +03:00
[PR #4] [CLOSED] Improve browser-start --profile handling #8
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pi-skills#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/badlogic/pi-skills/pull/4
Author: @marckrenn
Created: 1/24/2026
Status: ❌ Closed
Base:
main← Head:browser-profile📝 Commits (5)
4a14d17Improve --profile handlingc7d757bAdd profile listing and selection guidancedfd15bfTighten profile messaging1988519Clarify default profile wording9f8da73Inline usage helper📊 Changes
3 files changed (+321 additions, -22 deletions)
View changed files
📝
browser-tools/SKILL.md(+22 -2)➕
browser-tools/browser-profiles.js(+64 -0)📝
browser-tools/browser-start.js(+235 -20)📄 Description
Features
./browser-tools/browser-start.js --profilestill defaulting to the browser's Default profile (unchanged behavior) ("[…] start with (default) profile")--profile-last-usedto load the last active profile from Local State ("[…] start with the last used profile")--profile {name}support ("[…] start with marc's profile")browser-tools/SKILL.mdwith the new profile logic and decision rules🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.