Claude
ba020a4e01
chore: Update GitNexus index stats
...
https://claude.ai/code/session_01G67vV3sJLXtm2q9r9FcF7L
3 weeks ago
Claude
f84b68606f
fix: Fix 4 critical bugs preventing pipeline from running
...
1. reddit/subreddit.py: passkey= → password= (PRAW correct param name)
2. reddit/subreddit.py: bare except → Exception with sys.exit(1)
Prevents UnboundLocalError when reddit object not created
3. screenshot_downloader.py: NSFW hardcoded #t3_12hmbug selector →
generic button selector that works with any NSFW post
4. final_video.py: h264_nvenc hardcoded → auto-detect GPU encoder,
fallback to libx264 for machines without NVIDIA GPU
https://claude.ai/code/session_01G67vV3sJLXtm2q9r9FcF7L
3 weeks ago
Claude
ca6b464062
chore: Update GitNexus index stats in AGENTS.md and CLAUDE.md
...
https://claude.ai/code/session_01G67vV3sJLXtm2q9r9FcF7L
4 weeks ago
Claude
d327681ff8
chore: Disable Reddit pipeline temporarily
...
Comment out the entire main() body (fetch, TTS, screenshot, background,
final video) per user request. Will re-enable later.
https://claude.ai/code/session_01G67vV3sJLXtm2q9r9FcF7L
4 weeks ago
Claude
2a4b186aff
chore: Update GitNexus index stats in AGENTS.md
...
https://claude.ai/code/session_01G67vV3sJLXtm2q9r9FcF7L
4 weeks ago
Claude
980e226d11
feat: Add RAG-first protocol outside gitnexus block to prevent overwrite
...
Place RAG-First Protocol section before <!-- gitnexus:start --> so it
survives npx gitnexus analyze regeneration.
https://claude.ai/code/session_01G67vV3sJLXtm2q9r9FcF7L
4 weeks ago
Claude
44bad5d466
feat: Add RAG-first protocol - GitNexus as mandatory first step
...
- CLAUDE.md: Add RAG-First Protocol section requiring GitNexus query
before answering any code question or making any edit
- SessionStart hook: Auto-loads codebase context at session start
- Edit/Write guard hook: Reminds to run impact analysis before editing
- PreToolUse expanded: Edit|Write triggers GitNexus check
https://claude.ai/code/session_01G67vV3sJLXtm2q9r9FcF7L
4 weeks ago
Claude
89837b5b83
chore: Update GitNexus index metadata after code changes
...
- Updated stats: 283 symbols, 684 relationships, 21 execution flows
- Previous: 258 symbols, 650 relationships, 20 execution flows
- Reflects changes from persistent browser context feature
4 weeks ago
Claude
00e265e1c7
feat: Use persistent browser context to reuse login session
...
- Replace browser.launch() + new_context() with launch_persistent_context()
- Browser profile saved in ./assets/browser_profile/ directory
- Cookies, login state, and settings persist between runs
- Check if already logged in before attempting login (avoids redundant login)
- Only logs in again if session was lost or first time running
- Fixes issue of opening new profile each time instead of reusing existing profile with login
4 weeks ago
Claude
07e7696d5f
Add GitNexus code intelligence setup
...
Install GitNexus MCP server and configure Claude Code integration
with skills, hooks, and .gitignore entries for node_modules and
.gitnexus index directory.
https://claude.ai/code/session_01G67vV3sJLXtm2q9r9FcF7L
4 weeks ago
Cyteon
569f25098a
Merge pull request #2473 from elebumm/blocked-words
...
Add blocking words
2 months ago
cyteon
1fe6aea667
lint
2 months ago
cyteon
d531c34b53
blocked words
2 months ago
Jason Cameron
902ff00cb0
chore: release 3.4.0 ( #2426 )
...
Co-authored-by: Jason Cameron <git@jasoncameron.dev>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: RequieMa <57754488+RequieMa@users.noreply.github.com>
Co-authored-by: prafful <praffulsharma1230@gmail.com>
Co-authored-by: M. Sanaullah <thebolly@gmail.com>
Co-authored-by: embee <emilien.bev.com@gmail.com>
Co-authored-by: Rodrigo <55567123+rodrigodasilv@users.noreply.github.com>
Co-authored-by: Emilien Bevierre <44171454+emilienbev@users.noreply.github.com>
Co-authored-by: tkhmielnitzky <tkhmielnitzky@gmail.com>
Co-authored-by: bnfone <89687390+bnfone@users.noreply.github.com>
Co-authored-by: Cyteon <129582290+Cyteon@users.noreply.github.com>
7 months ago
Jason Cameron
64bf647de9
Merge pull request #2295 from elebumm/JasonLovesDoggo-patch-1
1 year ago
Jason Cameron
e74655a552
chore: Update readme
...
Remove my discord due to too much DM spam
1 year ago
Jason Cameron
3d4c34d60c
Merge pull request #2146 from elebumm/JasonLovesDoggo-patch-1
...
FIX: Stop CI from closing valid issues
2 years ago
Jason Cameron
93165784ef
FIX: Stop CI from closing valid issues
2 years ago
Jason Cameron
c68c5808cb
Merge pull request #2060 from elebumm/develop
...
Update 3.3.0
2 years ago
Jason
6b474b4b50
CHORE: UPDATE VERSION
2 years ago
Jason
6318b398d1
Fix headless issues.
...
closes #2024
2 years ago
Jason
b4fadbcf21
fix isort profile
2 years ago
Jason
fd9b0a936a
change comment (last push)
2 years ago
github-actions
25e7979715
fixup: Format Python code with Black
2 years ago
Jason
79e1346a06
remove an invalid check-only flag
2 years ago
Jason
1bf0352e78
remove an invalid check-only flag
2 years ago
Jason
2113543ad9
intentially leave GUI.py unformatted to test GHA
2 years ago
Jason
a2b094eadc
fix black run cmd
2 years ago
Jason
6ade93390c
Fix actions + update dockerfile python v
2 years ago
Jason
260c05b0d6
Update actions
2 years ago
github-actions
53db79ab29
fixup: Format Python code with Black
2 years ago
Jason
c9e3fae93e
Merge remote-tracking branch 'origin/develop' into develop
2 years ago
Jason
9e60d83580
Fmt using black & isort
2 years ago
Jason
fe383a794c
Possible bug location.
2 years ago
Jason
59c7700715
Updated deps
2 years ago
Jason
adf1e78413
Update elevenlabs to 1.0
2 years ago
github-actions
953be5a36b
fixup: Format Python code with Black
2 years ago
Jason
a4f0022a5a
Fix: AttributeError: 'FreeTypeFont' object has no attribute 'getsize'
2 years ago
Jason
901ad75e0b
Fixed installation error by specifying non 2.0 numpy + incorrect dunder all
2 years ago
Jason
5d2b6e0b29
CHORE: removed some unused comments
...
+ Shameless plugging.
2 years ago
Cyteon
c922ebcf1e
changed copyright to credit
2 years ago
github-actions
31312a30d4
fixup: Format Python code with Black
2 years ago
Cyteon
5fa7b112be
Merge pull request #2051 from Cyteon/fancy-title-screen
...
Adds Fancy title screen
2 years ago
Cyteon
128953c69a
fix invite link, and add myself as maintainer
2 years ago
cyteon
0522d195da
some fixes
2 years ago
Cyteon
b67d81a21f
Merge branch 'develop' into fancy-title-screen
2 years ago
cyteon
209630832d
fancy title screen
2 years ago
Simon
b9ca66b6f8
Merge pull request #2042 from elebumm/dependabot/pip/develop/transformers-4.40.2
...
Bump transformers from 4.39.3 to 4.40.2
2 years ago
dependabot[bot]
133e400686
Bump transformers from 4.39.3 to 4.40.2
...
Bumps [transformers](https://github.com/huggingface/transformers ) from 4.39.3 to 4.40.2.
- [Release notes](https://github.com/huggingface/transformers/releases )
- [Commits](https://github.com/huggingface/transformers/compare/v4.39.3...v4.40.2 )
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Simon
e64c463ead
Merge pull request #2032 from elebumm/dependabot/pip/develop/torch-2.3.0
...
Bump torch from 2.2.2 to 2.3.0
2 years ago