zephira 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c50d16206adc052c5236333defc539edcd65a533e975794f781427f7364fd10
4
- data.tar.gz: 69fecd0054fba2316e0aaa02ef529742c5a9de2258091eedada942df3c9f8425
3
+ metadata.gz: 2a09191694b1e6e44c1ae9fba0ca9b7af4631a1022584d46ff9af55b06a0e82c
4
+ data.tar.gz: 7f597a00d9b8490973e8a02171ae43adbd4936554892168f818b67f4faa2fe8c
5
5
  SHA512:
6
- metadata.gz: 20b9495103c802b063d71f197e55f248c0eebc7f1b07d74ca0e41ebd0219a450976e7b246dec0c7d72cdcbbe659b68f8db54443c224d9291abf24df6472fbb40
7
- data.tar.gz: 859aa00aa284fc405df4f7079cdf322640228986f141ab1a0142743af6c83faffd65ea68a9ba09a4fac1b64be497feaadb81cfbc79b4cb88eec5f9aa0e4841a7
6
+ metadata.gz: b319ab6e8503e6611a57f0a2331c7cd23178fa0513f8c8cb06871f217058b3b78b7385ddb036799446089d50a48ed7ead80dc7da2ef3fc33da82595ac69be9d9
7
+ data.tar.gz: b9979193232fe845337d8929a9f3bed2b0a582808adee2b2d1fee3cb5a2f1d31accc4715f8c83385ef639cfd66f6e0e4ee1f63af0f48bab2ad480de739c326b2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Zephira Changelog
2
2
 
3
- ## [Unreleased]
3
+ ## [0.1.2]
4
+
5
+ ### Fixed
6
+ - Release workflow now publishes multi-architecture Docker images (`linux/amd64` and `linux/arm64`). Previous releases only built `linux/amd64`, which prevented the sandbox from launching on Apple Silicon and other arm64 hosts.
7
+
8
+ ## [0.1.1]
9
+
10
+ ### Fixed
11
+ - Published gem no longer includes `Gemfile` / `Gemfile.lock`, which previously caused Bundler to crash when invoking `zephira` from a CWD that resolved to the installed gem's directory tree.
12
+
13
+ ## [0.1.0]
4
14
 
5
15
  ### Added
6
16
  - Concurrent execution of read-only tool calls within a single model turn (`web_search`, `read_file`, `code_search`, `list_directory`, `memory_read`, `memory_list`). Mutating tools still run sequentially in declared order.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Zephira
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
data/zephira-0.1.0.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zephira
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Gough
@@ -161,8 +161,6 @@ files:
161
161
  - ".rspec"
162
162
  - CHANGELOG.md
163
163
  - Dockerfile
164
- - Gemfile
165
- - Gemfile.lock
166
164
  - README.md
167
165
  - Rakefile
168
166
  - exe/zephira
@@ -216,6 +214,7 @@ files:
216
214
  - lib/zephira/version.rb
217
215
  - license.txt
218
216
  - standard.yml
217
+ - zephira-0.1.0.gem
219
218
  homepage: https://github.com/aarongough/zephira
220
219
  licenses:
221
220
  - MIT
