Skip to main content

नई सुविधाएँ

  • Coding TUI plans और shortcuts. /plan अब local fallback के साथ LLM को plan-only mode में call करता है, y से plan approve करने पर वह तुरंत चलता है, और /ci, /review, /status, तथा /diff shortcuts के रूप में उपलब्ध हैं।
  • 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_video skills, एक skill-requirements preflight के साथ ताकि run से पहले missing tools flag हो जाएँ।
  • Infographics और stories. विस्तारित media routing के साथ infographic, compose_story, और play_website_game ship करें।
  • 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_music skill और 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 project command per repo सही linter का पता लगाता है।
  • Cursor में Arka MCP. venv paths और ARKA_CONFIG_DIR के साथ project और hub MCP configs Cursor को arka mcp serve से connect करने देते हैं। arka mcp self-tools native MCP tools list करता है।
  • CodeRabbit integration. Arka से @coderabbitai reviews trigger करें, findings को pr_check workflows में खींचें, और 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/lint goals LLM loop के बजाय deterministic executors से गुजरते हैं, /run अब skipped cd या blocked git commands पर abort नहीं करता, और invalid या skipped commands के लिए exit 0 अब नहीं दिखाया जाता।
  • Changed-files display. Plans, /run completion, /diff, code_agent summaries, और goal completion अब raw diff output के बजाय boxed M/A/D file lists render करते हैं।
  • Slides polish. compose_slides को style-aware palettes, title/section/content layouts, एक --theme flag, per slide चार bullets पर capped tighter prompts, और notes toggle मिलते हैं।
  • तेज़ natural-language routing. folder_cache और answer_cache के साथ नया to_folder routing, exact-URL routing के साथ symbolic URL repair, और safer file writes के लिए output_verify plus edit_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 --topic values सही तरीके से tokenize होते हैं, और pitch-deck NL routing अब argparse help पर गिरने के बजाय compose subcommand include करता है।
  • Quiz routing. arka quiz <topic> LLM fallback से पहले fish में match करता है, quiz alias के साथ और 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-agent 0.1.3 के रूप में released।