Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Grok Build CLI just got an update with v0.2.117! 🚀 Changelog v0.2.117 Features: • GROK_EXTRA_CA_BUNDLE env var allows adding custom TLS root certificates. Performance: • Terminal resize is much faster on long conversations in fullscreen mode. Bug Fixes: • Stop command now terminates all background subagents from prior turns....

17,840 Aufrufe • vor 10 Tagen •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Grok Build CLI just got an update with v0.2.113! 🚀 Changelog v0.2.113 Features: • MCP servers can now be enabled or disabled directly from the CLI with `grok mcp enable ` and `grok mcp disable `. • Full plan markdown can now be copied to the clipboard with `y` during plan approval or preview. • Added support for the new SuperGrok Plus subscription tier in authentication and feature gating. • Enabled automatic recovery from repetitive loops in model output by default. Performance: • Cold start shows the UI instantly while models and settings load in the background. • Large session forks and resumes now use far less memory and avoid spikes. • Prevented thread exhaustion on high-core shared machines by limiting the workspace daemon's worker threads. Bug Fixes: • Terminal command output is no longer lost or duplicated when the gateway is unreachable. • Invalid MCP server entries in config.toml no longer prevent Grok from starting; problems are shown in `grok inspect`. • SessionEnd hooks now run on exit in non-leader TUI and headless sessions. • Paste chips now display with the correct background in inline prompts and question inputs. • Pasted content chips now behave consistently when editing answers in the question view. • Background task status now shows only elapsed duration instead of absolute timestamps. • Session lists no longer drop real sessions when the remote registry reports an outdated turn count of zero. • /loop now stores prompts that include stop conditions so recurring tasks can terminate themselves when done. • Reduced spurious warning messages for common auth and config scenarios. • Fixed conda activation (and other sourced scripts that read $@) when using persistent or login-capture shells. • Fixed stuck background-task tray rows after long foreground shell commands complete. • Agent subprocesses and idle inhibitors are now cleaned up when the parent CLI process dies unexpectedly. • Fixed truncated plans in minimal mode and improved visual separation between reasoning and output (including NO_COLOR). • Fixed credential loss across multiple grok processes sharing the same auth file. • Fixed doubled Enter and other keys on older Alacritty terminals. • Fixed false paywall messages for free-tier and unmatched users.

Puck

93,837 Aufrufe • vor 12 Tagen

Obsidian 1.8.3 is now available to all for desktop and mobile! - Web viewer. New core plugin lets you open external links within Obsidian on desktop. This makes it easier to read linked content without leaving the app and improves multitasking for web research. The plugin can be enabled manually in settings. - Improved iCloud sync. Obsidian no longer waits to confirm that configuration files have synced. - New mobile onboarding. This guided flow helps new mobile users create and sync a vault. - New "Download attachments for current file" command. Downloads all externally embedded images and replaces the external links with internal embeds. A few notable improvements: - When modifying a numbered list, the numbers are now updated automatically. - Pressing Enter in a multi-line list item now continues the list properly. - New "Insert footnote" command. Footnote autocomplete now provides a fallback to create a new footnote if no match is found. - Tags view now includes search. - File Explorer now includes an option to automatically reveal the active file. - Outline now has an "Auto-scroll to current section" option. - Sync now has a new view option, "Hide my changes," which hides your own file changes in a shared Obsidian sync vault. - Recently used commands now appear at the top of the command palette. - "Search current file" search bar now displays the total number of results. - "Insert template" command now sorts templates by file path and displays folder names. - , , and tags with relative src paths are now rendered in Live Preview and Reading mode. - Graph view no longer considers Canvas files as attachments. See the changelog for dozens more improvements and bug fixes.

Obsidian

118,862 Aufrufe • vor 1 Jahr

