Skip to content

Commit 783c35d

Browse files
committed
feat: ship HelloLoop 0.10.0 dashboards and host recovery
1 parent 5f38baf commit 783c35d

50 files changed

Lines changed: 4858 additions & 769 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helloloop",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "HelloLoop 的 Claude Code 原生插件元数据,用于多 CLI 宿主分发。",
55
"author": {
66
"name": "HelloLoop"

README.md

Lines changed: 230 additions & 506 deletions
Large diffs are not rendered by default.

hosts/claude/marketplace/plugins/helloloop/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helloloop",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "HelloLoop 的 Claude Code 原生插件元数据,用于多 CLI 宿主分发。",
55
"author": {
66
"name": "HelloLoop"

hosts/gemini/extension/gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helloloop",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "HelloLoop 的 Gemini CLI 原生扩展,用于按开发文档接续推进项目开发。",
55
"contextFileName": "GEMINI.md",
66
"excludeTools": [
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<OutputType>WinExe</OutputType>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<AssemblyName>HelloLoopHiddenShellProxy</AssemblyName>
8+
<RootNamespace>HelloLoopHiddenShellProxy</RootNamespace>
9+
<UseAppHost>true</UseAppHost>
10+
</PropertyGroup>
11+
</Project>

0 commit comments

Comments
 (0)