You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added the Docs Agent flow. This allows users to generate documentation through prompts and in natural language to do documentation tasks
9
+
10
+
* The Agent can update multiple documentation from Pull Requests
11
+
12
+
* Agent has multiple branch support for files
13
+
14
+
* Can create net new documentation with the agent
15
+
16
+
* New mini editor component to live alongside the agent
17
+
18
+
* Revamped the Web app to feel more like a page, to support the agent workflow.
19
+
20
+
* Add Automations generation on the agent to allow ease of use to making automating repos easier
21
+
22
+
* Onboarding flow nows improved with refresh buttons to ensure the fresh list of repos are loaded
23
+
24
+
* When users login, the now land on the agent screen when logging in
25
+
26
+
* The old dashboard now lives on "GitHub Setup"
27
+
28
+
Bugs\
29
+
\
30
+
Web App
31
+
-------
32
+
33
+
* Replaced old logos with new logo images
34
+
35
+
* Login page issue where user had to hit the login button twice
36
+
37
+
* Sometimes the GitHub Repo would be empty on installation of GitHub app so we fixed it and added refresh buttons
38
+
39
+
## Security enhancements/fixes:
40
+
41
+
## Web App
42
+
43
+
* As part of ongoing cleanup, we removed all `console.logs` including statements that could have short lived JWTs and lower permission access tokens in the browser console. These logs were only visible to the user on their own device and their browser/browser tools.
44
+
45
+
No data was compromised, and no impact to your account or security. Just part of us tightening things up and keeping everything running safely.
0 commit comments