Introducing my newest app, TethrX, made with Grok 4.5 to access Grok Build on your phone. TethrX connects to Grok Build running on your own computer, so you can start a task from anywhere, follow Grok's reasoning as it works, approve every command before it runs, and review the code it writes. Your code never leaves your machine. The public TestFlight is now open, and a demonstration is below. You pair your phone by scanning a QR code, either on your local network or from anywhere through Tailscale. From there TethrX streams Grok's reasoning, tool calls, command output and file changes as they happen, and asks your approval before anything runs. Plan mode lets you read the plan before the work begins. When a task finishes you can review exactly what changed. TethrX lists the modified files in your project, shows a diff for each one, and lets you commit or discard the work without leaving your phone. The app supports slash commands, including /compact and any skills you have installed, along with voice dictation, queued messages and reusable prompts. Sessions can be searched and organised into folders, and you can pair several computers and switch between them. Siri can start a task or tell you what Grok is doing without opening the app, a home screen widget shows whether Grok is working, and a Live Activity tracks progress on your lock screen and Dynamic Island. Every session reports its context window, token usage and cost, the app can be locked behind Face ID, and your computer is kept awake for as long as a task is running. TethrX requires Grok Build installed and signed in on your computer, together with Node.js 20 or newer. A single command starts the bridge: npx tethrx-bridge TethrX is open source under the Apache License 2.0. Both the iOS client and the local bridge are available here: Grok 4.5 helped a lot, thanks to SpaceXAI for making Grok 4.5 exceptional.

Myrhe𝕩

13,099 Aufrufe • vor 20 Tagen

day 4 of building an OpenCode clone from scratch i have a newfound appreciation for how good this tool is, and how much attention to detail was put into making it. here is what i managed to clone, and problems i've encountered: 1. scrollable autocomplete. mouse click to select, mousewheel to scroll, arrow keys that auto-scroll when you hit the edge, enter to confirm, sounds simple, but remember that this is a CLI tool, not a web app, all of this has to be implemented from the ground up 2. toast notifications in the terminal, success/error/info variants, auto-dismiss, easily triggerable through context 3. modal dialogs with backdrop overlay, click-outside-to-close, escape to dismiss, focus trapping so the content behind stops capturing input, again, seems simple, but the concept of a "dialog" does not exist in the terminal, so implementing it is way harder 4. built a responder chain for keyboard input, only the topmost layer owns the keyboard. ctrl+c walks down: dialog > command menu > clear input > exit. had to invent this because there's no built-in focus management in a terminal 5. generic command actions. each command gets a context with toast, dialog, and navigate (easily extendable for further features) 6. react-router with a memory router in a terminal app. navigate between screens with the same patterns as web 7. (mock) session view with user/bot message components. thinking indicator, model info footer, mode-colored borders when you use opencode, you don't think about these things, but there is a million little details they thought of. absolutely insane and cracked team Anomaly

Code With Antonio

69,394 Aufrufe • vor 4 Monaten

Larry Ellison just told every software engineer on Earth their job description is dead. Not evolving. Dead. Ellison: “The code that Oracle is writing, Oracle isn’t writing. Our AI models are writing.” This is not a startup demo. This is one of the largest infrastructure monopolies on the planet telling you it already replaced the people who built it. For fifty years, building software meant translating human intent into machine instructions. Line by line. Bug by bug. Sprint by sprint. That entire layer is gone. Ellison: “We don’t write the procedure. We declare our intent.” That sentence just made the entire engineering labor market flinch. The procedure was the job. The procedure was the paycheck. The procedure was what made a developer valuable. And now the machine does it without being asked twice. Ellison: “We just tell the model what we want the program to do, and then the AI comes up with a step-by-step process to actually do it.” You are no longer paid to build. You are paid to think. And most organizations have no idea how to evaluate that. The companies still hiring armies of developers to grind through codebases are paying salaries the machine already made worthless. Not in years. In seconds. When a company worth hundreds of billions hands the keyboard to the machine and tells you the output is better, the debate is not winding down. The debate is over. The enterprise that wins this decade does not write the best code. It removes the human from the process entirely and runs on intent alone. The programmers who survive are the ones who realize the craft is no longer typing. It is architecture. It is judgment. It is knowing what to build and why. Everything else now belongs to the machine. And the machine does not negotiate severance.

Dustin

535,455 Aufrufe • vor 4 Monaten

