Skip to content

Ai local imports #6164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Jul 30, 2025
Merged

Ai local imports #6164

merged 23 commits into from
Jul 30, 2025

Conversation

STetsing
Copy link
Collaborator

@STetsing STetsing commented Jul 15, 2025

  • remove the /c or /continue command
  • Added the local import when explaining an error with remix ai. local (non library) Errors files are automatically collected on compilation failed
  • anthropic is now the provider for generations. Other providers remain only for chatting and interactive workspace chats

Copy link

netlify bot commented Jul 15, 2025

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 6e37d93
🔍 Latest deploy log https://app.netlify.com/projects/remixproject/deploys/68890b669da3290008793a3e
😎 Deploy Preview https://deploy-preview-6164--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@STetsing STetsing added the WIP label Jul 16, 2025
@@ -2,6 +2,7 @@ import React from 'react';
import { compile, helper, Source, CompilerInputOptions, compilerInputFactory, CompilerInput } from '@remix-project/remix-solidity'
import { CompileTabLogic, parseContracts } from '@remix-ui/solidity-compiler' // eslint-disable-line
import type { ConfigurationSettings, iSolJsonBinData } from '@remix-project/remix-lib'
import { emit } from 'node:process';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this shouldn't be here.

@yann300 yann300 self-requested a review July 28, 2025 09:46
@STetsing STetsing merged commit 08c3d44 into master Jul 30, 2025
32 checks passed
@STetsing STetsing deleted the ai_local_imports branch July 30, 2025 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants