Skip to content

Commit baf73bc

Browse files
authored
Merge branch 'main' into PORT-incident-response-agent
2 parents 5a99603 + ab4d3df commit baf73bc

14 files changed

+550
-38
lines changed

docs/api-reference/pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In case you use the Pages API and encounter issues, please reach out at [support
1515
:::
1616

1717
Port is rolling out improvements to make the Pages API more **reliable, secure, and intuitive**.
18-
From mid-September 2025 through mid-November 2025, several modifications will be introduced. These updates will impact both **direct use of the Pages API** and **usage through Terraform**, which until now lacked certain restrictions.
18+
From September 2025 through December 2025, several modifications will be introduced. These updates will impact both **direct use of the Pages API** and **usage through Terraform**, which until now lacked certain restrictions.
1919

2020
The table below outlines the upcoming changes, example implications, and current progress status.
2121
The Status will be updated as work moves forward, from `Not Started``WIP``Released`.

docs/guides/all/auto-enhance-pr-descriptions-with-ai.md

Lines changed: 487 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import Tabs from '@theme/Tabs';
2+
import TabItem from '@theme/TabItem';
3+
4+
This guide supports multiple AI coding agents:
5+
6+
<Tabs groupId="coding-agent" defaultValue="claude">
7+
<TabItem value="claude" label="Claude Code">
8+
AI-powered coding assistant by Anthropic follow the <a href="/guides/all/trigger-claude-code-from-port">→ Setup guide</a>
9+
</TabItem>
10+
11+
<TabItem value="copilot" label="GitHub Copilot">
12+
GitHub's native AI coding assistant follow the <a href="/guides/all/trigger-github-copilot-from-port">→ Setup guide</a>
13+
</TabItem>
14+
15+
<TabItem value="gemini" label="Google Gemini">
16+
Google's AI coding assistant follow the <a href="/guides/all/trigger-gemini-assistant-from-port">→ Setup guide</a>
17+
</TabItem>
18+
</Tabs>
19+

package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@emotion/styled": "^11.14.1",
3030
"@kapaai/react-sdk": "^0.9.0",
3131
"@mdx-js/react": "^3.1.1",
32-
"@mui/material": "^7.3.4",
32+
"@mui/material": "^7.3.5",
3333
"@stackql/docusaurus-plugin-hubspot": "^1.0.1",
3434
"clsx": "^2.1.1",
3535
"docusaurus-plugin-hotjar": "^0.0.2",

src/components/guides-section/consts.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,13 @@ export const availableGuides = [
14801480
link: "/guides/all/manage-ai-instructions",
14811481
},
14821482
{
1483-
title: "Streamline IaC with AI",
1483+
title: "Auto-enhance PR descriptions with AI",
1484+
description: "Automatically generate comprehensive, template-compliant PR descriptions using Claude Code",
1485+
tags: ["SDLC", "GitHub", "AI", "Automations"],
1486+
logos: ["AI", "GitHub", "Claude Code"],
1487+
link: "/guides/all/auto-enhance-pr-descriptions-with-ai",
1488+
}
1489+
,{title: "Streamline IaC with AI",
14841490
description: "Use Port AI agents to automate IaC provisioning and management",
14851491
tags: ["IaC for devs", "Github Copilot", "AI", "Actions"],
14861492
logos: ["AI", "AWS"],
503 KB
Loading
419 KB
Loading
543 KB
Loading
523 KB
Loading

0 commit comments

Comments
 (0)