ask-coding-harness 0.2.0 → 0.2.2

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.
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-C7-TBuu4.js"></script>
20
- <link rel="stylesheet" crossorigin href="/assets/index-CiU9kYlS.css">
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.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaka Ruto
@@ -99,14 +99,14 @@ dependencies:
99
99
  requirements:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
- version: '0.1'
102
+ version: 0.6.1
103
103
  type: :runtime
104
104
  prerelease: false
105
105
  version_requirements: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: '0.1'
109
+ version: 0.6.1
110
110
  - !ruby/object:Gem::Dependency
111
111
  name: ask-tools-shell
112
112
  requirement: !ruby/object:Gem::Requirement
@@ -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-C7-TBuu4.js
280
- - public/assets/index-CiU9kYlS.css
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
@@ -303,7 +303,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
303
303
  - !ruby/object:Gem::Version
304
304
  version: '0'
305
305
  requirements: []
306
- rubygems_version: 4.0.3
306
+ rubygems_version: 4.0.18
307
307
  specification_version: 4
308
308
  summary: General-purpose coding agent in the browser
309
309
  test_files: []