AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
83,164Total entries
1Added by human
83,163Found by agent
12Categories

Knowledge catalogue

Search: “tools”

GridTimelineEvolution
49+ results
Agents

Better tools made Copilot code review worse. Here’s how we actually improved it.

DGX agent

How migrating Copilot code review to shared Unix-style code exploration tools reduced review cost by reshaping agent workflows around pull request evidence. The post Better tools made Copilot code rev

agentsgithub-ai-blog
10 Jul 2026
Model Releases
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters

b10328

DGX agent

server: add initial tool isolation support (via docker) (#26507) server: add initial tool isolation support (via docker) add docs adapt get_info py: fix type check cont separate tools_io_sandbox / too

model-releasesllama-cpp-releases
8 Aug 2026
Model Releases

b10329

DGX agent

server, ui: only offer a working directory when a tool reads it (#26762) The working directory chip showed up as soon as the server exposed any builtin tool, so a server started with just get_datetime

model-releasesllama-cpp-releases
8 Aug 2026
Model Releases

b10093

DGX agent

Fix DeepSeek4 crafted template (#25414) chat: fix DS4 template to explicitly follow reference behavior Support DeepSeekv4 flag (drop_reasoning). fix: hook DS3.2 parser for DS4 as well fix: add tool re

model-releasesllama-cpp-releases
23 Jul 2026
Tools

The harness is all you need (mostly)

DGX agent

A practical GitHub Copilot workflow for prototyping, planning, implementing, and reviewing software without chasing every new AI tool. The post The harness is all you need (mostly) appeared first on T

toolsgithub-ai-blog
27 Jul 2026
Model Releases

b10291

DGX agent

vulkan: fix submission batching size, add debug tools for diagnosing causes of DeviceLost drivers errors (#26371) vulkan: add debug tooling to get more information about a DeviceLost error fix submiss

model-releasesllama-cpp-releases
6 Aug 2026
Model Releases

b10249

DGX agent

server: add get_info tool (#26522) server: add get_info tool fix --rpc in docs server: harden get_info probe result handling Report the OS as unknown when the probe process fails to spawn or times out

model-releasesllama-cpp-releases
4 Aug 2026
Model Releases

b10227

DGX agent

chat : add qwen3 specialized parser (#26252) Add tagged thinking tool parser chat : refactor and add permute helper cont : add support for <tool_call> omission cont : update tool delimiters cont : add

model-releasesllama-cpp-releases
2 Aug 2026
Model Releases

v0.32.1

DGX agent

What's Changed Improved Gemma 4 tool calling and multi-turn reasoning, including more reliable tool-response continuations Fixed a recurrent MLX model cache leak that could increase memory use across

model-releasesollama-releases
16 Jul 2026
Local Ai

b9786

DGX agent

b9786 is a release of llama.cpp, a tool for LLM inference in C/C++ . Llama.cpp is a free and open-source tool that allows users to run AI models locally on Windows, Linux, and macOS . The b9786 releas

local-aillama-cpp-releases
25 Jun 2026
Local Ai

b8891

DGX agent

b8891 is a release version of llama.cpp, which is a tool for LLM inference in C/C++. llama.cpp is a free and open-source tool that allows users to run AI models locally on Windows, Linux and macOS. Th

local-aillama-cpp-releases
22 Apr 2026
Model Releases

b10271

DGX agent

ui: CWD for agent (#26518) server : extend file_glob_search for UI pickers ui : add per-conversation working directory with picker ui : add path navigation and search scope to cwd picker Treat path-li

model-releasesllama-cpp-releases
4 Aug 2026
Tools

How GitHub Copilot enables zero DNS configuration for GitHub Pages

DGX agent

Go from an empty repository to a live custom domain with HTTPS in about 14 minutes, without manually editing a single DNS record. The post How GitHub Copilot enables zero DNS configuration for GitHub

toolsgithub-ai-blog
8 Jul 2026
Tools

Give GitHub Copilot CLI real code intelligence with language servers

DGX agent

Install and configure LSP servers for GitHub Copilot CLI, replacing brute-force grep/decompile with real code intelligence. The post Give GitHub Copilot CLI real code intelligence with language server

toolsgithub-ai-blog
10 Jun 2026
Tools

Take your local GitHub sessions anywhere

DGX agent

Kick off work in VS Code or the CLI, finish it from your phone. Remote control for GitHub Copilot sessions is now generally available on github.com and GitHub Mobile. The post Take your local GitHub s

toolsgithub-ai-blog
18 May 2026
Tools

Register now for OpenClaw: After Hours @ GitHub

DGX agent

OpenClaw builders will gather at GitHub HQ during Microsoft Build 2026 for demos and conversations. Join in person, or watch the livestream on Twitch. The post Register now for OpenClaw: After Hours @

toolsgithub-ai-blog
4 May 2026
Model Releases

b10331

DGX agent

server: report the isolate working directory from get_info (#26773) server: report the isolate working directory from get_info Without an explicit cwd, get_info fell back to the server process working

model-releasesllama-cpp-releases
8 Aug 2026
Model Releases

b10254

DGX agent

chat : add new template for DeepSeek V4 Flash 0731 (#26398) common/chat: update DeepSeek V4 templates Align the DeepSeek V4 templates with the official encoders while keeping parser behavior out of th

model-releasesllama-cpp-releases
4 Aug 2026
Model Releases

b10275

DGX agent

server: decode Windows OEM output to UTF-8 in built-in tools (#26597) a child process writes in the OEM code page, which is not UTF-8 on a western Windows install, so accented output reaches the JSON

model-releasesllama-cpp-releases
4 Aug 2026
Tutorials

How the GitHub legal team used Copilot CLI to streamline their workflows

DGX agent

Learn how to build tools to simplify how you work—without writing a single line of code. The post How the GitHub legal team used Copilot CLI to streamline their workflows appeared first on The GitHub

tutorialsgithub-ai-blog
4 Aug 2026
Model Releases

b10217

DGX agent

chat : enable tool call in thinking for DS4 (#26269) Website: https://llama.app macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFr

model-releasesllama-cpp-releases
1 Aug 2026
Model Releases

v0.32.3

DGX agent

What's Changed mlx update by @dhiltgen in #17332 model/parsers: finalize incomplete GLM tool calls by @dhiltgen in #17250 docs: update retirements by @mxyng in #17289 model: align Laguna with upstream

model-releasesollama-releases
23 Jul 2026
Local Ai

b9950

DGX agent

b9950 is a release of llama.cpp, a C/C++ tool for LLM inference . This build number represents one of the frequent incremental releases from the llama.cpp project, which follows a rapid development cy

local-aillama-cpp-releases
10 Jul 2026
Local Ai

b9914

DGX agent

The search results don't contain specific details about the b9914 release. Based on the context of llama.cpp releases, b9914 is a build/commit version in the llama.cpp project, an open-source tool for

local-aillama-cpp-releases
8 Jul 2026
Local Ai

b9881

DGX agent

b9881 is a release of llama.cpp, an LLM inference tool written in C/C++. This release likely includes bug fixes, performance improvements, and platform support enhancements for running large language

local-aillama-cpp-releases
6 Jul 2026
Local Ai

b9862

DGX agent

B9862 is a continuous build-tagged release from llama.cpp , the open-source C/C++ LLM inference engine. Llama.cpp is the inference engine that powers most of the local-AI ecosystem, including tools li

local-aillama-cpp-releases
3 Jul 2026
Local Ai

b9864

DGX agent

llama.cpp is a tool for LLM inference in C/C++ and b9864 is a release version tag from the ggml-org/llama.cpp GitHub repository. Based on the release numbering pattern and project scope, this release

local-aillama-cpp-releases
3 Jul 2026
Local Ai

b9847

DGX agent

B9847 is a build release in the llama.cpp project, which is an open-source tool that enables LLM inference with minimal setup on a wide range of hardware . This specific build release likely contains

local-aillama-cpp-releases
30 Jun 2026
Local Ai

b9840

DGX agent

b9840 is a release of llama.cpp, a tool for LLM inference in C/C++. The release enables running AI models locally on Windows, Linux, and macOS. This specific build tag likely contains bug fixes, perfo

local-aillama-cpp-releases
29 Jun 2026
Local Ai

b9832

DGX agent

B9832 is a build release of llama.cpp from the ggml-org project , which is a free and open-source tool that allows you to run AI models locally on Windows, Linux and macOS . The release likely contain

local-aillama-cpp-releases
28 Jun 2026
Local Ai

b9755

DGX agent

B9755 is a release of llama.cpp, a tool for LLM inference in C/C++ . The release represents a specific build version in the active development of the project, continuing the iterative improvements to

local-aillama-cpp-releases
22 Jun 2026
Local Ai

b9555

DGX agent

llama.cpp is an LLM inference tool in C/C++ , and b9555 represents a specific build or version release from the ggml-org/llama.cpp GitHub repository. The project does not follow traditional release pr

local-aillama-cpp-releases
8 Jun 2026
Local Ai

b9523

DGX agent

b9523 is a release build of llama.cpp, an open-source tool for LLM inference in C/C++ that enables language model execution with minimal setup on a wide range of hardware locally and in the cloud. The

local-aillama-cpp-releases
5 Jun 2026
Local Ai

b9530

DGX agent

B9530 is a release version of llama.cpp, a tool for LLM inference in C/C++ . It allows users to run large language models on everyday consumer hardware without expensive GPUs or cloud infrastructure .

local-aillama-cpp-releases
5 Jun 2026
Local Ai

b9474

DGX agent

B9474 is a release version of llama.cpp, a tool for LLM inference in C/C++ . The release likely contains bug fixes, feature updates, and performance improvements to the llama.cpp project, which enable

local-aillama-cpp-releases
2 Jun 2026
Local Ai

b9442

DGX agent

b9442 is a release of llama.cpp, an open-source LLM inference tool written in C/C++. The release likely contains updates, bug fixes, or feature improvements to the llama.cpp project. For specific deta

local-aillama-cpp-releases
31 May 2026
Local Ai

b9401

DGX agent

b9401 is a release build of llama.cpp, an LLM inference framework in C/C++ that provides tools for running large language models locally. As an intermediate build in the llama.cpp project, it includes

local-aillama-cpp-releases
29 May 2026
Local Ai

v0.23.4

DGX agent

Ollama v0.23.4 is a release version of Ollama, a tool for running large language models locally. This patch release likely includes bug fixes, performance improvements, and refinements to existing fea

local-aiollama-releases
13 May 2026
Local Ai

b9119

DGX agent

Build b9119 of llama.cpp introduces CUDA optimizations including an NCCL-free AllReduce implementation for tensor-parallel inference and updates to the llama-bench tool for managing reduction provider

local-aillama-cpp-releases
12 May 2026
Local Ai

b9094

DGX agent

Release b9094 is a commit/version of llama.cpp, the main playground for developing features for the GGML library. llama.cpp enables LLM inference in C/C++ , providing efficient tools for running large

local-aillama-cpp-releases
10 May 2026
Local Ai

b8990

DGX agent

llama.cpp b8990 is a release version of a C/C++ LLM inference tool from the ggml-org project. The release likely contains bug fixes, performance improvements, or new features for local language model

local-aillama-cpp-releases
30 Apr 2026
Local Ai

v0.21.1-rc1

DGX agent

v0.21.1-rc1 is a release candidate for Ollama, an open-source tool for running machine learning models locally. The release candidate phase indicates testing and bug-fixing before the stable v0.21.1 r

local-aiollama-releases
21 Apr 2026
Local Ai

v0.21.0-rc1

DGX agent

Ollama v0.21.0-rc1 is a pre-release that includes improvements to Gemma 4 Tool Calling, adds the latest models to the Ollama App, and fixes issues with launching the OpenClaw TUI. The release enables

local-aiollama-releases
17 Apr 2026
Tutorials

Build a personal organization command center with GitHub Copilot CLI

DGX agent

Learn about the productivity tool one GitHub engineer built, and how AI supported the development process. The post Build a personal organization command center with GitHub Copilot CLI appeared first

tutorialsgithub-ai-blog
15 Apr 2026
Local Ai

b9487

DGX agent

The search results show general llama.cpp information and references to other recent builds (like b9484), but the specific details for b9487 were not clearly accessible. Based on the context from llam

local-aillama-cpp-releases
3 Jun 2026
Local Ai

v0.30.1

DGX agent

Ollama 0.30 provides improved compatibility and performance using llama.cpp, augments the MLX engine on Apple Silicon for broader hardware support, and brings support for a wider range of models inclu

local-aiollama-releases
2 Jun 2026
Model Releases

b10289

DGX agent

server: harden the file_glob_search directory walk (#26626) server: don't walk Windows junctions in file_glob_search std::filesystem reports a junction as a plain directory, so the symlink guard misse

model-releasesllama-cpp-releases
5 Aug 2026
Model Releases

v0.32.6

DGX agent

What's Changed Qwen3.5 is faster on Apple GPUs: the MLX engine now uses the model's MTP head for speculative decoding automatically /v1/chat/completions streaming now matches OpenAI's wire format: rol

model-releasesollama-releases
4 Aug 2026
← Previous
1
Next →
79 results
← Previous
12
Next →