开源项目
🔥 lbjlaq / Antigravity-Manager - Professional Antigravity Account Manager & Switcher. One-cli
GitHub热门项目 | Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust).专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。 | Stars: 30,380 | 24 stars today | 语言: Rust
开源项目
🔥 elastic / kibana - Your window into all of your data
GitHub热门项目 | Your window into all of your data | Stars: 21,242 | 5 stars today | 语言: TypeScript
开源项目
🔥 dubinc / dub - The modern link attribution platform. Loved by world-class m
GitHub热门项目 | The modern link attribution platform. Loved by world-class marketing teams like Framer, Perplexity, Superhuman, Twilio, Buffer and more. | Stars: 24,384 | 25 stars today | 语言: TypeScript
开源项目
🔥 THU-MAIC / OpenMAIC - Open Multi-Agent Interactive Classroom — Get an immersive, m
GitHub热门项目 | Open Multi-Agent Interactive Classroom — Get an immersive, multi-agent learning experience in just one click | Stars: 20,766 | 24 stars today | 语言: TypeScript
开源项目
🔥 OpenSenseNova / SenseNova-Skills - Modular SenseNova skills for building AI-powered office assi
GitHub热门项目 | Modular SenseNova skills for building AI-powered office assistants and productivity workflows | Stars: 4,916 | 1 star today | 语言: JavaScript
开源项目
🔥 OpenSignLabs / OpenSign - 🔥 The free & Open Source DocuSign alternative
GitHub热门项目 | 🔥 The free & Open Source DocuSign alternative | Stars: 6,841 | 26 stars today | 语言: JavaScript
开源项目
🔥 electerm / electerm - 📻Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice clien
GitHub热门项目 | 📻Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(Linux, Mac, Windows, Android, HarmonyOS) | Stars: 14,830 | 54 stars today | 语言: JavaScript
开源项目
🔥 sgl-project / sglang-omni - SGLang-Omni empowers high-performance serving for TTS, ASR,
GitHub热门项目 | SGLang-Omni empowers high-performance serving for TTS, ASR, speech and omni models. | Stars: 816 | 11 stars today | 语言: Python
开源项目
🔥 cordiverse / cordis - Meta-Framework of Spatiotemporal Composability
GitHub热门项目 | Meta-Framework of Spatiotemporal Composability | Stars: 3,731 | 616 stars today | 语言: TypeScript
AI 资讯
Stop Wasting Free Model Calls on Trivial Diffs: A Three-Tier Escalation Ladder
A merge request changes one README line. The pipeline still calls a model. It costs tokens. It adds latency. It tells you almost nothing. Sound familiar? If you maintain a small CI setup, this failure keeps showing up. The instinct is to put model-based review everywhere. Then the free tier dies in a week. The fix isn't another monitor. It's a small decision gate that decides whether a diff deserves a model call at all. The operator-supplied availability claims for MonkeyCode include free model access and a free server option. I treat those claims as a starting point, not a quota guarantee. Disclosure: This article was prepared as part of MonkeyCode's product outreach. Why every diff shouldn't hit the model Free model access is not infinite. Even if it feels free, there are hidden ceilings. Free tiers often cap requests, tokens, or time-based windows. Model output variance on trivial diffs adds noise, not signal. CI latency grows. A two-second call across a hundred merge requests is real time. The highest-value model review is rare, not constant. If you call a model on every change, you pay the full cost while getting almost none of the benefit. The gate is supposed to fix that. A three-tier escalation ladder I use a small decision table. It doesn't need to be perfect. It needs to be boring and predictable. Tier Trigger Action Model call? 0 Up to 50 added+removed lines, only docs or config suffixes, no sensitive paths Run lint and skip the model No 1 Code or test files touched, 51–400 lines, no lockfile, no migration, no sensitive path Send one bounded prompt to the free model Yes, once 2 Over 400 lines, new lockfile, migration, auth or secret paths Require human review first. Use a model only to summarize, not to decide Optional The exact numbers are arbitrary. They matter less than the fact that tier 0 never reaches the model. The code Here is a plain Python gate. It reads simple diff stats and changed paths. from pathlib import Path DOC_OR_CONFIG = { ' .md ' , '
AI 资讯
Make Free Model CI Jobs Replayable Before You Retry Them
The retry trap A free model CI job fails on a timeout. You click retry. The whole pipeline starts over: checkout, build, dependencies, model call. That is the trap. Why re-run the world for one timeout? Retrying the pipeline does not isolate the flaky step. It makes a small problem expensive. I wanted a workflow that replays just the model call, not the whole pipeline. So I made every free model call leave behind a tiny reproducible record. A record has two halves: the input envelope and the output hash. If the job fails, I can replay the input against the same model and compare the output hash. No full pipeline re-run. Disclosure: This article was prepared as part of MonkeyCode's product outreach. I use MonkeyCode's free model access for the model step and its free server option as a small replay store. I do not assume exact quotas, model names, or availability windows here. The pattern works with any free HTTP model endpoint and any tiny key-value store or CI artifact. Why a hash and not the full prompt Full prompt logs are useful until they are not. A free model job may receive a snippet of a merge request, an error message, or an environment variable. Store the raw text in CI logs and you can accidentally leak source or secrets. Store a hash and the replay input in a locked artifact, and the risk drops. A hash also gives me one cheap comparison target. I do not need to reason about the entire response to see that an endpoint changed. I only need byte-level equality. The record shape For every model call, I save the fields below. request_id: a hash derived from model, prompt hash, and a timestamp. prompt_hash: the hash of the normalized prompt. response_hash: the hash of the raw response. status: the HTTP status of the original call. bytes: the length of the response. The exact hash algorithm matters less than using the same one on both sides. I use SHA-256 because it is available everywhere. GitLab CI wiring I run two jobs. The first job calls the model and post
开源项目
How to bring your software delivery workflow into GitHub with agent apps
See how four GitHub Agent Apps can help you scope, secure, roll out, and ship a feature across the SDLC–all without leaving GitHub. The post How to bring your software delivery workflow into GitHub with agent apps appeared first on The GitHub Blog .
开源项目
🔥 mayocream / koharu - ML-powered manga translator, written in Rust.
GitHub热门项目 | ML-powered manga translator, written in Rust. | Stars: 5,136 | 109 stars this week | 语言: Rust
开源项目
🔥 jlcodes99 / cockpit-tools - 🚀 通用 AI IDE 账号管理工具:支持 Antigravity / Codex / GitHub Copilot /
GitHub热门项目 | 🚀 通用 AI IDE 账号管理工具:支持 Antigravity / Codex / GitHub Copilot / Windsurf / Kiro / Cursor / Gemini-cli / CodeBuddy,多账号切换、配额监控、自动唤醒与多开实例管理。 🚀 Universal AI IDE account manager for Antigravity / Codex / GitHub Copilot / Windsurf / Kiro / Cursor / Gemini-cli / CodeBuddy, with multi-account switching, quota monitoring, wake-up automation, and multi-insta | Stars: 15,751 | 75 stars today | 语言: Rust
开源项目
🔥 Jakubantalik / Libraries - Collection of effects for React: Border beam, Liquid Gooey
GitHub热门项目 | Collection of effects for React: Border beam, Liquid Gooey | Stars: 1,921 | 54 stars today | 语言: TypeScript
开源项目
🔥 OpenHands / OpenHands - 🙌 OpenHands: AI-Driven Development
GitHub热门项目 | 🙌 OpenHands: AI-Driven Development | Stars: 84,010 | 120 stars today | 语言: TypeScript
开源项目
🔥 laoma2053 / awesome-zhuiju-free - 免费无广告的追剧资源指南,人工精选资源、每天检测资源有效性。收录在线影视、影视APP、网盘搜索、磁力BT、字幕、TVBo
GitHub热门项目 | 免费无广告的追剧资源指南,人工精选资源、每天检测资源有效性。收录在线影视、影视APP、网盘搜索、磁力BT、字幕、TVBox / 影视仓空壳软件/配置地址、IPTV直播源、会员拼团、影视相关开源项目。开源,社区共同维护。 | Stars: 5,766 | 71 stars today | 语言: JavaScript
开源项目
🔥 darkzOGx / youtube-automation-agent - 🎬 Fully automated YouTube channel management with AI agents.
GitHub热门项目 | 🎬 Fully automated YouTube channel management with AI agents. Creates, optimizes & publishes videos 24/7. Works with FREE Gemini API or OpenAI. No coding required! | Stars: 1,937 | 118 stars today | 语言: JavaScript
开源项目
🔥 newton-physics / newton - An open-source, GPU-accelerated physics simulation engine bu
GitHub热门项目 | An open-source, GPU-accelerated physics simulation engine built upon NVIDIA Warp, specifically targeting roboticists and simulation researchers. | Stars: 5,341 | 15 stars today | 语言: Python
开源项目
🔥 github / awesome-copilot - Community-contributed instructions, agents, skills, and conf
GitHub热门项目 | Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot. | Stars: 37,813 | 47 stars today | 语言: Python