githits 0.4.9 → 0.4.11

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.
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "GitHits plugins for Claude Code - code examples from global open source",
9
- "version": "0.4.9"
9
+ "version": "0.4.11"
10
10
  },
11
11
  "plugins": [
12
12
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "githits",
3
- "version": "0.4.9",
3
+ "version": "0.4.11",
4
4
  "description": "Code examples from global open source for developers and AI assistants",
5
5
  "author": {
6
6
  "name": "GitHits"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "githits",
3
- "version": "0.4.9",
3
+ "version": "0.4.11",
4
4
  "description": "Code examples from global open source for developers and AI assistants",
5
5
  "author": {
6
6
  "name": "GitHits"
package/README.md CHANGED
@@ -184,6 +184,10 @@ To inspect the current auth setup, run:
184
184
  githits auth status
185
185
  ```
186
186
 
187
+ For redacted environment/configuration diagnostics when GitHits behaves
188
+ differently across terminals or agents, run `githits doctor` or
189
+ `githits doctor --json`.
190
+
187
191
  ## Commands
188
192
 
189
193
  ```
@@ -194,6 +198,7 @@ githits logout Remove stored credentials
194
198
  githits mcp Show setup instructions in a terminal; starts MCP server when piped
195
199
  githits mcp start Always start MCP server (for use in MCP config files)
196
200
  githits auth status Show current authentication status
201
+ githits doctor Print redacted diagnostics for config/auth troubleshooting
197
202
  githits example Get canonical code examples from global open source
198
203
  githits languages List or filter supported language names
199
204
  githits feedback Send feedback on a result, command, or session
@@ -20,6 +20,8 @@ Optional parameters:
20
20
  - **license_mode**: `"strict"` (default, excludes copyleft), `"yolo"` (all
21
21
  licenses), or `"custom"` (user's blocklist).
22
22
 
23
- Present the results clearly. After the user has reviewed the result, use the
24
- `feedback` tool to report whether the example was helpful. Use the returned
25
- `solution_id` when available.
23
+ Present the results clearly, including source repository names, URLs, or
24
+ citations from GitHits' generated references/provenance section whenever
25
+ present. After the user has reviewed the result, use the `feedback` tool to
26
+ report whether the example was helpful. Use the returned `solution_id` when
27
+ available.