> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Week of August 24, 2026

> Weekly Arka changelog: model-policy control, browser-app launcher, tougher chat and search, and Docker CLI detection fixes.

A quieter week focused on reliability. Highlights below.

## New features

* **[Model policy control](/guides/free-models).** Set `ARKA_MODEL_POLICY` to `local-first`, `hosted-first`, `local-only`, or `hosted-only` to reorder LLM fallback chains without editing config.
* **[Launch browser apps by name](/guides/open-url).** `arka open brave`, `open chrome`, `open firefox`, `open safari`, `open edge`, `open arc`, `open vivaldi`, and `open opera` now open the desktop app instead of the matching `.com` site.

## Improvements

* **Faster `arka --help`.** The CLI defers loading heavy dependencies (OpenAI SDK, faster-whisper, and others) until the matching subcommand runs, so top-level help returns immediately.
* **Simple arithmetic in chat.** Questions like `what is 12 * 7 + 3` are recognized as math and routed to the math path directly.
* **Configurable web search timeouts.** DuckDuckGo lookups honor `DDGS_TIMEOUT` (default 20s) and `DDGS_RETRIES` (default 2) so slow networks no longer stall chat.
* **Chat survives web failures.** If web-context gathering fails, chat prints the error and continues instead of aborting the turn.
* **Gemini quota handling.** When Gemini returns a rate or quota error, Arka marks all Gemini models exhausted for the run instead of rotating API keys and retrying.

## Bug fixes

* **[Docker status finds the CLI everywhere](/guides/docker-status).** `arka docker status` now locates the `docker` binary at `/usr/local/bin/docker` and `/usr/bin/docker` when it isn't on `PATH`, and skips host/container parity checks when the CLI is unavailable inside a container.


## Related topics

- [Week of August 17, 2026](/changelog/2026-08-17.md)
- [Week of July 13, 2026](/changelog/2026-07-13.md)
- [Arka — AI terminal agent documentation](/index.md)
- [Quickstart: install Arka and run your first command](/quickstart.md)
- [Connecting Gmail and Google Calendar via OAuth](/guides/google-workspace.md)