data/Gemfile DELETED
@@ -1,5 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://rubygems.org"
4
-
5
- gemspec
data/Gemfile.lock DELETED
@@ -1,145 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- zephira (0.1.0)
5
- faraday (~> 2.0)
6
- tty-cursor (~> 0.7)
7
- tty-screen (~> 0.8)
8
- tty-spinner (~> 0.9)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- addressable (2.9.0)
14
- public_suffix (>= 2.0.2, < 8.0)
15
- ast (2.4.3)
16
- bigdecimal (4.1.2)
17
- crack (1.0.1)
18
- bigdecimal
19
- rexml
20
- date (3.5.1)
21
- diff-lcs (1.6.2)
22
- docile (1.4.1)
23
- erb (6.0.3)
24
- fakefs (3.2.1)
25
- faraday (2.14.1)
26
- faraday-net_http (>= 2.0, < 3.5)
27
- json
28
- logger
29
- faraday-net_http (3.4.2)
30
- net-http (~> 0.5)
31
- hashdiff (1.2.1)
32
- io-console (0.8.2)
33
- irb (1.17.0)
34
- pp (>= 0.6.0)
35
- prism (>= 1.3.0)
36
- rdoc (>= 4.0.0)
37
- reline (>= 0.4.2)
38
- json (2.19.3)
39
- language_server-protocol (3.17.0.5)
40
- lint_roller (1.1.0)
41
- logger (1.7.0)
42
- net-http (0.9.1)
43
- uri (>= 0.11.1)
44
- parallel (1.28.0)
45
- parser (3.3.11.1)
46
- ast (~> 2.4.1)
47
- racc
48
- pp (0.6.3)
49
- prettyprint
50
- prettyprint (0.2.0)
51
- prism (1.9.0)
52
- psych (5.3.1)
53
- date
54
- stringio
55
- public_suffix (7.0.5)
56
- racc (1.8.1)
57
- rainbow (3.1.1)
58
- rdoc (7.2.0)
59
- erb
60
- psych (>= 4.0.0)
61
- tsort
62
- regexp_parser (2.12.0)
63
- reline (0.6.3)
64
- io-console (~> 0.5)
65
- rexml (3.4.4)
66
- rspec (3.13.2)
67
- rspec-core (~> 3.13.0)
68
- rspec-expectations (~> 3.13.0)
69
- rspec-mocks (~> 3.13.0)
70
- rspec-core (3.13.6)
71
- rspec-support (~> 3.13.0)
72
- rspec-expectations (3.13.5)
73
- diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.13.0)
75
- rspec-mocks (3.13.8)
76
- diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.13.0)
78
- rspec-support (3.13.7)
79
- rubocop (1.84.2)
80
- json (~> 2.3)
81
- language_server-protocol (~> 3.17.0.2)
82
- lint_roller (~> 1.1.0)
83
- parallel (~> 1.10)
84
- parser (>= 3.3.0.2)
85
- rainbow (>= 2.2.2, < 4.0)
86
- regexp_parser (>= 2.9.3, < 3.0)
87
- rubocop-ast (>= 1.49.0, < 2.0)
88
- ruby-progressbar (~> 1.7)
89
- unicode-display_width (>= 2.4.0, < 4.0)
90
- rubocop-ast (1.49.1)
91
- parser (>= 3.3.7.2)
92
- prism (~> 1.7)
93
- rubocop-performance (1.26.1)
94
- lint_roller (~> 1.1)
95
- rubocop (>= 1.75.0, < 2.0)
96
- rubocop-ast (>= 1.47.1, < 2.0)
97
- ruby-progressbar (1.13.0)
98
- simplecov (0.22.0)
99
- docile (~> 1.1)
100
- simplecov-html (~> 0.11)
101
- simplecov_json_formatter (~> 0.1)
102
- simplecov-html (0.13.2)
103
- simplecov_json_formatter (0.1.4)
104
- standard (1.54.0)
105
- language_server-protocol (~> 3.17.0.2)
106
- lint_roller (~> 1.0)
107
- rubocop (~> 1.84.0)
108
- standard-custom (~> 1.0.0)
109
- standard-performance (~> 1.8)
110
- standard-custom (1.0.2)
111
- lint_roller (~> 1.0)
112
- rubocop (~> 1.50)
113
- standard-performance (1.9.0)
114
- lint_roller (~> 1.1)
115
- rubocop-performance (~> 1.26.0)
116
- stringio (3.2.0)
117
- tsort (0.2.0)
118
- tty-cursor (0.7.1)
119
- tty-screen (0.8.2)
120
- tty-spinner (0.9.3)
121
- tty-cursor (~> 0.7)
122
- unicode-display_width (3.2.0)
123
- unicode-emoji (~> 4.1)
124
- unicode-emoji (4.2.0)
125
- uri (1.1.1)
126
- webmock (3.26.2)
127
- addressable (>= 2.8.0)
128
- crack (>= 0.3.2)
129
- hashdiff (>= 0.4.0, < 2.0.0)
130
-
131
- PLATFORMS
132
- arm64-darwin-24
133
- ruby
134
-
135
- DEPENDENCIES
136
- fakefs (~> 3.2)
137
- irb (~> 1.17)
138
- rspec (~> 3.13.2)
139
- simplecov (~> 0.22)
140
- standard (~> 1.54)
141
- webmock (~> 3.0)
142
- zephira!
143
-
144
- BUNDLED WITH
145
- 2.6.9