Increased code stability #325
zemaj
announced in
Announcements
Replies: 2 comments
-
|
As a small suggestion, if you don't consider Code as a fork of Codex anymore, it could be a good idea to set the repo with non-fork status; forks are less findable on Github, so it would help the project visibility. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
would you consider use codex as acp? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A key goal of Code is to stay in sync with Codex - bringing over all core improvements and functionality while adding our own.
While we've managed to achieve this so far, we've now diverged so far from Codex that keeping in sync with upstream was becoming increasingly unrealistic with the old codebase.
We've now largely completed a couple of significant refactors to;
We were seeing ongoing issues with upstream syncs where we would see functional regressions as Codex made changes which conflicted with our upgrades. For example, we would often see subtle functional regressions as Codex changed systems we were using which were not easily picked up during a merge.
With the new system this should no longer be the case. We can continue to move forwards faster, taking in the parts of Codex which are useful without worrying about breaking existing functionality as we go.
Beta Was this translation helpful? Give feedback.
All reactions