HERMES AGENT v0.17.0 JUST SHIPPED. "THE REACH RELEASE." 1,475 COMMITS. 800 PRs. 245 CONTRIBUTORS. HERMES NOW REACHES IMESSAGE, RAFT NETWORK, AND CURSOR'S COMPOSER MODEL. the highlights: Nous Research iMESSAGE WITHOUT A MAC RELAY Photon Spectrum integration ships native iMessage support. no Mac in a closet. no BlueBubbles bridge. hermes photon login → device code auth → done. Hermes lives in the blue bubbles now. ASYNC SUBAGENTS NO LONGER BLOCK YOUR CHAT delegate_task(background=true) dispatches a subagent that runs in the background. returns a handle immediately. you keep working. result re-enters as a new turn when it finishes. long research dives stop blocking your main session. IMAGE EDITING, NOT JUST GENERATION image_generate now edits source images. "make this logo blue." "remove the background." "turn this sketch into a render." works across every supported image provider. same tool, new mode. CURSOR'S COMPOSER MODEL VIA GROK OAUTH grok-composer-2.5-fast is in the xAI model picker. 200k context window. fast coding model behind Cursor. your Grok subscription. Hermes's agent loop. no separate API key needed. AUTOMATION BLUEPRINTS schedule tasks without learning cron syntax. "daily news briefing at 8am" becomes a form. one blueprint definition renders everywhere: dashboard form, CLI slash command, Telegram chat, docs catalog entry. answer questions, not memorize 0 8 * * *. FULL PROFILE BUILDER IN DASHBOARD build a complete Hermes profile from the browser. pick model. choose skills. attach MCPs. no config.yaml editing. plus unified multi-profile view with global switcher. SKILLS HUB BROWSER REHAUL connected hubs (OpenAI, Anthropic, HuggingFace, NVIDIA). Featured section. full skill previews before install. security scan on each skill. browsing skills is a real browsing experience now. ATOMIC MEMORY OPERATIONS memory tool gained an operations array. batch add/replace/remove edits applied atomically. the model can free space and add entries in ONE call even when individual adds would overflow the budget. memory updates no longer fail mid-edit. CURATOR STOPPED SPENDING TOKENS BY DEFAULT deterministic skill pruning still runs free. LLM-powered consolidation now opt-in only: curator.consolidate: true to enable. routine background curation costs you zero tokens. WHATSAPP BUSINESS CLOUD API official Meta adapter alongside existing Baileys bridge. no QR-scanning bridge process to keep alive. hosted, first-party WhatsApp channel. TELEGRAM RICH MESSAGES (BOT API 10.1) proper rich formatting. cleaner long-message handling. native markup instead of flattened text. on by default. opt-out available. DESKTOP APP IS NOW A DAILY DRIVER rebindable keyboard shortcuts. native OS notifications. live subagent watch-windows streaming activity. composer model selector with per-model presets. automatic RTL/bidi text. resizable VS Code terminal pane. per-thread composer drafts. install ANY VS Code Marketplace theme. RAFT AGENT NETWORK new bundled adapter connects Hermes to raft. build as an external agent. wake-channel bridge. privacy by contract: wake payloads carry metadata only, never message bodies. SECURE DASHBOARD LOGIN every token-required endpoint returns 401 behind OAuth gate. websocket auth uses served dashboard token. public_url override warnings. exposing your dashboard to the network is safer by default. upgrade: hermes update 300+ issues closed. security round included. hermes-agent ecosystem now at 198K GitHub stars.

YanXbt

35,261 Aufrufe • vor 1 Monat

Just wrapped up Hardwood Empire 3.2. A lot of the most asked for features / improvements you guys have been pushing for are in this one. Live Interactive Court: Biggest visual upgrade we've made. Gamecast now has a full live court built into the sim with dynamic home court branding, center logos, arena styling, and live shot mapping. You can actually see where shots happen in real time instead of just reading text. Dynamic Crowds: Arenas feel alive now. Crowds scale based on prestige, so blue blood home games feel packed while smaller gyms feel smaller. Neutral site games can have split crowds depending on who's playing, and fans react live during big moments. Usage Control System: Still the normal 1st / 2nd / 3rd option setup, but now there's also full usage sliders if you want total control over offensive shot distribution. One guy taking over or a completely balanced system, totally up to you. Plugs directly into the actual sim. Music: Added in-game soundtracks for a more immersive experience, with more music coming next update. Gameplay / Sim Improvements: Big realism pass. Late game logic is much smarter, offensive systems behave more realistically, and I spent a lot of time tuning sim rates so scoring, assists, rebounds, pace, and advanced metrics better match modern college basketball. Also tuned long-term dynasty balance so smaller / mid-major schools can still have real breakthrough runs without turning into permanent national powers every save. Other Fixes + QOL: New Player IQ attribute. Working haptics on iOS + Android. Transfer portal affordability indicators. Career / retirement history fixes. International recruit fixes. Schedule + MTE fixes. UI polish. And more. Everything in this update is completely free. No God Mode purchase needed. 3.1 got submitted before I was even home from school, so 3.2 had way more time for polish and bug fixes, and the update after this will probably be way more bug-focused since the game has a ton of features now and making everything as polished and stable as possible is the priority. Most of these features will also be toggleable, so if you want the more classic Hardwood Empire experience you're more than welcome to play that way too. Seriously appreciate all the support, this community has grown way faster than I ever expected. Submitting to iOS + Android as soon as this post hits 500 likes ❤️

