octocode-mcp 2.3.4 → 2.3.5

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 (3) hide show
  1. package/README.md +3 -6
  2. package/build/index.js +1994 -1160
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -93,9 +93,6 @@ npm login
93
93
 
94
94
  **That's it!** No personal access tokens, no config files, no complex setup. Octocode leverages [GitHub CLI](https://cli.github.com/) authentication behind the scenes and **automatically works with your organization's private repositories**.
95
95
 
96
- ![Installation Demo](assets/installation.gif)
97
-
98
-
99
96
  ## How Octocode Works 🔄
100
97
 
101
98
  **Smart Discovery Flow:**
@@ -110,17 +107,17 @@ npm login
110
107
  ### Example 1: LangGraph Node.js Implementation Tutorial
111
108
  **Query:** "Show implementations of langgraph in node js. Make a tutorial for how to implement a simple agent using OpenAI API."
112
109
 
113
- ![LangGraph Node.js Tutorial](assets/langchainTutorial.gif)
110
+ [![LangGraph Node.js Tutorial](assets/langchainTutorial.gif)](https://youtu.be/E5HUlRckpvg?si=XXLle59C92esDscS)
114
111
 
115
112
  ### Example 2: Zustand React State Management
116
113
  **Query:** "Show me how to add zustand to react application. Show examples and best practices"
117
114
 
118
- ![Zustand React State Management](assets/reactZustand.gif)
115
+ [![Zustand React State Management](assets/reactZustand.gif)](https://youtu.be/EgYbsuWmqsI?si=CN_KwCPgwprImynU)
119
116
 
120
117
  ### Example 3: React vs Vue.js Rendering Comparison
121
118
  **Query:** "How did React implement their concurrent rendering flows? How is it different from Vue.js rendering mechanism? Which is better?"
122
119
 
123
- ![React vs Vue.js Rendering Comparison](assets/reactVSVueJS.gif)
120
+ [![React vs Vue.js Rendering Comparison](assets/reactVSVueJS.gif)](https://youtu.be/-_pbCbLXKDc?si=KiPeGCzmwWtb6G3r)
124
121
 
125
122
  ## Core Features 🛠️
126
123