[PR #4] [CLOSED] Improve browser-start --profile handling #8

Closed
opened 2026-03-07 13:57:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/badlogic/pi-skills/pull/4
Author: @marckrenn
Created: 1/24/2026
Status: Closed

Base: mainHead: browser-profile


📝 Commits (5)

  • 4a14d17 Improve --profile handling
  • c7d757b Add profile listing and selection guidance
  • dfd15bf Tighten profile messaging
  • 1988519 Clarify default profile wording
  • 9f8da73 Inline 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 --profile still defaulting to the browser's Default profile (unchanged behavior) ("[…] start with (default) profile")
  • Add --profile-last-used to load the last active profile from Local State ("[…] start with the last used profile")
  • Add --profile {name} support ("[…] start with marc's profile")
  • Update browser-tools/SKILL.md with the new profile logic and decision rules

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/badlogic/pi-skills/pull/4 **Author:** [@marckrenn](https://github.com/marckrenn) **Created:** 1/24/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `browser-profile` --- ### 📝 Commits (5) - [`4a14d17`](https://github.com/badlogic/pi-skills/commit/4a14d1741ea7f392121d2d7cda5b2ab67d490847) Improve --profile handling - [`c7d757b`](https://github.com/badlogic/pi-skills/commit/c7d757b4790ab4971f6883e0abd630e4c62c7fc2) Add profile listing and selection guidance - [`dfd15bf`](https://github.com/badlogic/pi-skills/commit/dfd15bf7e747e0b050e5d519b960d5ad13796ee3) Tighten profile messaging - [`1988519`](https://github.com/badlogic/pi-skills/commit/1988519b80e5bddd4a7ab071e2eda3f631f29742) Clarify default profile wording - [`9f8da73`](https://github.com/badlogic/pi-skills/commit/9f8da73d3309f0b97903ed51a2298bebb77d9ffb) Inline usage helper ### 📊 Changes **3 files changed** (+321 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `browser-tools/SKILL.md` (+22 -2) ➕ `browser-tools/browser-profiles.js` (+64 -0) 📝 `browser-tools/browser-start.js` (+235 -20) </details> ### 📄 Description ## Features - `./browser-tools/browser-start.js --profile` still defaulting to the browser's _Default profile_ (unchanged behavior) (`"[…] start with (default) profile"`) - Add `--profile-last-used` to load the last active profile from _Local State_ (`"[…] start with the last used profile"`) - Add `--profile {name}` support (`"[…] start with marc's profile"`) - Update `browser-tools/SKILL.md` with the new profile logic and decision rules --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 13:57:59 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pi-skills#8
No description provided.