नई सुविधाएँ
- Coding TUI plans और shortcuts.
/planअब local fallback के साथ LLM को plan-only mode में call करता है,yसे plan approve करने पर वह तुरंत चलता है, और/ci,/review,/status, तथा/diffshortcuts के रूप में उपलब्ध हैं। - Strict
/testऔर flexible/run tests./testहमेशा repo-detected tests सीधे चलाता है।/run testsएक read-only goal agent का उपयोग करता है, जिसमें--fixएक auto-fix pass की अनुमति देता है और--no-fixउससे बाहर निकलने देता है। - Compose 3D. humanoid templates, smoother procedural shapes, और free backends (Hugging Face, Meshy, procedural fallback) के साथ natural language से local 3D models generate करें।
- Deterministic 3D scaffold. Greenfield 3D goals एक runnable React + Three.js project offline लिखते हैं, और Arka अपने खुद के templates के लिए whitelisted npm dependencies को auto-install करता है।
- Compose video और dub video. नए
edit_videoऔरdub_videoskills, एक skill-requirements preflight के साथ ताकि run से पहले missing tools flag हो जाएँ। - Infographics और stories. विस्तारित media routing के साथ
infographic,compose_story, औरplay_website_gameship करें। - Meme templates और chart tables. Meme templates, table-as-PNG charts, flexible dataset chart routing, और matplotlib न होने पर बेहतर install hints।
- Daily reading tracks. LLM द्वारा generate किए गए topic-based curricula, जो health-only reading flow की जगह लेते हैं।
- Generate music. नया
generate_musicskill और chart prediction backends। - GitHub datasets और exercise dataset. Generic GitHub dataset importer और एक dedicated exercise dataset skill।
- Graphify, hallmark, और loop engineering. CLI dispatch, guides, और default config bundled के साथ नए agents।
- Recurring self-improve. codebase और docs को एक cadence पर रखने के लिए self-improve runs schedule करें।
- Screenshot-to-design routing. एक screenshot भेजें और Arka उसे design project में route करता है।
- Lint any project. Language-agnostic
lint projectcommand per repo सही linter का पता लगाता है। - Cursor में Arka MCP. venv paths और
ARKA_CONFIG_DIRके साथ project और hub MCP configs Cursor कोarka mcp serveसे connect करने देते हैं।arka mcp self-toolsnative MCP tools list करता है। - CodeRabbit integration. Arka से
@coderabbitaireviews trigger करें, findings कोpr_checkworkflows में खींचें, और NL commands के जरिए PR feedback route करें। - Coding के लिए Railway deploy. React-based remote coding demo के लिए Hosted-mode Dockerfile और Railway config।
- Free credits guide. Onboarding skill जो नए users को free provider credits के बारे में step-by-step बताता है।
- Project docs skill. हाल के git changes से first-person README और blog content sync करें।
सुधार
- Coding TUI reliability. छोटे
test/ci/lintgoals LLM loop के बजाय deterministic executors से गुजरते हैं,/runअब skippedcdया blocked git commands पर abort नहीं करता, और invalid या skipped commands के लिए exit 0 अब नहीं दिखाया जाता। - Changed-files display. Plans,
/runcompletion,/diff,code_agentsummaries, और goal completion अब raw diff output के बजाय boxed M/A/D file lists render करते हैं। - Slides polish.
compose_slidesको style-aware palettes, title/section/content layouts, एक--themeflag, per slide चार bullets पर capped tighter prompts, और notes toggle मिलते हैं। - तेज़ natural-language routing.
folder_cacheऔरanswer_cacheके साथ नयाto_folderrouting, exact-URL routing के साथ symbolic URL repair, और safer file writes के लिएoutput_verifyplusedit_guard। - LLM failover. Hardened OpenRouter fallback, Supermemory recall, और hosted तथा local setups में timezone, currency, और persona skills के लिए portable routing parity।
- Docs restructure. Documentation अब पाँच top-level tabs में logical subgroups के साथ organize है, पहले orphaned pages navigation में wired हैं, और Chinese तथा Hindi translations उपलब्ध हैं।
बग फिक्स
- Slides export.
compose_slidesअब standard 16:9 (13.333×7.5 in) पर export करता है ताकि Keynote PPTX को reject न करे, और images को tighter OOXML validation के साथ clean RGB PNGs के रूप में re-encode किया जाता है। - Slides dispatch.
"AI infrastructure"जैसे multi-word--topicvalues सही तरीके से tokenize होते हैं, और pitch-deck NL routing अब argparse help पर गिरने के बजायcomposesubcommand include करता है। - Quiz routing.
arka quiz <topic>LLM fallback से पहले fish में match करता है,quizalias के साथ और markdown/backtick dispatch shell exec से blocked है। - Docs command routing.
help, full-URL open,mode debug/agent/list, औरself memory/statusअब offline सही तरीके से route होते हैं। - Coding TUI scope. TUI Arka repo के बाहर greenfield projects को auto-initialize करता है, plan approval से पहले scope validate करता है, और खाली React repos के लिए goal-aware local fallback plans का उपयोग करता है।
- PyPI publish. publish workflow पहले trusted publishing retry करता है और जब PyPI publisher अभी configured नहीं होता तो
PYPI_API_TOKENपर fall back करता है।arka-agent0.1.3 के रूप में released।