Hardwood Empire

50,601 Aufrufe • vor 2 Monaten

Keet Mobile 4.0.0 Changelog 🍐 Features - Keet 4.0.0 introduces a new engine which improves performance, app scalability and sets the ground for a new set of features development. Improvements - Faster room loading with optimised icons and image-preview caching. - Media previews respect maximum image size to save bandwidth. - Added a system-update banner to keep you informed of important upgrades. - Cleaner room creation flow and refined DM request handling. - Down arrow and room avatar colours match desktop application. - Bottom tab bar is now hidden until onboarding is complete. - Clearer username error messages and progress indicators on slow networks. - Better feedback form now includes your username automatically - Call experience tweaks: hangs up cleanly; DM ring logic improved; Android auto-end in background. - Introduced hang-up icon for when call ends in rooms. - Device naming screen now auto focuses the input field. - Updated confirm device screen. - Software version list now shows Hyperdiscovery and lists WebRTC as keet-webrtc. - Refreshed onboarding pages and UI text updates. - Improved audio record UX and many Fixes - Fixed avatar rendering issues. - Removed grey bars at the top of several pages. - Stopped the tooltip from appearing when the username is already set. - Aligned the error-log message-field layout. - Resolved cursor and emoji picker jumps when switching between emoji and keyboard input. - Corrected chat text input width. - Restored fullscreen video previews. - Fixed image loading status indicators. - Adjusted code block spacing for messages sent from mobile. - Prevented locked recordings from following you when leaving a room. - Fixed a crash when opening a room on Android. - Stopped unnecessary FlatList re-renders. - Center aligned preview images. - Resolved chat UI breakage after double tapping the emoji picker icon. - Corrected contentFit on image messages. - Ensured pinned messages remain visible during a call. - Fixed speaker tooltip content overflow. - Calls: fixed orientation breaks, crash when app is killed, call-ring answer now opens the screen. - Resolved unrecoverable error when sharing a file from Google Files. - Eliminated flicker when searching usernames. - Disabled button presses while a tooltip is visible. - Fixed Discover Communities being cut off on small devices. - Disabled bottom tab presses when no identity is set. - Corrected tooltip orientation on tablets. Keet Desktop 4.0.0 Changelog Features - Keet 4.0.0 introduces a new engine which improves performance, app scalability and sets the ground for a new set of features development Improvements - Introduced system-banner UI for updates and notices. - Added a 'Quit' button to uncaught error screens. - Displayed an app loader before the app initialises. - Added a toast notification and an informative banner when sending a DM request. - Consistent avatars between DM rooms and member views. - Added support to medium sized file previews in chat. - Smoother last message rendering in the room list. - Added a chat loader on start up when no cache is available. - Clearer version display in the software section and added hyper db version to the list. - Updated texts for system and migration banners. - Refactored DM request actions and block member logic. Fixes - Prevented image preview blinking while loading. - Fixed crash when removing an avatar file from a deleted message. - Onboarding status is now remembered after a restart. - Eliminated room menu blinking via useDeferredValue. - Prevented Rive animation from disappearing when switching monitors. - Stopped creation of duplicate DM rooms for the same member. - Resolved broken file preview when a file lacked a name. - Restored missing styles on error pages. - Prevented error pages from appearing behind the loader. - Corrected emoji rendering on macOS. - Repaired chat voice message playback. - Fixed useRoomConfig imports. - Corrected file item height in room info. And more

