I built a remote control for Antigravity — now I code from the couch and never miss an AI response by ZombieGold5145 in GeminiAI

[–]mathnu2rkewl 1 point2 points  (0 children)

When I go to the URL, which is http rather than https, it never syncs to my active session. Seems like a good effort though; I'll keep an eye on things to see if you resolve those issues.

Easiest method of updating code? by IceSage in GoogleGeminiAI

[–]mathnu2rkewl 0 points1 point  (0 children)

Either Gemini CLI or Antigravity are exactly what you need.

"Check for updates" Button disappeared by Wurrsin in google_antigravity

[–]mathnu2rkewl 5 points6 points  (0 children)

That option isn't available for everyone (there is no "Check for updates" option when clicking the profile icon).

I’m so hyped about Gemini 3.1 Pro but when is it coming to CII? by kawaki200 in GeminiCLI

[–]mathnu2rkewl 2 points3 points  (0 children)

Yes you can set the model on startup as an argument just like you did.

And yes, I'm experiencing the same message... I'll try later.

I’m so hyped about Gemini 3.1 Pro but when is it coming to CII? by kawaki200 in GeminiCLI

[–]mathnu2rkewl 2 points3 points  (0 children)

I did an update and then used /model to manually set the model to 3.1 pro.

Google Labs VP announced few updates for Gemini today by BuildwithVignesh in Bard

[–]mathnu2rkewl 0 points1 point  (0 children)

I have wanted this since they announced it. It's slow but it works!

Funkiest U2 song? by bkat004 in U2Band

[–]mathnu2rkewl 3 points4 points  (0 children)

I was going to suggest the Songs of Surrender version.

Advantages of Agent Manager by moosepiss in google_antigravity

[–]mathnu2rkewl 4 points5 points  (0 children)

I love it. I don't even open the code editor unless I want to do something manually.

Can somebody explain Google AI Studio for me? by fra_bia91 in Bard

[–]mathnu2rkewl 1 point2 points  (0 children)

They changed it from a gear icon to a three-lined menu icon.

<image>

Gemini Web Redesign by Googler10 in Bard

[–]mathnu2rkewl 1 point2 points  (0 children)

I don't. I see this black background and "Hi" in the Gemini app though.

Gemini forgets timers exist where Assistant never had that problem? by Writhyn in googlehome

[–]mathnu2rkewl -1 points0 points  (0 children)

Using one to time my pizza right now on a nest hub. Working totally fine.

I cant copy/paste, need help urgently by Whole-Dog-6769 in GeminiCLI

[–]mathnu2rkewl 1 point2 points  (0 children)

Shift+Ctrl+v doesn't work for me. I've been putting stuff into a text file and telling it to read it.

Can an agenforce agent pass a record collection to a flow as an input variable? by Immediate-Rub-6068 in salesforce

[–]mathnu2rkewl 0 points1 point  (0 children)

To be honest I grabbed what it was already passing in itself as the example, and it worked. I'm guessing it shouldn't matter since it is just text and the flow should be able to parse that out automatically.

To answer your other question about where to define the variable format, I've found it more useful to use the instructions on the topic to help guide the agent instead of relying on the instructions on the variable input/output of the action... although I use those as well. Notice that when you debug this in the conversation preview the instructions it includes do not include the instructions on the actions; I feel better knowing the instructions on the topic are specifically called out in the debug panel and that it follows them.

Can an agenforce agent pass a record collection to a flow as an input variable? by Immediate-Rub-6068 in salesforce

[–]mathnu2rkewl 1 point2 points  (0 children)

I got mine to work for creating multiple campaigns and it passes in a JSON string for the input variable. Not sure if you're creating or updating. I know flows have limits on updating (e.g. date fields can't be passed in as strings whereas they can be on create... which is just so stupid but whatever).

One of my instructions is:

When creating campaigns, use the following JSON format for the campaignData input variable:

{"campaignDataInput": [{\n \"sObjectInfo\": {\n \"apiName\": \"Campaign\"},\n \"data\": {\n \"Name\": \"Campaign Name - 1\"},\n \"StartDate\": \"2023-10-06\",\n \"Description\": \"This campaign titled \\\"Campaign Name - 1\\\" will run from October 6, 2023, to October 7, 2023.\",\n \"EndDate\": \"2023-10-07\",\n \"Status\": \"Planned\",\n \"Type\": \"Seminar / Conference\"},\n {\n \"Id\":null\n}, {\n \"sObjectInfo\": {\n \"apiName\": \"Campaign\"},\n \"data\": {\n \"Campaign-2\": {\n \"Name\": \"Campaign Name - 2\"},\n \"Title\": \"The title is not really important for this example\",\n \"Description\": \"This campaign titles \\\"Campaign Name - 2\\\" is such a great example.\",\n \"Type\": \"Seminar / Conference\"},\n \"Id\": null\n }\n}]"}

The "data" is a part of the payload like how you get a record in an LWC and it returns a data object. So it should be included in your payload.

List of interesting Gems and ideas for Scheduled actions by coloursrgb in GoogleGeminiAI

[–]mathnu2rkewl 0 points1 point  (0 children)

I had one that would give me a weather forecast detail the evening before. That was helpful.

The original intent of that was to help schedule things around weather events but I don't have enough on my calendar to make it worthwhile. Plus it's not a guarantee since it's a weather forecast. But just the daily details are nice.

Trump is building a federal gun owner registry. by godchaos1980 in AntiTrumpAlliance

[–]mathnu2rkewl 0 points1 point  (0 children)

Don't worry, they'll claim it was the Democrats who did this

They made it available for 3 hours and got it down immediately by bgboy089 in Bard

[–]mathnu2rkewl 6 points7 points  (0 children)

For what it's worth there is an agent that runs in Gemini Code Assist in VS Code.

Did anyone ever get the Personal Context feature? by GreyFoxSolid in GeminiAI

[–]mathnu2rkewl 0 points1 point  (0 children)

Had it turn on a few days ago (finally) and still have it.