tab-agent 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,7 +51,7 @@ npx tab-agent setup
51
51
  Because Tab Agent runs as a Chrome extension:
52
52
 
53
53
  - **Uses your existing cookies** — no re-authentication needed
54
- - **Access any site you're logged into** — GitHub, Twitter, Gmail, internal tools
54
+ - **Access any site you're logged into** — GitHub, X, Gmail, internal tools
55
55
  - **Works with SSO and 2FA** — enterprise apps, protected accounts
56
56
  - **No credential sharing** — your passwords stay in your browser
57
57
 
@@ -75,7 +75,7 @@ Because Tab Agent runs as a Chrome extension:
75
75
  > "Fill out this contact form with my details"
76
76
 
77
77
  **Data Extraction**
78
- > "Get the last 20 tweets from my timeline with author names"
78
+ > "Get the last 20 posts from my X timeline with author names"
79
79
 
80
80
  **Multi-step Workflows**
81
81
  > "Search Amazon for 'mechanical keyboard', filter by 4+ stars, and list the top 3"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tab-agent",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Browser control for Claude Code and Codex via WebSocket",
5
5
  "bin": {
6
6
  "tab-agent": "./bin/tab-agent.js"