Keet

25,883 Aufrufe • vor 1 Jahr

KNOXNET — $KNX Public Testing Now Live We are pleased to announce that "public testing for the KnoxNet Android APK" is now live. This release marks a major milestone in our development enabling value transfers without any internet connectivity. The current build allows users to experience the core offline infrastructure in a real-world environment for the first time ever. The ability to transfer value completely offline has never been achieved at this level. As this system matures and moves toward full integration with the KnoxNet chain, the implications become significantly larger. Key Features in this Build: * Offline send and receive of KNX notes * Device-to-device communication over Bluetooth * Local validation with instant acknowledgement (handshake-based transfer) * Works fully in airplane mode (no internet, no fallback) * Duplicate note detection on receiver side * On-device transaction history --- ⚠️ Disclaimer This is a testing environment. Each user will be provided with 10,000 KNX test notes upon setup. These are not real funds and are intended solely for testing and feedback purposes. --- 📲 Download the APK 📘 Documentation (How to Use) 🛠 Support & Troubleshooting --- This release represents the first step toward a new category of infrastructure where value can move independently of network conditions. Privacy, as a sector, has seen limited innovation over the years and we intend to change that. What is being built here positions KnoxNet at the forefront of privacy infrastructure, not just competing within the category, but defining it. We encourage all users to test the application thoroughly and share feedback as we continue to refine and scale the system.

KnoxNet

57,628 Aufrufe • vor 3 Monaten

Look ma new Codex Updates! 0.119.0 and 0.120.0 are here. And with it, a HUGE number of quality of life updates and bug fixes! > Hooks now render in a dedicated live area above the composer. They only persist when they have output, so your terminal stays clean. If you're running PreToolUse or PostToolUse hooks, this is a huge readability win. > Hooks are now available again on Windows > CTRL+O copies the last agent output. Small but clutch when you're pulling a code block into another file or chat. > New statusline option: context usage as a graphical bar instead of a percentage. Easier to glance at mid-session when you're trying to gauge how much runway you have left. > Zellij support is here with no scrollback bugs. If you've been stuck on tmux just because Codex was broken in Zellij, you're free now (shout out Felipe Coury 🦀) > Memory extensions just landed. The consolidation agent can now discover plugin folders under memories_extensions/ and read their instructions.md to learn how to interpret new memory sources. Drop a folder in, give it guidance, and the agent picks it up automatically during summarization. No core code changes needed. This is the first real extension point for Codex's memory system, and it opens the door for third-party memory plugins. > Did you know, you can /rename a thread? But what's really cool about that is, after you rename it, you can resume it with the same name, no more UUIDs. codex resume mynewapp or directly from the TUI: /resume mynewapp > Multi agents v2 got an update to tool descriptions More reliable multi agent environments and inter agent communication > You can now enable TUI notifications whether Codex is in focus or not. Modify this in your config: [tui] notification_condition = "always" > MAJOR overhaul to Codex MCP functionality: 1. Codex Tool Search now works with custom MCP servers, so tools can be searched and deferred instead of all being exposed up front. 2. Custom MCP servers can now trigger elicitations, meaning they can stop and ask for user approval or input mid-flow. 3. MCP tool results now preserve richer metadata, which improves app/UI handoff behavior. 4. Codex can now read MCP resources directly, letting apps return resource URIs that the client can actually open. 5. File params for Codex Apps are smoother: local file paths can be uploaded and remapped automatically. 6. Plugin cache refresh and fallback sync behavior are more reliable, especially for custom and curated plugins. > Composer and chat behavior smoother overall, resize bugs remain though. > Realtime v2 got several significant improvements as well. > You're still reading? What a legend. 🫶 npm i -g @openai/codex to update

am.will

742,298 Aufrufe • vor 4 Monaten

