ask-coding-harness 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -1
- data/lib/ask/coding_harness/agent_runner.rb +55 -15
- data/lib/ask/coding_harness/server.rb +19 -1
- data/lib/ask/coding_harness/store.rb +5 -1
- data/lib/ask/coding_harness/version.rb +1 -1
- data/public/assets/{index-CiU9kYlS.css → index-DTf-hWlF.css} +1 -1
- data/public/assets/{index-C7-TBuu4.js → index-DUraJvrW.js} +92 -92
- data/public/index.html +2 -2
- metadata +3 -3
data/public/index.html
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
navigator.serviceWorker.register("/sw.js");
|
|
17
17
|
}
|
|
18
18
|
</script>
|
|
19
|
-
<script type="module" crossorigin src="/assets/index-
|
|
20
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
19
|
+
<script type="module" crossorigin src="/assets/index-DUraJvrW.js"></script>
|
|
20
|
+
<link rel="stylesheet" crossorigin href="/assets/index-DTf-hWlF.css">
|
|
21
21
|
</head>
|
|
22
22
|
<body>
|
|
23
23
|
<div id="app"></div>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ask-coding-harness
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kaka Ruto
|
|
@@ -276,8 +276,8 @@ files:
|
|
|
276
276
|
- lib/ask/coding_harness/store.rb
|
|
277
277
|
- lib/ask/coding_harness/system_prompt.rb
|
|
278
278
|
- lib/ask/coding_harness/version.rb
|
|
279
|
-
- public/assets/index-
|
|
280
|
-
- public/assets/index-
|
|
279
|
+
- public/assets/index-DTf-hWlF.css
|
|
280
|
+
- public/assets/index-DUraJvrW.js
|
|
281
281
|
- public/icon.svg
|
|
282
282
|
- public/index.html
|
|
283
283
|
- public/manifest.json
|