vgcman16
|
7033e2821d
|
Fix dynamic import of child_process
|
2025-06-05 22:03:45 -05:00 |
|
vgcman16
|
1da8c6d248
|
Merge pull request #40 from vgcman16/codex/check-for-errors-and-bugs
Fix lint and typecheck issues
|
2025-06-05 21:49:40 -05:00 |
|
vgcman16
|
fd57a6a0a5
|
fix: add unist types and lint fixes
|
2025-06-05 21:49:03 -05:00 |
|
vgcman16
|
3536f5f8bc
|
Merge pull request #39 from vgcman16/codex/fix-error-handling-in-getdynamicmodels
Enhance OpenAI provider error handling
|
2025-06-05 21:34:52 -05:00 |
|
vgcman16
|
947d729fd9
|
Improve OpenAI provider error handling and add tests
|
2025-06-05 21:34:37 -05:00 |
|
vgcman16
|
2a55a9441e
|
Merge pull request #38 from vgcman16/codex/update-cleanup-loop-with-async/await
Fix cleanup script removal process
|
2025-06-05 21:31:00 -05:00 |
|
vgcman16
|
ed1e5480bb
|
chore: ensure clean removes directories sequentially
|
2025-06-05 21:30:48 -05:00 |
|
vgcman16
|
a87477f504
|
Merge pull request #37 from vgcman16/codex/update-useviewport-for-ssr-compatibility
Fix SSR compatibility in useViewport
|
2025-06-05 21:30:12 -05:00 |
|
vgcman16
|
d966751c22
|
fix: handle SSR in useViewport
|
2025-06-05 21:29:52 -05:00 |
|
vgcman16
|
548c7b8748
|
Merge pull request #36 from vgcman16/codex/replace-cookie-storage-with-localstorage
Use localStorage for event logs
|
2025-06-05 21:29:16 -05:00 |
|
vgcman16
|
c2a3b908f2
|
refactor: migrate event log storage to localStorage
|
2025-06-05 21:28:34 -05:00 |
|
vgcman16
|
7388086c71
|
Merge pull request #35 from vgcman16/codex/refactor-imports-for-unistnode-and-unistparent
Fix unist type import
|
2025-06-05 21:27:47 -05:00 |
|
vgcman16
|
97ebceb11f
|
fix: use stable unist types
|
2025-06-05 21:27:33 -05:00 |
|
vgcman16
|
1d66831395
|
Merge pull request #34 from vgcman16/codex/edit-notestab.tsx-and-run-lint-fix
Fix guard in NotesTab handleAdd and lint repo
|
2025-06-05 21:23:58 -05:00 |
|
vgcman16
|
7912933c34
|
Fix notes tab handler guard and lint
|
2025-06-05 21:23:06 -05:00 |
|
vgcman16
|
cfcc8e01cd
|
Merge pull request #33 from vgcman16/codex/modify-tsconfig.json-to-exclude-folders
Update tsconfig exclude and fix tab labels
|
2025-06-05 21:19:13 -05:00 |
|
vgcman16
|
63d3275d20
|
Add exclude directories and fix type labels
|
2025-06-05 21:19:03 -05:00 |
|
vgcman16
|
a440c6c4a1
|
Merge pull request #32 from vgcman16/codex/add--notes--to-tab_labels
Add notes tab label
|
2025-06-05 21:17:11 -05:00 |
|
vgcman16
|
3ad67e8363
|
Add missing notes tab label
|
2025-06-05 21:16:56 -05:00 |
|
vgcman16
|
5b775713fc
|
Merge pull request #31 from vgcman16/codex/review-and-update-.gitignore-for-markdown-files
Fix gitignore to allow Markdown files
|
2025-06-05 21:16:20 -05:00 |
|
vgcman16
|
0f73bcbc00
|
chore: remove markdown ignore
|
2025-06-05 21:16:09 -05:00 |
|
vgcman16
|
84097cb0e3
|
Merge pull request #30 from vgcman16/codex/update-import-script-and-remove-text
Fix update-imports script newline
|
2025-06-05 21:15:35 -05:00 |
|
vgcman16
|
f45a55fb2e
|
fix: clean up update-imports script
|
2025-06-05 21:15:24 -05:00 |
|
vgcman16
|
f666a8fae4
|
Merge pull request #29 from vgcman16/codex/update-dockerfile-to-use-huggingface_api_key
Fix HuggingFace variable names in Dockerfile
|
2025-06-05 21:14:54 -05:00 |
|
vgcman16
|
ab215c7965
|
Fix HuggingFace variable names in Dockerfile
|
2025-06-05 21:14:45 -05:00 |
|
vgcman16
|
2de4096c72
|
Merge pull request #28 from vgcman16/codex/update-readme.md-for-spelling-fixes
Fix typos in README
|
2025-06-05 21:14:04 -05:00 |
|
vgcman16
|
4964eea299
|
Fix typos in README
|
2025-06-05 21:13:54 -05:00 |
|
vgcman16
|
10d192667a
|
Merge pull request #27 from vgcman16/codex/investigate-rerender-issue-with-navigation-function
Document navigation workaround
|
2025-06-05 21:06:04 -05:00 |
|
vgcman16
|
a9f9f8b549
|
docs: clarify custom navigation
|
2025-06-05 21:05:06 -05:00 |
|
vgcman16
|
bf5bd791ad
|
Merge pull request #26 from vgcman16/codex/design-abortallactions-to-cancel-ongoing-actions
Implement action abort handling
|
2025-06-05 21:04:36 -05:00 |
|
vgcman16
|
69f0c3f142
|
Implement abortAllActions to cancel actions
|
2025-06-05 21:04:08 -05:00 |
|
vgcman16
|
7f3465f7e0
|
Merge pull request #25 from vgcman16/codex/parameterize-delay-in-actionstreamsampler
Parameterize action stream sample delay
|
2025-06-05 21:03:20 -05:00 |
|
vgcman16
|
6bf9b9cac8
|
feat: parameterize action stream interval
|
2025-06-05 21:03:04 -05:00 |
|
vgcman16
|
c775333c44
|
Merge pull request #24 from vgcman16/codex/implement-real-feature-flag-handling
Implement feature flag handling
|
2025-06-05 21:02:30 -05:00 |
|
vgcman16
|
9cf5664b86
|
feat: implement feature flags
|
2025-06-05 21:01:59 -05:00 |
|
vgcman16
|
94165ee558
|
Merge pull request #23 from vgcman16/codex/update-readme.md-with-docs-intro
Add docs readme
|
2025-06-05 20:59:15 -05:00 |
|
vgcman16
|
e20d17ae3a
|
docs: add mkdocs usage instructions
|
2025-06-05 20:59:02 -05:00 |
|
vgcman16
|
b1b446f55a
|
Merge pull request #22 from vgcman16/codex/improve-diffing-engine-to-rewrite-only-changes
Improve diff generation
|
2025-06-05 20:45:43 -05:00 |
|
vgcman16
|
c9f79eca98
|
feat(diff): always produce minimal patch
|
2025-06-05 20:45:30 -05:00 |
|
vgcman16
|
88aec9654e
|
Merge pull request #21 from vgcman16/codex/add-in-app-notes-feature
Add notes feature
|
2025-06-05 20:37:30 -05:00 |
|
vgcman16
|
a8c7520dd4
|
feat: add user notes feature
|
2025-06-05 20:37:16 -05:00 |
|
vgcman16
|
c47da2996b
|
Merge pull request #20 from vgcman16/codex/complete-github-repo-cloning-button
Add GitHub repo clone button
|
2025-06-05 20:25:22 -05:00 |
|
vgcman16
|
9f04a6d38d
|
Add GitHub repo clone button
|
2025-06-05 20:24:35 -05:00 |
|
vgcman16
|
7e6955dd04
|
Merge pull request #19 from vgcman16/codex/add-homepage-option--start-with-template
Add project templates docs
|
2025-06-05 20:12:55 -05:00 |
|
vgcman16
|
06ddeeb16f
|
docs: add project templates info
|
2025-06-05 20:12:35 -05:00 |
|
vgcman16
|
7ae777aa29
|
Merge pull request #18 from vgcman16/codex/add-expo-starter-templates
Add Expo mobile starter
|
2025-06-05 19:46:12 -05:00 |
|
vgcman16
|
d1e4ce1079
|
feat: add expo mobile template
|
2025-06-05 19:45:55 -05:00 |
|
vgcman16
|
07885853a5
|
Merge pull request #17 from vgcman16/codex/add--ask-bolt--ui-for-code-block
Add Ask Bolt to chat code blocks
|
2025-06-05 19:36:51 -05:00 |
|
vgcman16
|
abdd4eb135
|
feat(chat): add ask bolt action for code blocks
|
2025-06-05 19:36:40 -05:00 |
|
vgcman16
|
ec90de97c4
|
Merge pull request #16 from vgcman16/codex/fix-missing-pdfjs-dist-module-import
Fix pdfjs import in file extraction utility
|
2025-06-05 19:21:22 -05:00 |
|