Hermes agent just left the terminal. 𝗛𝗲𝗿𝗺𝗲𝘀 𝗗𝗲𝘀𝗸𝘁𝗼𝗽 dropped yesterday. native app for macOS, Windows, and Linux. for months Hermes was the agent that learned your projects, wrote its own skills, and built a model of who you are. all of it buried in terminal logs. now it has a window. the important part is that it's not a wrapper. it runs the same agent core, the same sessions, memory, and skills as the CLI. you can start a task in the terminal and finish it in the app without anything resetting. the state is shared across every interface, not copied between them. what the GUI actually adds: → streaming chat that shows live tool calls and inline reasoning instead of a spinner → a preview rail that renders pages, code, and images right beside the conversation → an artifacts panel that collects every file the agent has ever produced → remote gateway mode, so you can point the app at a VPS and run the heavy work elsewhere → skills, cron, profiles, and gateways managed point-and-click instead of through YAML → voice mode, drag-drop files, and inline image generation remote gateway mode is the one worth slowing down on. the agent runs 24/7 on a $5 server while you control it from your laptop like a local app. other agent UIs are chatboxes with a logo. this one shows the autonomy instead of hiding it, so you watch the skills load, the tools fire, and the artifacts pile up as it works. it was teased in Jensen's GTC keynote. MIT licensed, local-first, no telemetry. if you already run Hermes, download it and everything is already there. your chats, memory, and skills carry straight over. i wrote a full masterclass on Hermes Agent that walks through the SOUL. md identity layer, the three-tier memory system, the self-evolving skills loop, and how to run three specialized agents 24/7. desktop is the interface that finally does all of it justice. the article is quoted below.

Akshay 🚀

51,474 Aufrufe • vor 2 Monaten

Mark Rutte's claim that Russia is capable of launching and sustaining an imminent invasion of the European Union in the short term is a fiction with a purpose. It's meant to lock Europeans into inertia, to discourage them from developing independent European command and control and instead just increase spending (on US weapons) under a NATO-only framework. <Watch full video: In yesterday's video I argued that it doesn’t matter if the US pulls out of NATO on paper or not. Even if Congress forces Trump to stay in, his words show they have already left and NATO is indeed now a paper tiger without the US security guarantee. As the former Danish MP Rasmus Jarlov has noted, "as long as we keep Ukraine from falling, Russia is not a threat to us in the short term.” Russia is exhausted at the moment from the Ukraine War. They absolutely have the intention to invade the EU, but we are some years away from that. That means, unlike what Rutte is telling us, Europe does have time to urgently and rapidly build a common defence without America. If we listen to Mark Rutte and do nothing because "there is no alternative to NATO" (Rutte) and "there is no NATO without the US" (Kallas), we are leaving ourselves as sitting ducks when Russia eventually invades and the US does not defend us. NATO is already dead. To save itself, Europe must end its NATO delusion and rebuke Mark Rutte’s suicidal vision for this continent. Europe must move on from the American protectorate - urgently.

Dave Keating

35,222 Aufrufe • vor 4 Monaten

Your competitor spent 8 months and $50K building an AI voice agent SaaS. You typed one prompt on naïve and shipped the same thing today. That is not an exaggeration. That is exactly what just happened. 🔗 I opened Naive, typed one sentence, and watched a full team of AI employees spin up and start building my AI voice agent SaaS platform from scratch. No dev agency. No co-founder. No seed round. No 8-month runway burn. Here's what my team built, and is running right now: 🔧 Engineer: architected the entire platform, wrote production code, shipped without a single review from me. 📞 Sales rep: started booking demos with potential customers before the platform was even fully live. 🎧 Support agent: set up the entire ticket system and started handling user queries from day one. 💰 Finance manager: set up revenue tracking, reconciled accounts, and started generating reports automatically. Each one has their own email inbox, bank account, phone number, and workspace. They share context. They delegate tasks to each other. They get sharper with every user onboarded and every bug resolved. My entire prompt: "Build me an AI voice agent SaaS platform." That's all I typed. Then I walked away. No technical background. No dev experience. No agency retainer required. What founders on this platform are seeing right now: → Real ARR with zero human employees → +32% revenue growth week over week → +42% tasks completed week over week You have a SaaS idea sitting in your head right now. One prompt on naïve and it's already shipping. Your competitor burned 8 months to get where you'll be in 10 minutes. 👉 #NaïveAI2B9YHR

Gina Acosta

15,888 Aufrufe • vor 3 Monaten

