social-agent-cli 1.7.0 → 1.7.1

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.
@@ -7,6 +7,27 @@ MARKER="<!-- SOCIAL-AGENT-START -->"
7
7
  MARKER_END="<!-- SOCIAL-AGENT-END -->"
8
8
  CLAUDE_MD="CLAUDE.md"
9
9
 
10
+ # Help
11
+ if [[ "$1" == "--help" || "$1" == "-h" || "$1" == "help" ]]; then
12
+ echo ""
13
+ echo " claude-social - Claude Code with social media awareness"
14
+ echo ""
15
+ echo " Usage:"
16
+ echo " claude-social Start with social suggestions enabled"
17
+ echo " claude-social -permission Start with all permissions auto-approved"
18
+ echo ""
19
+ echo " Inside Claude Code:"
20
+ echo " /social Create post from current work"
21
+ echo " /social-suggest on|off Toggle suggestions"
22
+ echo " /social-suggest level 1-5 Set sensitivity"
23
+ echo ""
24
+ echo " Config:"
25
+ echo " social-agent config Show config paths"
26
+ echo " social-agent setup First-time setup"
27
+ echo ""
28
+ exit 0
29
+ fi
30
+
10
31
  if [[ ! -f "$PROMPT_FILE" ]]; then
11
32
  echo "Social Agent kurulu değil. Önce: social-agent setup"
12
33
  exit 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-agent-cli",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "AI-powered social media agent - free APIs + browser automation with self-healing selectors",
5
5
  "type": "module",
6
6
  "bin": {