Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions src/assets/default-project/en/Newly_added_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,43 @@ We are continuously adding features every week. [Check out our release page to s

Here's a list of top features recently added to Phoenix Code:

## Style Your Page Visually with the Styles Bar

`Added in August 2026`

The new Styles Bar in Live Preview lets you style any element on your page visually - change fonts, colors, backgrounds, borders, spacing, alignment, and layout directly in your page instantly.

Browse and search Google Fonts or system fonts. Starting from scratch? A blank page now shows a starter bar so you can add your first element right from the preview.

## Code Intelligence for JavaScript, TypeScript, JSON, Python, and PHP

`Added in August 2026`

Phoenix Code now ships IDE-grade code intelligence for:

- **JavaScript & TypeScript** - completions, go to definition, find usages, and error checking, with automatically managed project configuration.
- **JSON and Npm smarts** - Package JSON and other known JSON formats code intelligence. npm package name and version suggestions as you type, dependency info on hover, and warnings for packages with known vulnerabilities.
- **Python** - code intelligence with built-in code formatting.
- **PHP** - full code intelligence, installed on demand when you open a PHP file.

Language servers are downloaded and set up automatically in the background - no manual installation needed. Documentation is now shown with code hints and hovering code shows quick actions to jump to a definition or find usages.

> This feature is available only in desktop apps.

## Choose Your AI Model/Disable AI

`Added in August 2026`

Pick which Claude model powers your AI chat, right from the chat panel. AI can now be enabled or disabled anytime from the AI settings dialog.

> This feature is available only in desktop apps.

## Video and Audio Preview

`Added in August 2026`

Click a video or audio file in your project to play it right inside the editor, just like image preview.

## [Try ideas, build pages, and fix issues with AI](https://docs.phcode.dev/app-links/ai-chat)

`Added in April 2026`
Expand Down
10 changes: 5 additions & 5 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2504,11 +2504,11 @@ define({

// Enable/disable AI toggle
"AI_DISABLE_CONFIRM_TITLE": "Disable AI?",
"AI_DISABLE_CONFIRM_MESSAGE": "This turns off all AI features. The AI panel will be removed and {APP_NAME} will stop connecting to AI services.<br><br>Restart {APP_NAME} for this to take effect.",
"AI_DISABLE_CONFIRM_BTN": "Disable AI",
"AI_DISABLE_CONFIRM_MESSAGE": "This turns off all AI features. The AI panel will be removed and {APP_NAME} will stop connecting to AI services.<br><br>{APP_NAME} will restart now to apply this change. You will be asked to save any unsaved files.",
"AI_DISABLE_CONFIRM_BTN": "Disable AI and Restart",
"AI_ENABLE_CONFIRM_TITLE": "Enable AI?",
"AI_ENABLE_CONFIRM_MESSAGE": "This turns AI features back on and restores the AI panel.<br><br>Restart {APP_NAME} for this to take effect.",
"AI_ENABLE_CONFIRM_BTN": "Enable AI",
"AI_ENABLE_CONFIRM_MESSAGE": "This turns AI features back on and restores the AI panel.<br><br>{APP_NAME} will restart now to apply this change. You will be asked to save any unsaved files.",
"AI_ENABLE_CONFIRM_BTN": "Enable AI and Restart",

// AI CHAT PANEL
"AI_CHAT_TITLE": "Claude Code",
Expand Down Expand Up @@ -2754,7 +2754,7 @@ define({
"AI_SETTINGS_NAME_DUPLICATE": "A provider with this name already exists.",
"AI_SETTINGS_DONE": "Done",
"AI_SETTINGS_ENABLE_AI": "Enable AI features",
"AI_SETTINGS_ENABLE_AI_NOTE": "Turns all AI features in {APP_NAME} on or off. Takes effect after restart — you can enable it again anytime from <span class='ai-settings-menu-path'>View menu &gt; Enable AI</span>.",
"AI_SETTINGS_ENABLE_AI_NOTE": "Turns all AI features in {APP_NAME} on or off. Changing this restarts {APP_NAME} to apply it — you can enable it again anytime from <span class='ai-settings-menu-path'>View menu &gt; Enable AI</span>.",

// demo start - Phoenix Code Playground - Interactive Onboarding
"DEMO_SECTION1_TITLE": "Edit in Live Preview",
Expand Down
2 changes: 1 addition & 1 deletion tracking-repos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"phoenixPro": {
"commitID": "2320177276271ca6bb00188b5f633a42e5f07d9e"
"commitID": "1ded0ad017bd0fe0e69503b0a068198da2fdc11a"
}
}
Loading