The Visual Studio Code insiders version that just shipped and will ship in the next few days will come with an insane amount of new capabilities. A few highlights: - You can now run sub-agents in parallel. Yes, really. I even attached a video. - Major UX improvements for sub agents, especially visible in the chat window - A new search tool wrapped as a sub-agent that iteratively runs multiple search tools: semantic_search, file_search, grep_search Which connects nicely to the point above: multiple searches running in parallel, efficiently and fast - Anthropic’s Message API is now enabled by default - You can choose the model for the cloud agent (three available, all premium) - Extended thinking support when using the Claude cloud agent This is part of the broader multi-vendor cloud support under AgentsHQ I wrote about a few weeks ago - Tasks sent to the background agent (basically the CLI tool) now always run in isolation, each with its own git worktree - In a multi-repo workspace, assigning a task to a cloud agent prompts you to choose the target repo Same behavior when opening an empty workspace with no repo - Support for building an external index for files not supported by GitHub’s default indexing - UI/UX improvements for starting new sessions and switching between local / background / cloud agents - Skills are now first-class citizens, just like prompt files, with better UX indicating when a skill is loaded - Improved API for dynamic contribution of prompt files New V2 includes skills as part of the model. Curious to see the extensions that will leverage this - Finally, initial support for showing context usage percentage per session - Skills are enabled by default - Resizable chat window and session view. Small thing, but it was driving me crazy 😁 - A new integrated browser meant to replace the old simple browser Maybe the beginning of real browser use? - Better UI/UX for token streaming in chat - Ability to index external files not supported by GitHub There’s a lot more. Some of it hasn’t fully landed yet, but everything that has is already in Insiders. The next stable release should drop in early February. As usual, I’m just shocked by the volume of features this team ships every month. After the holiday slowdown, this one is shaping up to be a wild release.

Oren Melamed

29,555 Aufrufe • vor 6 Monaten

Elon Musk just explained how you build a trillion-dollar company overnight and most people completely missed what he actually said. Musk: “As soon as you unlock digital human, you basically have access to trillions of dollars of revenue.” That sounds like hype until you break down what he means. The most valuable companies on Earth do not manufacture anything. Apple does not build iPhones. They send digital files to a factory in China. Microsoft does not build hardware. Their entire output is code. Google. Meta. Digital. Digital. Every single company sitting at the top of the global economy produces exactly one thing. Keystrokes. The entire modern economy runs on human beings staring at screens and pressing buttons. Now build an AI that does that at the same level a human does. Not a chatbot. Not an assistant. A full digital human that reads a screen, understands context, and operates software the same way a person does. You just unlocked access to every revenue stream those companies sit on. Not in ten years. Not after some massive infrastructure overhaul. Immediately. The entire enterprise AI conversation right now is stuck on integration. How do you connect AI to corporate systems. How do you build custom APIs. How do you rip out decades of bloated software and rebuild it from scratch. Musk just skipped all of it. A digital human does not need an API. It does not care how old or broken your system is. It logs into the same dashboard your employee uses. Reads the same screen. Clicks the same buttons. Processes the same information. Zero integration. Zero rebuild. Zero friction. You do not renovate the building. You just replace who is sitting at the desk. That changes the math on every industry overnight. Customer service alone is one percent of the entire global economy. That is hundreds of billions of dollars flowing through an industry that consists almost entirely of people reading text and typing responses. No factory involved. No raw materials. No shipping. No physical supply chain. Pure digital labor. The moment a digital human crosses the threshold where it handles that work at human level the cost structure of the entire industry collapses to near zero. And customer service is just the first domino. Accounting. Legal review. Insurance claims. Medical billing. IT support. Every single one of those is the same equation. Humans reading screens and producing digital output. A digital human does not disrupt those industries. It absorbs them. No integration required. No permission needed. No ten-year rollout plan. Log in and take over the workflow. The companies that understand this right now are building the most valuable entities the world has ever seen. The ones that do not are going to wake up one morning and realize the entire revenue model they built over decades just got replicated at a fraction of the cost by something that never sleeps and never stops. Musk did not make a prediction on that podcast. He gave you the blueprint. And the clock is already running.

Dustin

63,750 Aufrufe • vor 4 Monaten

