- Install LM Studio https://lmstudio.ai
- Download https://lmstudio.ai/models/qwen/qwen3.5-35b-a3b
- Install Pi
npm install -g @mariozechner/pi-coding-agent - Configure PI for LM Studio
Create ~/.pi/agent/models.json:
{
"providers": {
npm install -g @mariozechner/pi-coding-agentCreate ~/.pi/agent/models.json:
{
"providers": {
| [ | |
| { | |
| "label": "Debug C file", | |
| "build": { | |
| "command": "gcc", | |
| "args": ["-g", "${ZED_FILE}", "-o", "${ZED_DIRNAME}/${ZED_STEM}.out"], | |
| "cwd": "${ZED_WORKTREE_ROOT}" | |
| }, | |
| "program": "${ZED_DIRNAME}/${ZED_STEM}.out", | |
| "request": "launch", |
| import json | |
| import uuid | |
| import sys | |
| def proton_to_bitwarden(proton_json): | |
| proton_data = json.loads(proton_json) | |
| bitwarden_export = { | |
| "encrypted": False, |
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββββββ
β Local β β Internet β
β β β β
β β β β
β β β β
β βββββββββββββββββββ βββββββββββββββββββββββ β β βββββββββββββββββββββββ β
β β β β β β β β β β
| from __future__ import print_function | |
| from googleapiclient.discovery import build | |
| from googleapiclient.errors import HttpError | |
| from google.oauth2.credentials import Credentials | |
| from google.cloud import storage | |
| from zipfile import ZipFile | |
| import os | |
| import pathlib |
| import asyncio | |
| import httpx | |
| from aiohttp import MultipartWriter, hdrs | |
| class writter: | |
| data = "" | |
| async def write(self, value): | |
| self.data += value.decode("utf-8") |
https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md#31-recommended-reading https://datatracker.ietf.org/doc/html/rfc7807
GET credentials