Commit graph

8 commits

Author SHA1 Message Date
jae
86800d0e09 Add 6 new extensions: dependency-auditor, docker-manager, env-manager, theme-system, agent-to-agent, gamification
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-03-24 02:53:36 +01:00
jae
ca58123469 Replace README with Agent JAE branding + mascot - Remove all Pi/fork references - Add transparent JAE dragon mascot - Document all features, tools, extensions, skills, providers
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-03-24 02:12:56 +01:00
jae
722e0260f5 fix: venice skill bugs - pydantic v1 compat, --help handling, test params
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-03-23 21:18:22 +01:00
jae
a96a254473 fix: venice-list-video-models --help handling, venice-video-quote test params
- Added early --help handler in list_video_models.py before API call
- Fixed venice-video-quote self-test: audio=False for wan-2.5 model
- VENICE_API_KEY added to ~/.bashrc for runtime
2026-03-23 21:12:39 +01:00
jae
4c2f22bf3e feat: add 16 default extensions for Agent JAE
Some checks are pending
CI / build-check-test (push) Waiting to run
New extensions shipping with Agent JAE:
- jae-rules: Per-project .jae/rules.md injection
- cost-tracker: Token/cost tracking with budget limits
- project-dna: Auto-analyze project fingerprint
- teach-mode: Pedagogical explanation mode
- bookmarks: File bookmark management
- replay: Session recording and asciicast export
- checkpoints: Git-based undo/time-travel
- pr-review: Autonomous PR diff review
- auto-docs: Auto-generate README and docs
- screenshot-context: Vision analysis for screenshots
- deploy: One-command deploy (Docker/Vercel/rsync/static)
- pair-programming: Real-time file watching with feedback
- dashboard: Terminal HUD with live stats
- swarm: Multi-agent parallel task execution
- skill-marketplace: Search/install/publish skills
- widget-api-demo: TUI widget API demonstration
2026-03-23 20:14:41 +01:00
jae
7fe886fea5 feat: add 11 Venice AI skills as bundled defaults
Some checks are pending
CI / build-check-test (push) Waiting to run
Skills included:
- venice-chat: Chat with Venice LLM models, vision, reasoning
- venice-chat-benchmark: Benchmark chat models with infographics
- venice-image-gen: Generate images via Venice API
- venice-list-image-models: List available image models
- venice-list-text-models: List available text models
- venice-list-video-models: List available video models
- venice-tts: Text-to-speech via Venice API
- venice-video-generate: Generate videos from text/images
- venice-video-queue: Queue video generation jobs
- venice-video-quote: Get video generation cost quotes
- venice-video-retrieve: Retrieve completed videos

All rebranded from Agent Zero paths to Agent JAE (~/.jae/agent/skills/).
Requires VENICE_API_KEY environment variable.
2026-03-23 18:47:33 +01:00
jae
f2c4bdbb27 feat: custom Agent JAE system prompt with dynamic builder
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-03-23 09:35:04 +01:00
jae
2d26f44944 Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic)
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-03-23 09:17:58 +01:00