Skip to content
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
0c4d707
Create file
dev-docs-github-app[bot] May 2, 2025
44ca847
Update file
dev-docs-github-app[bot] May 2, 2025
da54b64
Update file
dev-docs-github-app[bot] May 2, 2025
fdf2b05
Update file
dev-docs-github-app[bot] May 2, 2025
9833e62
Update file
dev-docs-github-app[bot] May 2, 2025
98a7e2a
Update file
dev-docs-github-app[bot] May 2, 2025
1280105
Update file
dev-docs-github-app[bot] May 2, 2025
7985f1f
Update file
dev-docs-github-app[bot] May 2, 2025
8f1d2d6
Update file
dev-docs-github-app[bot] May 2, 2025
32f7dbe
Update file
dev-docs-github-app[bot] May 2, 2025
cbfa48c
Update file
dev-docs-github-app[bot] May 2, 2025
34dde36
Update file
dev-docs-github-app[bot] May 2, 2025
9f5b6f5
Update file
dev-docs-github-app[bot] May 2, 2025
21a4384
Update file
dev-docs-github-app[bot] May 2, 2025
3b400fe
Update file
dev-docs-github-app[bot] May 2, 2025
107c15c
Update file
dev-docs-github-app[bot] May 2, 2025
8d90a93
Update file
dev-docs-github-app[bot] May 2, 2025
ec25c57
Update file
dev-docs-github-app[bot] May 2, 2025
8f266cf
Update file
dev-docs-github-app[bot] May 2, 2025
21f6a6c
Update file
dev-docs-github-app[bot] May 2, 2025
6b07946
Update file
dev-docs-github-app[bot] May 2, 2025
f0ec7ce
Update file
dev-docs-github-app[bot] May 2, 2025
bcd53a5
Update file
dev-docs-github-app[bot] May 2, 2025
2a13a17
Update file
dev-docs-github-app[bot] May 2, 2025
2dcff4c
Update file
dev-docs-github-app[bot] May 2, 2025
8b394a9
Update file
dev-docs-github-app[bot] May 2, 2025
1de7fac
Update file
dev-docs-github-app[bot] May 2, 2025
7534d70
Update file
dev-docs-github-app[bot] May 2, 2025
13cf988
Update file
dev-docs-github-app[bot] May 2, 2025
6755138
Update file
dev-docs-github-app[bot] May 2, 2025
87f83f2
Update file
dev-docs-github-app[bot] May 2, 2025
c6ff7a9
Update file
dev-docs-github-app[bot] May 2, 2025
ee4a874
Update file
dev-docs-github-app[bot] May 2, 2025
aaf4ce1
Update file
dev-docs-github-app[bot] May 2, 2025
c22c5b4
Update file
dev-docs-github-app[bot] May 2, 2025
99fc15f
Update file
dev-docs-github-app[bot] May 2, 2025
d2b12c4
Update file
dev-docs-github-app[bot] May 2, 2025
05d32bc
Update file
dev-docs-github-app[bot] May 2, 2025
a7f4987
Update file
dev-docs-github-app[bot] May 2, 2025
329fc12
Update file
dev-docs-github-app[bot] May 2, 2025
c7e78e0
Update file
dev-docs-github-app[bot] May 2, 2025
0fb05a9
Update file
dev-docs-github-app[bot] May 2, 2025
0d52ae0
Update file
dev-docs-github-app[bot] May 2, 2025
4580ab9
Update file
dev-docs-github-app[bot] May 2, 2025
fd54827
Update file
dev-docs-github-app[bot] May 2, 2025
87d683a
Update file
dev-docs-github-app[bot] May 2, 2025
023082d
Update file
dev-docs-github-app[bot] May 2, 2025
726830e
Update file
dev-docs-github-app[bot] May 2, 2025
44963f7
Update file
dev-docs-github-app[bot] May 2, 2025
777772b
Update file
dev-docs-github-app[bot] May 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions changelog/1.0.06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
1.0.06\
\
New features:
-------------

## Web app

* Added the Docs Agent flow. This allows users to generate documentation through prompts and in natural language to do documentation tasks

* The Agent can update multiple documentation from Pull Requests

* Agent has multiple branch support for files

* Can create net new documentation with the agent

* New mini editor component to live alongside the agent

* Revamped the Web app to feel more like a page, to support the agent workflow.

* Add Automations generation on the agent to allow ease of use to making automating repos easier

* Onboarding flow nows improved with refresh buttons to ensure the fresh list of repos are loaded

* When users login, the now land on the agent screen when logging in

* The old dashboard now lives on "GitHub Setup"

Bugs\
\
Web App
-------

* Replaced old logos with new logo images

* Login page issue where user had to hit the login button twice

* Sometimes the GitHub Repo would be empty on installation of GitHub app so we fixed it and added refresh buttons

## Security enhancements/fixes:

## Web App

* 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.

No data was compromised, and no impact to your account or security. Just part of us tightening things up and keeping everything running safely.