🇨🇳🇺🇸 When America Stabbed Its Allies in the Back China now commands the largest navy on Earth. In steel, hulls, and firepower. And everyone knows who that force is aimed at. The United States. Look at the map. From China to America, there is nothing but ocean. No buffer states. No friendly borders. US generals are already saying it out loud. This is no longer about if. It is about when. One senior American air force commander recently warned that a war with China would not stay “over there.” He said openly that US cities, bases, and industrial centers would become targets. That American soil would feel the war. That this would not be a distant conflict fought on someone else’s land, but a direct hit to the homeland. That should terrify people. It should also wake them up. Because when the United States was attacked on September 11, others did not hesitate. Denmark sent soldiers. Ukraine sent soldiers. They fought and died in Afghanistan for an American cause. They stood shoulder to shoulder with US troops in a war that was not theirs to start. That is what allies do. And how were they repaid by MAGA USA? With contempt. With ridicule. With slogans and chest-thumping nationalism. With a movement that treated loyalty like weakness and alliances like bad business deals. MAGA did not just insult allies. It poisoned the relationship. It turned gratitude into resentment. It spoke about long-standing partners the way criminals talk about disposable accomplices. In Western culture, you do not stab your allies in the back. You just do not. That is a line. Once crossed, respect dies fast. And now many of those allies have had enough. They remember who stood with them in blood and mud. They remember who later mocked them for it. They are tired of being lectured by Trump, Hegseth and JD Vance people who would never bleed for them in return. So when Washington now looks around and asks who will stand with America against China, the silence should not be surprising. Trust does not regenerate on command. Respect does not return because a flag is waved harder. Alliances are built over decades and destroyed in a single political era. China see a divided America. A country that pushed its friends away and now pretends nothing changed. This is not about left or right. This is about honor. And history is unforgiving to nations that confuse dishonor for strength.

Gandalv

204,388 Aufrufe • vor 7 Monaten

🎉 Tailkit 4.0 is here, and I couldn't be more excited! 🙌🥳 But first - Giveaway Alert! Want to get a free Tailkit Developer license? Just drop a reply and give a like or repost (totally optional, but super appreciated). The lucky winner will be announced next Tuesday (October 8th) – good luck! Can you believe it’s already been 4 years since Tailkit’s journey started? ❤️ It feels like just yesterday I launched Tailkit 1.0 as an offline standalone web app back on October 1st, 2020. I'm really attached to this project because it was launched just a few days before I became a dad 👶😍 Fast forward to today, and Tailkit has grown into a fully customizable, feature-packed online app that gives you access to: - 550+ Tailwind CSS components (fully responsive + dark mode support) - 1,750+ Code snippets for HTML, React, Vue.js, and Alpine.js - 7 Marketing & Application Templates for HTML, React, Vue.js, and Laravel (fully responsive + dark mode support) - 10 Starter Kits for HTML, HTML with Vite, React, Vue.js, Laravel, Next.js, Nuxt, Astro, Svelte and Angular - 30 Days of Unlimited Design Service with every new Team license - Exclusive deals on third-party tools and projects - Handy helper tools like Button Builder, Color Palette, and Icon Finder - 3,700+ SVG Icons from Bootstrap and Heroicons - Free lifetime updates - Email support whenever you need it And the 4.0 update is packed with even more awesome features and upgrades: - 6 new UI components (Notifications) were added in Application UI package - 20 new UI components (Image/Content Sliders++) were added in Marketing package - React version (uses Vite) is introduced for all Templates - React code snippets were improved in all packages - Astro Starter Kit was added - Remove Dark Classes (from code snippets) option was added in App - Universal Dark Mode (preview pane can default to global dark mode) option was added in App - New preview colors (fuchsia, gray) were added in App - Heroicons v2 icons were updated to v2.1.5 adding 28+ brand new icons in App - 3 new exclusive deals are now available - UI design improvements in App - Various improvements and fixes in App - All dependencies were updated in Starter Kits - All dependencies were updated in Templates - Marketing website redesigned - Color Palette tool was made available to all I’ve put over 200 hours into this update alone, and I’m beyond excited to finally share it with you. Your continued support has made this journey possible, and I’m so grateful to have you along for the ride. 🙏 Wishing you an amazing day – remember, YOU ARE AWESOME! Go build something incredible! 🚀

John Champ

10,940 Aufrufe • vor 1 Jahr