> For the complete documentation index, see [llms.txt](https://docs.arkain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkain.io/whats-new/arkain-release-note/may-28-2026.md).

# May 28, 2026

## 🌟 Open Source, Instantly Yours.

This update is all about removing the friction between your ideas and your environment. From spinning up public repositories instantly to fine-tuning your AI experience, we’re giving you complete control over your workspace.

### Highlights

🏗️ **Container Creation: Direct Public Project Imports**\
You can now start projects instantly using any public open-source link—no Git account login or authentication required. Simply go to the URL tab in the Create container pop-up, paste the repository address, and click the \[Import project] button to spin up your environment immediately.

💡 **Customizing Side Chat: Suggested Questions**\
You can now choose whether to receive context-aware follow-up suggestions after each response. Manage this under Preferences > AI Agent > Customization to tailor your workspace and optimize credit usage.

***

### Minor Changes

**Changes**

* **Side Chat (Dashboard) Context:** Improved the underlying structure to remove context limitations, allowing the AI to reference the entire conversation history for more accurate responses.
* **Template Introduction Tables:** The editor now supports table formatting, allowing you to organize complex project details and structured data into clean, readable layouts.
* **URL/Port Error Messages:** Detailed the generic "unknown" errors on the Container Settings page to help users clearly identify the cause of failure, providing clear and actionable feedback for duplicate entries, limit overages, or format violations.
* **Inactive Container Buttons**: Added text and a loading state to the button UI while a container is entering an inactive state, aligning it with the existing activating layout.
* **Running URL & Port Tab:** Enhanced the overall UI layout to improve usability and visual clarity.

**Bug Fixes**

* **Membership Payment Failure:** Fixed a bug where payments failing due to insufficient funds redirected users incorrectly instead of displaying an error message, ensuring proper failure processing.
* **Workspace Environment Variables:** Fixed environment variables configured in the Container Settings page failing to display or apply correctly within the Workspace, even after a page refresh.
* **Agent Web Fetch:** Fixed Agent Web Fetch to allow access to local addresses for health checks, and resolved unnecessary ports being appended to domain requests.
* **Storage Usage:** Fixed a display bug where extra storage was shown incorrectly on the Credit Usage page, while the actual billing itself was successfully and accurately processed.
* **Container Rename Popup:** Fixed the pop-up closing prematurely when a name update failed, which previously lost typed text and prevented immediate retries.
* **Inactive Container Cards:** Fixed disabled buttons remaining focusable and executable via keyboard navigation and inputs.
* **Credit Usage Page:** Fixed the previous and next buttons incorrectly appearing active at the start or end of the month.
* **Template Creation Flow:** Improved GPU access restriction handling by preventing restricted users from using GPU containers. GPU containers are now hidden from the list for restricted users, and import actions are disabled with guidance tooltips displayed.
* **Share Container Popup:** Fixed the incorrect color styling applied to the bottom warning text.

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.arkain.io/whats-new/arkain-release-note/may-28-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
