Pages

sâmbătă, 6 iunie 2026

News : End of Abyss | Release Date Trailer | Summer Game Fest 2026

News : Sea of Remnants | "Make it Loud" Crew PV | Summer Game Fest 2026

Tool : Everything - fast search tool.

"Everything" is a search engine that locates files and folders by filename instantly for Windows.
Unlike Windows search "Everything" initially displays every file and folder on your computer (hence the name "Everything").
You type in a search filter to limit what files and folders are displayed.

Tool : Full config for Continue.dev on VS Code for NVIDIA Nemotron‑3 Ultra.

Today, tested NVIDIA Nemotron‑3 Ultra with Continue.dev on VS Code, let's see the main config setting for this:
name: Local Config
version: 1.0.0
schema: v1

models:
  - name: Nemotron 3 Ultra
    provider: openai
    model: nvidia/nemotron-3-ultra
    apiBase: https://integrate.api.nvidia.com/v1
    apiKey: "YOUR_NVIDIA_API_KEY"
    maxTokens: 4096
    temperature: 0.2

completionModels:
  - name: Nemotron 3 Ultra Completion
    provider: openai
    model: nvidia/nemotron-3-ultra
    apiBase: https://integrate.api.nvidia.com/v1
    apiKey: "YOUR_NVIDIA_API_KEY"
    maxTokens: 256
    temperature: 0.1

embeddings:
  - name: Nemotron Embeddings
    provider: openai
    model: nvidia/nemotron-3-embed
    apiBase: https://integrate.api.nvidia.com/v1
    apiKey: "YOUR_NVIDIA_API_KEY"

contextProviders:
  - name: file
    provider: file
    maxFileSize: 2000000

  - name: git
    provider: git

  - name: terminal
    provider: terminal

  - name: clipboard
    provider: clipboard

actions:
  - name: Fix File
    command: fix
    description: "Fix issues in the current file using Nemotron 3 Ultra"
    model: Nemotron 3 Ultra

  - name: Refactor File
    command: refactor
    description: "Refactor the current file"
    model: Nemotron 3 Ultra

  - name: Explain Code
    command: explain
    description: "Explain the current file"
    model: Nemotron 3 Ultra

  - name: Generate Tests
    command: tests
    description: "Generate unit tests for the current file"
    model: Nemotron 3 Ultra

miercuri, 3 iunie 2026

marți, 2 iunie 2026

News : Warp and Oz - the Agentic Development Environment with orchestration platform.

Warp the Agentic Development Environment.
Get started with Warp, the Agentic Development Environment, and Oz, the orchestration platform for cloud agents.
Warp is an open source Agentic Development Environment that combines a modern, high-performance terminal with powerful agents to help you build, test, deploy, and debug code. Warp’s agents are powered by Oz, the orchestration platform for running agents locally or in the cloud at scale.
Oz Agent the orchestration platform
Every agent at your command.
Connect, orchestrate, and track fleets of agents to automate work and ship better software. Agent infrastructure for control with shared context, observability, and team administration.